2023-12-08T05:47:15.072 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T05:47:15.073 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --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} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131 -- /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131/orig.config.yaml 2023-12-08T05:47:15.106 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T05:47:15.186 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131 branch: wip-yuri5-testing-2023-12-07-0740-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: '7483131' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-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-2023-12-07-0740-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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 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: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi061.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMNBjGQohACeAI58qgfIkT2PzZftHJZiMbX0yUnndbusg/AQeVEaWADhIOCak+T2m6YZGVH2XYsZVkkAFHq/Fok= smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCAXi1AoiFcOeWwrwowinr1nVPp4bN48yDCjdZBHtmIDnMxX1ZlpmJaZFO//oRtF5VJ7uHtyx3msrd2i7YS1Ym8= 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_04:25:47 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-08T05:47:15.186 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T05:47:15.187 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T05:47:15.187 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T05:47:15.189 INFO:teuthology.task.internal:Checking packages... 2023-12-08T05:47:15.216 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T05:47:15.216 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T05:47:15.216 INFO:teuthology.packaging:ref: None 2023-12-08T05:47:15.216 INFO:teuthology.packaging:tag: None 2023-12-08T05:47:15.216 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T05:47:15.216 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T05:47:15.216 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-2023-12-07-0740-pacific 2023-12-08T05:47:15.369 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365.g451ceae1 2023-12-08T05:47:15.369 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T05:47:15.378 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T05:47:15.378 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T05:47:15.397 INFO:teuthology.task.internal:Saving configuration 2023-12-08T05:47:15.416 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T05:47:15.427 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T05:47:15.455 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 05:39:20.524766', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMNBjGQohACeAI58qgfIkT2PzZftHJZiMbX0yUnndbusg/AQeVEaWADhIOCak+T2m6YZGVH2XYsZVkkAFHq/Fok='} 2023-12-08T05:47:15.476 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 05:39:20.523075', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCAXi1AoiFcOeWwrwowinr1nVPp4bN48yDCjdZBHtmIDnMxX1ZlpmJaZFO//oRtF5VJ7uHtyx3msrd2i7YS1Ym8='} 2023-12-08T05:47:15.476 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T05:47:15.484 INFO:teuthology.task.internal:roles: ubuntu@smithi061.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-08T05:47:15.484 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-08T05:47:15.484 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T05:47:15.569 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f759cc73a60>, signals=[15]) 2023-12-08T05:47:15.569 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T05:47:15.579 INFO:teuthology.task.internal:Opening connections... 2023-12-08T05:47:15.580 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi061.front.sepia.ceph.com 2023-12-08T05:47:15.582 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T05:47:15.651 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2023-12-08T05:47:15.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T05:47:15.718 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T05:47:15.730 DEBUG:teuthology.orchestra.run.smithi061:> uname -m 2023-12-08T05:47:15.753 INFO:teuthology.orchestra.run.smithi061.stdout:x86_64 2023-12-08T05:47:15.753 DEBUG:teuthology.orchestra.run.smithi061:> cat /etc/os-release 2023-12-08T05:47:15.815 INFO:teuthology.orchestra.run.smithi061.stdout:NAME="CentOS Stream" 2023-12-08T05:47:15.815 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION="8" 2023-12-08T05:47:15.815 INFO:teuthology.orchestra.run.smithi061.stdout:ID="centos" 2023-12-08T05:47:15.815 INFO:teuthology.orchestra.run.smithi061.stdout:ID_LIKE="rhel fedora" 2023-12-08T05:47:15.815 INFO:teuthology.orchestra.run.smithi061.stdout:VERSION_ID="8" 2023-12-08T05:47:15.815 INFO:teuthology.orchestra.run.smithi061.stdout:PLATFORM_ID="platform:el8" 2023-12-08T05:47:15.815 INFO:teuthology.orchestra.run.smithi061.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T05:47:15.815 INFO:teuthology.orchestra.run.smithi061.stdout:ANSI_COLOR="0;31" 2023-12-08T05:47:15.816 INFO:teuthology.orchestra.run.smithi061.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T05:47:15.816 INFO:teuthology.orchestra.run.smithi061.stdout:HOME_URL="https://centos.org/" 2023-12-08T05:47:15.816 INFO:teuthology.orchestra.run.smithi061.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T05:47:15.816 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T05:47:15.816 INFO:teuthology.orchestra.run.smithi061.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T05:47:15.816 INFO:teuthology.lock.ops:Updating smithi061.front.sepia.ceph.com on lock server 2023-12-08T05:47:15.837 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2023-12-08T05:47:15.860 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2023-12-08T05:47:15.860 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2023-12-08T05:47:15.922 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="CentOS Stream" 2023-12-08T05:47:15.922 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="8" 2023-12-08T05:47:15.922 INFO:teuthology.orchestra.run.smithi118.stdout:ID="centos" 2023-12-08T05:47:15.922 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE="rhel fedora" 2023-12-08T05:47:15.922 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="8" 2023-12-08T05:47:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:PLATFORM_ID="platform:el8" 2023-12-08T05:47:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T05:47:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:ANSI_COLOR="0;31" 2023-12-08T05:47:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T05:47:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://centos.org/" 2023-12-08T05:47:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T05:47:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T05:47:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T05:47:15.924 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2023-12-08T05:47:15.945 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T05:47:15.957 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T05:47:15.968 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T05:47:15.968 DEBUG:teuthology.orchestra.run.smithi061:> test '!' -e /home/ubuntu/cephtest 2023-12-08T05:47:15.970 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2023-12-08T05:47:15.992 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T05:47:16.002 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T05:47:16.002 DEBUG:teuthology.orchestra.run.smithi061:> test -z $(ls -A /var/lib/ceph) 2023-12-08T05:47:16.033 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2023-12-08T05:47:16.064 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T05:47:16.123 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T05:47:16.143 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T05:47:16.143 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T05:47:16.143 DEBUG:teuthology.orchestra.run.smithi061:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T05:47:16.144 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T05:47:16.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T05:47:16.165 DEBUG:teuthology.orchestra.run.smithi061:> uname -r 2023-12-08T05:47:16.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T05:47:16.166 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2023-12-08T05:47:16.227 INFO:teuthology.orchestra.run.smithi061.stdout:4.18.0-489.el8.x86_64 2023-12-08T05:47:16.227 INFO:teuthology.task.kernel:Running kernel on smithi061: 4.18.0-489.el8.x86_64 2023-12-08T05:47:16.227 DEBUG:teuthology.orchestra.run.smithi061:> sudo yum install -y kernel 2023-12-08T05:47:16.229 INFO:teuthology.orchestra.run.smithi118.stdout:4.18.0-489.el8.x86_64 2023-12-08T05:47:16.229 INFO:teuthology.task.kernel:Running kernel on smithi118: 4.18.0-489.el8.x86_64 2023-12-08T05:47:16.229 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum install -y kernel 2023-12-08T05:47:20.918 INFO:teuthology.orchestra.run.smithi061.stdout:CentOS Stream 8 - AppStream 16 MB/s | 34 MB 00:02 2023-12-08T05:47:26.222 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - AppStream 4.7 MB/s | 34 MB 00:07 2023-12-08T05:47:35.646 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 55 MB 00:03 2023-12-08T05:47:43.638 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - Extras 117 kB/s | 18 kB 00:00 2023-12-08T05:47:44.347 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-12-08T05:47:44.640 INFO:teuthology.orchestra.run.smithi118.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-08T05:47:45.033 INFO:teuthology.orchestra.run.smithi061.stdout:CentOS Stream 8 - BaseOS 3.1 MB/s | 55 MB 00:17 2023-12-08T05:47:47.084 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 7.0 MB/s | 16 MB 00:02 2023-12-08T05:47:50.857 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 594 kB/s | 24 kB 00:00 2023-12-08T05:47:53.691 INFO:teuthology.orchestra.run.smithi061.stdout:CentOS Stream 8 - Extras 57 kB/s | 18 kB 00:00 2023-12-08T05:47:54.100 INFO:teuthology.orchestra.run.smithi061.stdout:CentOS Stream 8 - Extras common packages 32 kB/s | 6.9 kB 00:00 2023-12-08T05:47:54.393 INFO:teuthology.orchestra.run.smithi061.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-08T05:47:54.531 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T05:47:54.531 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T05:47:54.821 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2023-12-08T05:47:54.822 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-08T05:47:54.822 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2023-12-08T05:47:54.822 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-08T05:47:54.822 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2023-12-08T05:47:54.822 INFO:teuthology.orchestra.run.smithi118.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T05:47:54.822 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2023-12-08T05:47:54.823 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T05:47:54.823 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T05:47:54.823 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:47:54.823 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2023-12-08T05:47:54.823 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-08T05:47:54.823 INFO:teuthology.orchestra.run.smithi118.stdout:Install 3 Packages 2023-12-08T05:47:54.823 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:47:54.823 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 90 M 2023-12-08T05:47:54.824 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 96 M 2023-12-08T05:47:54.824 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2023-12-08T05:47:55.403 INFO:teuthology.orchestra.run.smithi061.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-08T05:47:57.358 INFO:teuthology.orchestra.run.smithi118.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 4.3 MB/s | 10 MB 00:02 2023-12-08T05:47:59.419 INFO:teuthology.orchestra.run.smithi061.stdout:lab-extras 632 kB/s | 24 kB 00:00 2023-12-08T05:47:59.541 INFO:teuthology.orchestra.run.smithi118.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 9.6 MB/s | 43 MB 00:04 2023-12-08T05:48:03.194 INFO:teuthology.orchestra.run.smithi061.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T05:48:03.194 INFO:teuthology.orchestra.run.smithi061.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T05:48:03.514 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-12-08T05:48:03.514 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-08T05:48:03.514 INFO:teuthology.orchestra.run.smithi061.stdout: Package Architecture Version Repository Size 2023-12-08T05:48:03.514 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout:Installing: 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout:Install 3 Packages 2023-12-08T05:48:03.515 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:48:03.516 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 90 M 2023-12-08T05:48:03.516 INFO:teuthology.orchestra.run.smithi061.stdout:Installed size: 96 M 2023-12-08T05:48:03.516 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-12-08T05:48:04.958 INFO:teuthology.orchestra.run.smithi118.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 3.6 MB/s | 36 MB 00:09 2023-12-08T05:48:04.958 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2023-12-08T05:48:04.958 INFO:teuthology.orchestra.run.smithi118.stdout:Total 8.8 MB/s | 90 MB 00:10 2023-12-08T05:48:04.962 INFO:teuthology.orchestra.run.smithi061.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-12-08T05:48:05.631 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2023-12-08T05:48:06.055 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2023-12-08T05:48:06.055 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2023-12-08T05:48:07.341 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2023-12-08T05:48:07.367 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2023-12-08T05:48:10.116 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2023-12-08T05:48:10.657 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T05:48:14.183 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T05:48:14.503 INFO:teuthology.orchestra.run.smithi061.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 4.2 MB/s | 43 MB 00:10 2023-12-08T05:48:14.699 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T05:48:15.653 INFO:teuthology.orchestra.run.smithi061.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 3.1 MB/s | 36 MB 00:11 2023-12-08T05:48:15.653 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-12-08T05:48:15.653 INFO:teuthology.orchestra.run.smithi061.stdout:Total 7.4 MB/s | 90 MB 00:12 2023-12-08T05:48:16.365 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-12-08T05:48:16.821 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-12-08T05:48:16.821 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-12-08T05:48:18.113 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-12-08T05:48:18.121 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T05:48:18.138 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-12-08T05:48:18.394 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:21.067 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-12-08T05:48:21.592 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T05:48:25.297 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T05:48:25.658 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T05:48:29.335 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T05:48:29.609 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:40.669 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:40.692 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:41.468 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:41.468 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T05:48:41.469 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T05:48:42.309 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:42.310 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:48:42.310 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2023-12-08T05:48:42.310 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T05:48:42.310 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T05:48:42.310 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:48:42.310 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2023-12-08T05:48:42.453 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T05:48:42.672 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T05:48:42.673 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T05:48:42.673 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-08T05:48:42.673 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T05:48:42.673 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T05:48:42.673 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-08T05:48:42.674 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T05:48:42.674 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T05:48:42.882 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T05:48:42.883 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T05:48:42.883 DEBUG:teuthology.orchestra.run.smithi118:> sudo rpm -qi grub2-tools 2023-12-08T05:48:42.917 INFO:teuthology.orchestra.run.smithi118.stdout:Name : grub2-tools 2023-12-08T05:48:42.917 INFO:teuthology.orchestra.run.smithi118.stdout:Epoch : 1 2023-12-08T05:48:42.917 INFO:teuthology.orchestra.run.smithi118.stdout:Version : 2.02 2023-12-08T05:48:42.917 INFO:teuthology.orchestra.run.smithi118.stdout:Release : 129.el8 2023-12-08T05:48:42.917 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: x86_64 2023-12-08T05:48:42.917 INFO:teuthology.orchestra.run.smithi118.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T05:48:42.917 INFO:teuthology.orchestra.run.smithi118.stdout:Group : System Environment/Base 2023-12-08T05:48:42.917 INFO:teuthology.orchestra.run.smithi118.stdout:Size : 9265586 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:License : GPLv3+ 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Relocations : (not relocatable) 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Packager : CentOS BuildSystem 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Vendor : CentOS 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Summary : Support tools for GRUB. 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:Description : 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T05:48:42.918 INFO:teuthology.orchestra.run.smithi118.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T05:48:42.919 INFO:teuthology.orchestra.run.smithi118.stdout:hardware devices. 2023-12-08T05:48:42.919 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:48:42.919 INFO:teuthology.orchestra.run.smithi118.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T05:48:42.919 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T05:48:42.920 INFO:teuthology.task.kernel:Updating grub on smithi118 to boot 4.18.0-526.el8.x86_64 2023-12-08T05:48:42.920 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T05:48:44.962 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2023-12-08T05:48:47.132 INFO:teuthology.orchestra.run.smithi118.stderr:done 2023-12-08T05:48:47.134 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2023-12-08T05:48:47.159 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.4HDE2ZyJAi 2023-12-08T05:48:47.160 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4HDE2ZyJAi 2023-12-08T05:48:47.233 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.4HDE2ZyJAi 2023-12-08T05:48:47.388 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.4HDE2ZyJAi is 6KB 2023-12-08T05:48:47.437 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.4HDE2ZyJAi 2023-12-08T05:48:47.455 DEBUG:teuthology.orchestra.run.smithi118:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T05:48:47.525 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T05:48:47.525 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T05:48:47.525 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T05:48:47.525 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T05:48:47.526 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T05:48:47.655 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2023-12-08T05:48:52.750 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:52.775 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:53.134 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:53.135 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T05:48:53.135 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T05:48:53.962 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T05:48:53.963 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:48:53.963 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-12-08T05:48:53.963 INFO:teuthology.orchestra.run.smithi061.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T05:48:53.963 INFO:teuthology.orchestra.run.smithi061.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T05:48:53.963 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:48:53.963 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-12-08T05:48:54.104 DEBUG:teuthology.orchestra.run.smithi061:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T05:48:54.366 INFO:teuthology.orchestra.run.smithi061.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T05:48:54.367 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T05:48:54.367 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-08T05:48:54.367 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T05:48:54.367 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T05:48:54.367 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-08T05:48:54.367 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi061.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T05:48:54.367 DEBUG:teuthology.orchestra.run.smithi061:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T05:48:54.589 INFO:teuthology.orchestra.run.smithi061.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T05:48:54.589 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T05:48:54.589 DEBUG:teuthology.orchestra.run.smithi061:> sudo rpm -qi grub2-tools 2023-12-08T05:48:54.624 INFO:teuthology.orchestra.run.smithi061.stdout:Name : grub2-tools 2023-12-08T05:48:54.624 INFO:teuthology.orchestra.run.smithi061.stdout:Epoch : 1 2023-12-08T05:48:54.625 INFO:teuthology.orchestra.run.smithi061.stdout:Version : 2.02 2023-12-08T05:48:54.625 INFO:teuthology.orchestra.run.smithi061.stdout:Release : 129.el8 2023-12-08T05:48:54.625 INFO:teuthology.orchestra.run.smithi061.stdout:Architecture: x86_64 2023-12-08T05:48:54.625 INFO:teuthology.orchestra.run.smithi061.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T05:48:54.625 INFO:teuthology.orchestra.run.smithi061.stdout:Group : System Environment/Base 2023-12-08T05:48:54.625 INFO:teuthology.orchestra.run.smithi061.stdout:Size : 9265586 2023-12-08T05:48:54.625 INFO:teuthology.orchestra.run.smithi061.stdout:License : GPLv3+ 2023-12-08T05:48:54.626 INFO:teuthology.orchestra.run.smithi061.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T05:48:54.626 INFO:teuthology.orchestra.run.smithi061.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T05:48:54.626 INFO:teuthology.orchestra.run.smithi061.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T05:48:54.626 INFO:teuthology.orchestra.run.smithi061.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T05:48:54.626 INFO:teuthology.orchestra.run.smithi061.stdout:Relocations : (not relocatable) 2023-12-08T05:48:54.626 INFO:teuthology.orchestra.run.smithi061.stdout:Packager : CentOS BuildSystem 2023-12-08T05:48:54.626 INFO:teuthology.orchestra.run.smithi061.stdout:Vendor : CentOS 2023-12-08T05:48:54.627 INFO:teuthology.orchestra.run.smithi061.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T05:48:54.627 INFO:teuthology.orchestra.run.smithi061.stdout:Summary : Support tools for GRUB. 2023-12-08T05:48:54.627 INFO:teuthology.orchestra.run.smithi061.stdout:Description : 2023-12-08T05:48:54.627 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:48:54.627 INFO:teuthology.orchestra.run.smithi061.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T05:48:54.627 INFO:teuthology.orchestra.run.smithi061.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T05:48:54.627 INFO:teuthology.orchestra.run.smithi061.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T05:48:54.628 INFO:teuthology.orchestra.run.smithi061.stdout:hardware devices. 2023-12-08T05:48:54.628 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:48:54.628 INFO:teuthology.orchestra.run.smithi061.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T05:48:54.629 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T05:48:54.629 INFO:teuthology.task.kernel:Updating grub on smithi061 to boot 4.18.0-526.el8.x86_64 2023-12-08T05:48:54.629 DEBUG:teuthology.orchestra.run.smithi061:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T05:48:56.268 INFO:teuthology.orchestra.run.smithi061.stderr:Generating grub configuration file ... 2023-12-08T05:48:58.366 INFO:teuthology.orchestra.run.smithi061.stderr:done 2023-12-08T05:48:58.368 DEBUG:teuthology.orchestra.run.smithi061:> mktemp 2023-12-08T05:48:58.408 INFO:teuthology.orchestra.run.smithi061.stdout:/tmp/tmp.dZmCG3ULWn 2023-12-08T05:48:58.408 DEBUG:teuthology.orchestra.run.smithi061:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dZmCG3ULWn 2023-12-08T05:48:58.480 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod 0666 /tmp/tmp.dZmCG3ULWn 2023-12-08T05:48:58.618 DEBUG:teuthology.orchestra.remote:smithi061:/tmp/tmp.dZmCG3ULWn is 6KB 2023-12-08T05:48:58.667 DEBUG:teuthology.orchestra.run.smithi061:> rm -fr /tmp/tmp.dZmCG3ULWn 2023-12-08T05:48:58.684 DEBUG:teuthology.orchestra.run.smithi061:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T05:48:58.754 INFO:teuthology.orchestra.run.smithi061.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T05:48:58.754 INFO:teuthology.orchestra.run.smithi061.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T05:48:58.754 INFO:teuthology.orchestra.run.smithi061.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T05:48:58.754 INFO:teuthology.orchestra.run.smithi061.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T05:48:58.755 DEBUG:teuthology.orchestra.run.smithi061:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T05:48:58.914 DEBUG:teuthology.orchestra.run.smithi061:> sudo shutdown -r now 2023-12-08T05:49:17.676 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-08T05:49:17.677 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-08T05:49:17.678 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T05:49:28.926 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-08T05:49:28.927 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-08T05:49:28.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T05:50:17.729 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T05:50:26.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-08T05:50:26.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T05:50:28.930 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T05:50:37.941 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-08T05:50:37.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T05:50:42.423 DEBUG:teuthology.orchestra.run.smithi118:> true 2023-12-08T05:50:42.730 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-08T05:50:42.730 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-526.el8.x86_64"... 2023-12-08T05:50:42.731 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2023-12-08T05:50:42.747 INFO:teuthology.orchestra.run.smithi118.stdout:4.18.0-526.el8.x86_64 2023-12-08T05:50:42.747 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-08T05:50:42.747 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T05:50:42.747 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T05:50:43.749 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-08T05:50:43.749 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T05:50:43.849 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2023-12-08T05:50:43.862 DEBUG:teuthology.parallel:result is None 2023-12-08T05:50:45.488 DEBUG:teuthology.orchestra.run.smithi061:> true 2023-12-08T05:50:45.806 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-08T05:50:45.806 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-526.el8.x86_64"... 2023-12-08T05:50:45.806 DEBUG:teuthology.orchestra.run.smithi061:> uname -r 2023-12-08T05:50:45.824 INFO:teuthology.orchestra.run.smithi061.stdout:4.18.0-526.el8.x86_64 2023-12-08T05:50:45.824 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-08T05:50:45.824 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T05:50:45.824 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T05:50:46.825 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-08T05:50:46.825 DEBUG:teuthology.orchestra.run.smithi061:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T05:50:46.901 INFO:teuthology.orchestra.run.smithi061.stdout:ttyS1 2023-12-08T05:50:46.913 DEBUG:teuthology.parallel:result is None 2023-12-08T05:50:46.913 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T05:50:46.921 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T05:50:46.922 DEBUG:teuthology.orchestra.run.smithi061:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T05:50:46.924 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T05:50:47.373 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T05:50:47.380 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T05:50:47.387 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T05:50:47.388 DEBUG:teuthology.orchestra.run.smithi061:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T05:50:47.390 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T05:50:47.435 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T05:50:47.442 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T05:50:47.443 DEBUG:teuthology.orchestra.run.smithi061:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T05:50:47.452 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-08T05:50:47.481 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T05:50:47.492 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T05:50:47.502 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T05:50:47.513 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T05:50:47.514 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T05:50:47.521 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T05:50:47.521 DEBUG:teuthology.orchestra.run.smithi061:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T05:50:47.540 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T05:50:47.582 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T05:50:47.591 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T05:50:47.591 DEBUG:teuthology.orchestra.run.smithi061:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T05:50:47.612 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T05:50:47.639 DEBUG:teuthology.orchestra.run.smithi061:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T05:50:47.713 DEBUG:teuthology.orchestra.run.smithi061:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T05:50:47.769 DEBUG:teuthology.orchestra.run.smithi061:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T05:50:47.852 DEBUG:teuthology.orchestra.run.smithi061:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T05:50:47.904 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T05:50:47.904 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T05:50:47.976 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T05:50:48.021 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T05:50:48.078 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T05:50:48.158 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T05:50:48.204 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-08T05:50:48.204 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T05:50:48.274 DEBUG:teuthology.orchestra.run.smithi061:> sudo service rsyslog restart 2023-12-08T05:50:48.276 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2023-12-08T05:50:48.382 INFO:teuthology.orchestra.run.smithi061.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T05:50:48.389 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T05:50:48.849 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T05:50:48.857 INFO:teuthology.task.internal:Starting timer... 2023-12-08T05:50:48.857 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T05:50:48.870 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T05:50:48.878 DEBUG:teuthology.orchestra.run.smithi061:> sudo service auditd rotate 2023-12-08T05:50:49.351 INFO:teuthology.orchestra.run.smithi061.stdout:Rotating logs: 2023-12-08T05:50:49.365 DEBUG:teuthology.orchestra.run.smithi118:> sudo service auditd rotate 2023-12-08T05:50:49.446 INFO:teuthology.orchestra.run.smithi118.stdout:Rotating logs: 2023-12-08T05:50:49.448 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T05:50:49.448 DEBUG:teuthology.orchestra.run.smithi061:> /usr/sbin/getenforce 2023-12-08T05:50:49.970 INFO:teuthology.orchestra.run.smithi061.stdout:Permissive 2023-12-08T05:50:49.970 DEBUG:teuthology.orchestra.run.smithi118:> /usr/sbin/getenforce 2023-12-08T05:50:49.994 INFO:teuthology.orchestra.run.smithi118.stdout:Permissive 2023-12-08T05:50:49.994 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi061.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi118.front.sepia.ceph.com': 'permissive'} 2023-12-08T05:50:49.995 DEBUG:teuthology.orchestra.run.smithi061:> 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 2023-12-08T05:50:50.288 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T05:50:50.289 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-12-08T05:50:50.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T05:50:50.318 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T05:50:50.318 DEBUG:teuthology.orchestra.run.smithi061:> sudo /usr/sbin/setenforce permissive 2023-12-08T05:50:50.347 DEBUG:teuthology.orchestra.run.smithi118:> sudo /usr/sbin/setenforce permissive 2023-12-08T05:50:50.385 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T05:50:50.395 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-08T05:50:50.396 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T05:50:50.413 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-08T05:50:50.414 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi061.front.sepia.ceph.com,smithi118.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T05:58:35.478 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi061.front.sepia.ceph.com'), Remote(name='ubuntu@smithi118.front.sepia.ceph.com')] 2023-12-08T05:58:35.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-08T05:58:35.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi061.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T05:58:35.551 DEBUG:teuthology.orchestra.run.smithi061:> true 2023-12-08T05:58:35.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi061.front.sepia.ceph.com' 2023-12-08T05:58:35.622 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-08T05:58:35.622 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T05:58:35.694 DEBUG:teuthology.orchestra.run.smithi118:> true 2023-12-08T05:58:35.773 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-12-08T05:58:35.773 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T05:58:35.785 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T05:58:35.786 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T05:58:35.786 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T05:58:35.793 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T05:58:35.794 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T05:58:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T05:58:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T05:58:35.849 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T05:58:35.863 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T05:58:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:sudo: ntpd: command not found 2023-12-08T05:58:35.927 INFO:teuthology.orchestra.run.smithi061.stdout:506 Cannot talk to daemon 2023-12-08T05:58:35.928 INFO:teuthology.orchestra.run.smithi118.stderr:sudo: ntpd: command not found 2023-12-08T05:58:35.940 INFO:teuthology.orchestra.run.smithi118.stdout:506 Cannot talk to daemon 2023-12-08T05:58:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T05:58:35.953 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T05:58:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T05:58:35.967 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T05:58:36.025 INFO:teuthology.orchestra.run.smithi061.stderr:bash: ntpq: command not found 2023-12-08T05:58:36.029 INFO:teuthology.orchestra.run.smithi061.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T05:58:36.029 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================== 2023-12-08T05:58:36.029 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T05:58:36.029 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T05:58:36.029 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T05:58:36.029 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T05:58:36.045 INFO:teuthology.orchestra.run.smithi118.stderr:bash: ntpq: command not found 2023-12-08T05:58:36.049 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T05:58:36.049 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2023-12-08T05:58:36.049 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T05:58:36.049 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T05:58:36.049 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T05:58:36.049 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T05:58:36.050 INFO:teuthology.run_tasks:Running task pexec... 2023-12-08T05:58:36.060 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-08T05:58:36.060 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi061.front.sepia.ceph.com 2023-12-08T05:58:36.060 DEBUG:teuthology.orchestra.run.smithi061:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T05:58:36.061 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi118.front.sepia.ceph.com 2023-12-08T05:58:36.061 DEBUG:teuthology.orchestra.run.smithi118:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T05:58:36.966 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:48 ago on Fri 08 Dec 2023 05:56:48 AM UTC. 2023-12-08T05:58:36.984 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:44 ago on Fri 08 Dec 2023 05:56:52 AM UTC. 2023-12-08T05:58:39.106 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2023-12-08T05:58:39.107 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-08T05:58:39.107 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2023-12-08T05:58:39.107 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-08T05:58:39.107 INFO:teuthology.orchestra.run.smithi118.stdout:Resetting modules: 2023-12-08T05:58:39.107 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools 2023-12-08T05:58:39.108 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:58:39.108 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2023-12-08T05:58:39.108 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-12-08T05:58:39.108 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:58:39.275 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-12-08T05:58:39.276 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-08T05:58:39.276 INFO:teuthology.orchestra.run.smithi061.stdout: Package Architecture Version Repository Size 2023-12-08T05:58:39.276 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-08T05:58:39.277 INFO:teuthology.orchestra.run.smithi061.stdout:Resetting modules: 2023-12-08T05:58:39.277 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools 2023-12-08T05:58:39.277 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:58:39.277 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-12-08T05:58:39.277 INFO:teuthology.orchestra.run.smithi061.stdout:================================================================================ 2023-12-08T05:58:39.277 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:58:39.366 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2023-12-08T05:58:39.540 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-12-08T05:58:40.300 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:52 ago on Fri 08 Dec 2023 05:56:48 AM UTC. 2023-12-08T05:58:40.521 INFO:teuthology.orchestra.run.smithi061.stdout:Last metadata expiration check: 0:01:48 ago on Fri 08 Dec 2023 05:56:52 AM UTC. 2023-12-08T05:58:42.436 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout:=========================================================================================== 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repo Size 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout:=========================================================================================== 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout:Upgrading: 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2023-12-08T05:58:42.439 INFO:teuthology.orchestra.run.smithi118.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout:Installing group/module packages: 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T05:58:42.440 INFO:teuthology.orchestra.run.smithi118.stdout:Installing weak dependencies: 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout:Installing module profiles: 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools/common 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling module streams: 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools rhel8 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout:=========================================================================================== 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout:Install 13 Packages 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout:Upgrade 9 Packages 2023-12-08T05:58:42.441 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:58:42.446 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 52 M 2023-12-08T05:58:42.446 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2023-12-08T05:58:42.800 INFO:teuthology.orchestra.run.smithi061.stdout:Dependencies resolved. 2023-12-08T05:58:42.803 INFO:teuthology.orchestra.run.smithi061.stdout:=========================================================================================== 2023-12-08T05:58:42.803 INFO:teuthology.orchestra.run.smithi061.stdout: Package Arch Version Repo Size 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout:=========================================================================================== 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout:Upgrading: 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout:Installing group/module packages: 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T05:58:42.804 INFO:teuthology.orchestra.run.smithi061.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout:Installing dependencies: 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout:Installing weak dependencies: 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout:Installing module profiles: 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools/common 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout:Enabling module streams: 2023-12-08T05:58:42.805 INFO:teuthology.orchestra.run.smithi061.stdout: container-tools rhel8 2023-12-08T05:58:42.806 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:58:42.806 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction Summary 2023-12-08T05:58:42.806 INFO:teuthology.orchestra.run.smithi061.stdout:=========================================================================================== 2023-12-08T05:58:42.806 INFO:teuthology.orchestra.run.smithi061.stdout:Install 13 Packages 2023-12-08T05:58:42.806 INFO:teuthology.orchestra.run.smithi061.stdout:Upgrade 9 Packages 2023-12-08T05:58:42.806 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:58:42.806 INFO:teuthology.orchestra.run.smithi061.stdout:Total download size: 52 M 2023-12-08T05:58:42.806 INFO:teuthology.orchestra.run.smithi061.stdout:Downloading Packages: 2023-12-08T05:58:42.916 INFO:teuthology.orchestra.run.smithi118.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2023-12-08T05:58:42.949 INFO:teuthology.orchestra.run.smithi118.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2023-12-08T05:58:42.974 INFO:teuthology.orchestra.run.smithi118.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 670 kB/s | 39 kB 00:00 2023-12-08T05:58:43.008 INFO:teuthology.orchestra.run.smithi118.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-12-08T05:58:43.075 INFO:teuthology.orchestra.run.smithi118.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-12-08T05:58:43.140 INFO:teuthology.orchestra.run.smithi061.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2023-12-08T05:58:43.142 INFO:teuthology.orchestra.run.smithi118.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-12-08T05:58:43.174 INFO:teuthology.orchestra.run.smithi061.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.1 MB/s | 1.0 MB 00:00 2023-12-08T05:58:43.199 INFO:teuthology.orchestra.run.smithi061.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 669 kB/s | 39 kB 00:00 2023-12-08T05:58:43.226 INFO:teuthology.orchestra.run.smithi118.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-12-08T05:58:43.258 INFO:teuthology.orchestra.run.smithi061.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-12-08T05:58:43.325 INFO:teuthology.orchestra.run.smithi061.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-12-08T05:58:43.400 INFO:teuthology.orchestra.run.smithi061.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2023-12-08T05:58:43.401 INFO:teuthology.orchestra.run.smithi118.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.2 MB/s | 3.9 MB 00:00 2023-12-08T05:58:43.509 INFO:teuthology.orchestra.run.smithi061.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 867 kB/s | 94 kB 00:00 2023-12-08T05:58:43.784 INFO:teuthology.orchestra.run.smithi061.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.7 MB/s | 3.9 MB 00:00 2023-12-08T05:58:43.826 INFO:teuthology.orchestra.run.smithi118.stdout:(9/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.1 MB/s | 9.6 MB 00:01 2023-12-08T05:58:43.879 INFO:teuthology.orchestra.run.smithi118.stdout:(10/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 5.3 MB/s | 2.5 MB 00:00 2023-12-08T05:58:43.919 INFO:teuthology.orchestra.run.smithi118.stdout:(11/22): udica-0.2.6-20.module_el8+712+4cd1bd69 572 kB/s | 53 kB 00:00 2023-12-08T05:58:43.969 INFO:teuthology.orchestra.run.smithi118.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 445 kB/s | 41 kB 00:00 2023-12-08T05:58:44.003 INFO:teuthology.orchestra.run.smithi118.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 689 kB/s | 57 kB 00:00 2023-12-08T05:58:44.071 INFO:teuthology.orchestra.run.smithi118.stdout:(14/22): container-selinux-2.224.0-1.module_el8 698 kB/s | 70 kB 00:00 2023-12-08T05:58:44.178 INFO:teuthology.orchestra.run.smithi118.stdout:(15/22): containers-common-1-57.module_el8+712+ 1.3 MB/s | 144 kB 00:00 2023-12-08T05:58:44.279 INFO:teuthology.orchestra.run.smithi118.stdout:(16/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.7 MB/s | 8.1 MB 00:01 2023-12-08T05:58:44.343 INFO:teuthology.orchestra.run.smithi061.stdout:(9/22): toolbox-0.0.99.4-6.module_el8+712+4cd1b 4.5 MB/s | 2.5 MB 00:00 2023-12-08T05:58:44.355 INFO:teuthology.orchestra.run.smithi118.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 3.1 MB/s | 564 kB 00:00 2023-12-08T05:58:44.379 INFO:teuthology.orchestra.run.smithi118.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 698 kB/s | 70 kB 00:00 2023-12-08T05:58:44.421 INFO:teuthology.orchestra.run.smithi118.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 1.0 MB/s | 70 kB 00:00 2023-12-08T05:58:44.468 INFO:teuthology.orchestra.run.smithi061.stdout:(10/22): buildah-1.32.0-1.module_el8+712+4cd1bd 5.9 MB/s | 9.6 MB 00:01 2023-12-08T05:58:44.488 INFO:teuthology.orchestra.run.smithi118.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 838 kB/s | 56 kB 00:00 2023-12-08T05:58:44.493 INFO:teuthology.orchestra.run.smithi061.stdout:(11/22): udica-0.2.6-20.module_el8+712+4cd1bd69 350 kB/s | 53 kB 00:00 2023-12-08T05:58:44.535 INFO:teuthology.orchestra.run.smithi061.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2023-12-08T05:58:44.569 INFO:teuthology.orchestra.run.smithi061.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 764 kB/s | 57 kB 00:00 2023-12-08T05:58:44.664 INFO:teuthology.orchestra.run.smithi118.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 11 MB/s | 3.1 MB 00:00 2023-12-08T05:58:44.669 INFO:teuthology.orchestra.run.smithi061.stdout:(14/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.0 MB/s | 8.1 MB 00:01 2023-12-08T05:58:44.694 INFO:teuthology.orchestra.run.smithi061.stdout:(15/22): container-selinux-2.224.0-1.module_el8 440 kB/s | 70 kB 00:00 2023-12-08T05:58:44.728 INFO:teuthology.orchestra.run.smithi061.stdout:(16/22): containers-common-1-57.module_el8+712+ 2.4 MB/s | 144 kB 00:00 2023-12-08T05:58:44.787 INFO:teuthology.orchestra.run.smithi061.stdout:(17/22): fuse-overlayfs-1.13-1.module_el8+712+4 1.2 MB/s | 70 kB 00:00 2023-12-08T05:58:44.812 INFO:teuthology.orchestra.run.smithi061.stdout:(18/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 4.7 MB/s | 564 kB 00:00 2023-12-08T05:58:44.862 INFO:teuthology.orchestra.run.smithi061.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 937 kB/s | 70 kB 00:00 2023-12-08T05:58:44.921 INFO:teuthology.orchestra.run.smithi061.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 955 kB/s | 56 kB 00:00 2023-12-08T05:58:45.229 INFO:teuthology.orchestra.run.smithi061.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 7.4 MB/s | 3.1 MB 00:00 2023-12-08T05:58:45.940 INFO:teuthology.orchestra.run.smithi118.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 11 MB/s | 21 MB 00:01 2023-12-08T05:58:45.940 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2023-12-08T05:58:45.940 INFO:teuthology.orchestra.run.smithi118.stdout:Total 15 MB/s | 52 MB 00:03 2023-12-08T05:58:46.433 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2023-12-08T05:58:46.479 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2023-12-08T05:58:46.480 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2023-12-08T05:58:46.771 INFO:teuthology.orchestra.run.smithi061.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 9.7 MB/s | 21 MB 00:02 2023-12-08T05:58:46.772 INFO:teuthology.orchestra.run.smithi061.stdout:-------------------------------------------------------------------------------- 2023-12-08T05:58:46.772 INFO:teuthology.orchestra.run.smithi061.stdout:Total 13 MB/s | 52 MB 00:03 2023-12-08T05:58:46.955 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2023-12-08T05:58:46.958 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2023-12-08T05:58:47.287 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction check 2023-12-08T05:58:47.337 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction check succeeded. 2023-12-08T05:58:47.337 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction test 2023-12-08T05:58:47.836 INFO:teuthology.orchestra.run.smithi061.stdout:Transaction test succeeded. 2023-12-08T05:58:47.839 INFO:teuthology.orchestra.run.smithi061.stdout:Running transaction 2023-12-08T05:58:48.180 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2023-12-08T05:58:48.254 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2023-12-08T05:58:48.439 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2023-12-08T05:58:48.466 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-08T05:58:48.700 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-08T05:58:49.093 INFO:teuthology.orchestra.run.smithi061.stdout: Preparing : 1/1 2023-12-08T05:58:49.165 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2023-12-08T05:58:49.370 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2023-12-08T05:58:49.393 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-08T05:58:49.597 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-08T05:59:06.112 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-08T05:59:06.357 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2023-12-08T05:59:06.538 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-08T05:59:06.770 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-08T05:59:06.992 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-08T05:59:07.172 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-08T05:59:08.042 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2023-12-08T05:59:08.281 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2023-12-08T05:59:08.442 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-08T05:59:08.642 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-08T05:59:08.834 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-08T05:59:08.935 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-08T05:59:08.994 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-08T05:59:09.180 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2023-12-08T05:59:09.383 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2023-12-08T05:59:09.568 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-08T05:59:09.823 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2023-12-08T05:59:10.029 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2023-12-08T05:59:10.323 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2023-12-08T05:59:10.868 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2023-12-08T05:59:10.899 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2023-12-08T05:59:11.077 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2023-12-08T05:59:11.307 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2023-12-08T05:59:11.526 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-08T05:59:11.814 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2023-12-08T05:59:11.871 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2023-12-08T05:59:11.986 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2023-12-08T05:59:12.126 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2023-12-08T05:59:12.309 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2023-12-08T05:59:12.888 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2023-12-08T05:59:13.079 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2023-12-08T05:59:13.511 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2023-12-08T05:59:13.741 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2023-12-08T05:59:13.913 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2023-12-08T05:59:13.920 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2023-12-08T05:59:14.160 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2023-12-08T05:59:14.184 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2023-12-08T05:59:14.347 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2023-12-08T05:59:14.544 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2023-12-08T05:59:14.714 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2023-12-08T05:59:14.930 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2023-12-08T05:59:14.930 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-08T05:59:15.132 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2023-12-08T05:59:15.139 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-08T05:59:15.336 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2023-12-08T05:59:15.497 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2023-12-08T05:59:15.537 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2023-12-08T05:59:15.763 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2023-12-08T05:59:15.773 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2023-12-08T05:59:15.946 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2023-12-08T05:59:15.967 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2023-12-08T05:59:16.146 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-08T05:59:16.210 INFO:teuthology.orchestra.run.smithi061.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2023-12-08T05:59:16.395 INFO:teuthology.orchestra.run.smithi061.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2023-12-08T05:59:16.633 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2023-12-08T05:59:16.795 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2023-12-08T05:59:16.986 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2023-12-08T05:59:16.986 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-08T05:59:17.195 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2023-12-08T05:59:17.367 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2023-12-08T05:59:17.553 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2023-12-08T05:59:17.729 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2023-12-08T05:59:17.911 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2023-12-08T05:59:18.093 INFO:teuthology.orchestra.run.smithi061.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-08T05:59:35.743 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2023-12-08T05:59:36.196 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2023-12-08T05:59:36.197 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2023-12-08T05:59:36.198 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2023-12-08T05:59:36.198 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2023-12-08T05:59:36.198 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2023-12-08T05:59:36.198 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2023-12-08T05:59:36.198 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout:Upgraded: 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.267 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T05:59:37.268 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2023-12-08T05:59:37.582 DEBUG:teuthology.parallel:result is None 2023-12-08T05:59:37.863 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2023-12-08T05:59:38.328 INFO:teuthology.orchestra.run.smithi061.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2023-12-08T05:59:38.328 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2023-12-08T05:59:38.329 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2023-12-08T05:59:38.330 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2023-12-08T05:59:38.331 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2023-12-08T05:59:38.331 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2023-12-08T05:59:38.331 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout:Upgraded: 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.563 INFO:teuthology.orchestra.run.smithi061.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout:Installed: 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T05:59:39.564 INFO:teuthology.orchestra.run.smithi061.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T05:59:39.565 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T05:59:39.565 INFO:teuthology.orchestra.run.smithi061.stdout:Complete! 2023-12-08T05:59:39.877 DEBUG:teuthology.parallel:result is None 2023-12-08T05:59:39.878 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T05:59:39.954 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': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T05:59:39.954 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2023-12-08T05:59:39.955 INFO:tasks.cephadm:Cluster fsid is f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T05:59:39.955 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T05:59:39.955 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.61', 'mon.c': '[v2:172.21.15.61:3301,v1:172.21.15.61:6790]', 'mon.b': '172.21.15.118'} 2023-12-08T05:59:39.955 INFO:tasks.cephadm:First mon is mon.a on smithi061 2023-12-08T05:59:39.955 INFO:tasks.cephadm:First mgr is y 2023-12-08T05:59:39.956 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T05:59:39.956 DEBUG:teuthology.orchestra.run.smithi061:> sudo hostname $(hostname -s) 2023-12-08T05:59:39.984 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2023-12-08T05:59:40.019 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2023-12-08T05:59:40.020 DEBUG:teuthology.orchestra.run.smithi061:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T05:59:40.323 INFO:teuthology.orchestra.run.smithi061.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Dec 8 05:59 /home/ubuntu/cephtest/cephadm 2023-12-08T05:59:40.323 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T05:59:40.511 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Dec 8 05:59 /home/ubuntu/cephtest/cephadm 2023-12-08T05:59:40.511 DEBUG:teuthology.orchestra.run.smithi061:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T05:59:40.531 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T05:59:40.566 DEBUG:teuthology.orchestra.run.smithi061:> sudo mkdir -p /etc/ceph 2023-12-08T05:59:40.602 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2023-12-08T05:59:40.635 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod 777 /etc/ceph 2023-12-08T05:59:40.672 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2023-12-08T05:59:40.707 INFO:tasks.cephadm:Writing seed config... 2023-12-08T05:59:40.708 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2023-12-08T05:59:40.708 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T05:59:40.708 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T05:59:40.708 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T05:59:40.708 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T05:59:40.708 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T05:59:40.708 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T05:59:40.708 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T05:59:40.709 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T05:59:40.709 DEBUG:teuthology.orchestra.run.smithi061:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T05:59:40.730 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 = f98a4f9a-958e-11ee-95a3-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 2023-12-08T05:59:40.731 DEBUG:teuthology.orchestra.run.smithi061:mon.a> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a.service 2023-12-08T05:59:40.773 DEBUG:teuthology.orchestra.run.smithi061:mgr.y> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y.service 2023-12-08T05:59:40.801 INFO:journalctl@ceph.mon.a.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T05:59:40.802 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T05:59:40.803 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid f98a4f9a-958e-11ee-95a3-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.61 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T05:59:40.829 INFO:journalctl@ceph.mgr.y.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T05:59:40.951 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Verifying podman|docker is present... 2023-12-08T05:59:40.952 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Verifying lvm2 is present... 2023-12-08T05:59:40.952 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Verifying time synchronization is in place... 2023-12-08T05:59:40.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-12-08T05:59:40.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T05:59:40.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-12-08T05:59:40.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-08T05:59:40.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-12-08T05:59:40.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-12-08T05:59:40.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-12-08T05:59:40.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout active 2023-12-08T05:59:40.973 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2023-12-08T05:59:40.973 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Repeating the final host check... 2023-12-08T05:59:40.974 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2023-12-08T05:59:40.974 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:systemctl is present 2023-12-08T05:59:40.974 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:lvcreate is present 2023-12-08T05:59:40.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2023-12-08T05:59:40.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T05:59:40.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2023-12-08T05:59:40.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-08T05:59:40.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2023-12-08T05:59:40.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout enabled 2023-12-08T05:59:40.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2023-12-08T05:59:40.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout active 2023-12-08T05:59:40.993 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2023-12-08T05:59:40.993 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Host looks OK 2023-12-08T05:59:40.993 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:root:Cluster fsid: f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T05:59:40.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Acquiring lock 139868978686104 on /run/cephadm/f98a4f9a-958e-11ee-95a3-87774f69a715.lock 2023-12-08T05:59:40.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Lock 139868978686104 acquired on /run/cephadm/f98a4f9a-958e-11ee-95a3-87774f69a715.lock 2023-12-08T05:59:40.994 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Verifying IP 172.21.15.61 port 3300 ... 2023-12-08T05:59:40.994 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Verifying IP 172.21.15.61 port 6789 ... 2023-12-08T05:59:40.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.61, final addrv is [v2:172.21.15.61:3300,v1:172.21.15.61:6789] 2023-12-08T05:59:40.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2023-12-08T05:59:40.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.61 metric 100 2023-12-08T05:59:40.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.61 metric 100 2023-12-08T05:59:40.996 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Mon IP 172.21.15.61 is in CIDR network 172.21.0.0/20 2023-12-08T05:59:40.997 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2023-12-08T05:59:40.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2023-12-08T05:59:42.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2023-12-08T05:59:49.232 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2023-12-08T05:59:49.241 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2023-12-08T05:59:49.241 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2023-12-08T06:00:01.636 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2023-12-08T06:00:01.702 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2023-12-08T06:00:01.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2023-12-08T06:00:01.982 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2023-12-08T06:00:01.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2023-12-08T06:00:01.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2023-12-08T06:00:02.320 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:stat:stdout 167 167 2023-12-08T06:00:02.680 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Creating initial keys... 2023-12-08T06:00:02.681 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-08T06:00:02.681 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-08T06:00:02.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDisHJlN4VCNhAAsoWKviFq5hSyXHNcp7VQbA== 2023-12-08T06:00:03.266 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-08T06:00:03.266 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-08T06:00:03.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDjsHJlWL1gHRAA4iNt0SQKUhseLzU0aOhblA== 2023-12-08T06:00:03.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2023-12-08T06:00:03.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2023-12-08T06:00:04.111 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDksHJlxbUCBhAAi+kynEAFzIwF/IAJSiwNuA== 2023-12-08T06:00:04.461 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Creating initial monmap... 2023-12-08T06:00:04.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/tmp/ceph-tmpxhxrta7w:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', 'f98a4f9a-958e-11ee-95a3-87774f69a715', '--addv', 'a', '[v2:172.21.15.61:3300,v1:172.21.15.61:6789]', '/tmp/monmap'] 2023-12-08T06:00:04.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /tmp/ceph-tmpxhxrta7w:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 --addv a [v2:172.21.15.61:3300,v1:172.21.15.61:6789] /tmp/monmap 2023-12-08T06:00:04.711 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T06:00:04.711 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:04.711 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T06:00:05.051 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Creating mon... 2023-12-08T06:00:05.054 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpjtfmt53t:/tmp/keyring:z', '-v', '/tmp/ceph-tmpxhxrta7w:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', 'f98a4f9a-958e-11ee-95a3-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'] 2023-12-08T06:00:05.054 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpjtfmt53t:/tmp/keyring:z -v /tmp/ceph-tmpxhxrta7w:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid f98a4f9a-958e-11ee-95a3-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 2023-12-08T06:00:05.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.308+0000 7fae3380c6c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T06:00:05.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.308+0000 7fae3380c6c0 1 imported monmap: 2023-12-08T06:00:05.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2023-12-08T06:00:05.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2023-12-08T06:00:04.706033+0000 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2023-12-08T06:00:04.706033+0000 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] mon.a 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 0 /usr/bin/ceph-mon: set fsid to f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 0 set rocksdb option compression = kNoCompression 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 0 set rocksdb option compression = kNoCompression 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-08T06:00:05.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Compile date Mar 23 2020 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: DB SUMMARY 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.error_if_exists: 0 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.create_if_missing: 1 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.env: 0x555fdcb761a0 2023-12-08T06:00:05.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.info_log: 0x555fde995a80 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.statistics: (nil) 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.use_fsync: 0 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T06:00:05.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.db_log_dir: 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T06:00:05.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.write_buffer_manager: 0x555fdf534120 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T06:00:05.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T06:00:05.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T06:00:05.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T06:00:05.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T06:00:05.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T06:00:05.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T06:00:05.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T06:00:05.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T06:00:05.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.row_cache: None 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.wal_filter: None 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.two_write_queues: 0 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.atomic_flush: 0 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T06:00:05.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.max_open_files: -1 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T06:00:05.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Compression algorithms supported: 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: kZSTD supported: 0 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: kXpressCompression supported: 0 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: kZlibCompression supported: 1 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.309+0000 7fae3380c6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-08T06:00:05.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.merge_operator: 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_filter: None 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555fde8ba130) 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2023-12-08T06:00:05.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x555fde8f4510 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2023-12-08T06:00:05.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compression: NoCompression 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T06:00:05.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.num_levels: 7 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T06:00:05.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T06:00:05.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T06:00:05.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.table_properties_collectors: 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.bloom_locality: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T06:00:05.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.310+0000 7fae3380c6c0 4 rocksdb: Options.ttl: 0 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.311+0000 7fae3380c6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.311+0000 7fae3380c6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.314+0000 7fae3380c6c0 4 rocksdb: DB pointer 0x555fde990400 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.314+0000 7fae1c9cd700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.314+0000 7fae1c9cd700 4 rocksdb: [db/db_impl.cc:778] 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:00:05.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T06:00:05.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:00:05.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2023-12-08T06:00:05.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.315+0000 7fae3380c6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2023-12-08T06:00:05.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.315+0000 7fae3380c6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2023-12-08T06:00:05.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2023-12-08T06:00:05.315+0000 7fae3380c6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-08T06:00:05.673 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:05.677 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2023-12-08T06:00:05.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2023-12-08T06:00:05.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-08T06:00:05.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2023-12-08T06:00:05.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-f98a4f9a-958e-11ee-95a3-87774f69a715.target 2023-12-08T06:00:05.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715.target. 2023-12-08T06:00:05.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715.target. 2023-12-08T06:00:05.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl start ceph-f98a4f9a-958e-11ee-95a3-87774f69a715.target 2023-12-08T06:00:05.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-12-08T06:00:06.062 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a 2023-12-08T06:00:06.088 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a 2023-12-08T06:00:06.093 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a.service: Unit ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a.service not loaded. 2023-12-08T06:00:06.094 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a 2023-12-08T06:00:06.099 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715.target.wants/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a.service → /etc/systemd/system/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@.service. 2023-12-08T06:00:06.184 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl start ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a 2023-12-08T06:00:06.215 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:06 smithi061 systemd[1]: Starting Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:00:06.233 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2023-12-08T06:00:06.241 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout disabled 2023-12-08T06:00:06.241 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2023-12-08T06:00:06.249 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-08T06:00:06.249 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:firewalld.service is not enabled 2023-12-08T06:00:06.250 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Waiting for mon to start... 2023-12-08T06:00:06.250 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Waiting for mon... 2023-12-08T06:00:06.250 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2023-12-08T06:00:06.506 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:06 smithi061 podman[107769]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.a" found: no such container 2023-12-08T06:00:06.506 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:06 smithi061 systemd[1]: Started Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.368961s) 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2023-12-08T06:00:06.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2023-12-08T06:00:06.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2023-12-08T06:00:06.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2023-12-08T06:00:06.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:06.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:06 smithi061 bash[107785]: cluster 2023-12-08T06:00:06.499956+0000 mon.a (mon.0) 0 : [INF] mkfs f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:06.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:06 smithi061 bash[107785]: cluster 2023-12-08T06:00:06.483961+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-08T06:00:07.188 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2023-12-08T06:00:07.188 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/f98a4f9a-958e-11ee-95a3-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'] 2023-12-08T06:00:07.188 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z -v /var/lib/ceph/f98a4f9a-958e-11ee-95a3-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 2023-12-08T06:00:07.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:07 smithi061 bash[107785]: cluster 2023-12-08T06:00:06.498691+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-08T06:00:07.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:07 smithi061 bash[107785]: cluster 2023-12-08T06:00:06.498847+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0]} 2023-12-08T06:00:07.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:07 smithi061 bash[107785]: cluster 2023-12-08T06:00:06.501131+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T06:00:07.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:07 smithi061 bash[107785]: cluster 2023-12-08T06:00:06.504322+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T06:00:07.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:07 smithi061 bash[107785]: cluster 2023-12-08T06:00:06.504765+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T06:00:07.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:07 smithi061 bash[107785]: audit 2023-12-08T06:00:06.867616+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.61:0/318217037' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T06:00:07.674 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:07.674 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2023-12-08T06:00:07.674 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.61:3300,v1:172.21.15.61:6789] 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:07.675 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2023-12-08T06:00:07.676 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2023-12-08T06:00:07.676 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2023-12-08T06:00:07.676 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2023-12-08T06:00:08.046 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2023-12-08T06:00:08.046 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/f98a4f9a-958e-11ee-95a3-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'] 2023-12-08T06:00:08.046 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z -v /var/lib/ceph/f98a4f9a-958e-11ee-95a3-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 2023-12-08T06:00:08.822 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Restarting the monitor... 2023-12-08T06:00:08.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a 2023-12-08T06:00:08.828 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:08 smithi061 bash[107785]: audit 2023-12-08T06:00:07.664192+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.61:0/43192800' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T06:00:08.828 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:08 smithi061 bash[107785]: audit 2023-12-08T06:00:07.667674+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.61:0/43192800' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T06:00:08.828 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:08 smithi061 bash[107785]: audit 2023-12-08T06:00:08.472186+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.61:0/4110140611' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:00:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:08 smithi061 systemd[1]: Stopping Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:00:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:08 smithi061 bash[107785]: debug 2023-12-08T06:00:08.887+0000 7fa8d35e4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:00:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:08 smithi061 bash[107785]: debug 2023-12-08T06:00:08.887+0000 7fa8d35e4700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T06:00:09.374 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Setting mon public_network... 2023-12-08T06:00:09.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'set', 'mon', 'public_network', '172.21.0.0/20'] 2023-12-08T06:00:09.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config set mon public_network 172.21.0.0/20 2023-12-08T06:00:09.476 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 podman[108115]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.a 2023-12-08T06:00:09.477 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a.service: Succeeded. 2023-12-08T06:00:09.477 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 systemd[1]: Stopped Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:00:09.477 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 systemd[1]: Starting Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:00:09.477 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 podman[108157]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.a" found: no such container 2023-12-08T06:00:09.477 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 systemd[1]: Started Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.673+0000 7f25099ac6c0 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.673+0000 7f25099ac6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.673+0000 7f25099ac6c0 0 pidfile_write: ignore empty --pid-file 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 0 load: jerasure load: lrc load: isa 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 0 set rocksdb option compression = kNoCompression 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 0 set rocksdb option compression = kNoCompression 2023-12-08T06:00:09.758 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 0 set rocksdb option write_buffer_size = 33554432 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 1 rocksdb: do_open column families: [default] 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: RocksDB version: 6.1.2 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Compile date Mar 23 2020 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: DB SUMMARY 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: CURRENT file: CURRENT 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 64591 ; 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.error_if_exists: 0 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.create_if_missing: 0 2023-12-08T06:00:09.759 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.env: 0x556a514491a0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.info_log: 0x556a5275e9a0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.statistics: (nil) 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.use_fsync: 0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T06:00:09.760 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.db_log_dir: 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.write_buffer_manager: 0x556a532f6ae0 2023-12-08T06:00:09.761 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.678+0000 7f25099ac6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.row_cache: None 2023-12-08T06:00:09.762 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.wal_filter: None 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.two_write_queues: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.atomic_flush: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T06:00:09.763 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_open_files: -1 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Compression algorithms supported: 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: kZSTD supported: 0 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: kXpressCompression supported: 0 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: kZlibCompression supported: 1 2023-12-08T06:00:09.764 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.merge_operator: 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_filter: None 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556a5267a138) 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: cache_index_and_filter_blocks: 1 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: cache_index_and_filter_blocks_with_high_priority: 1 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: pin_top_level_index_and_filter: 1 2023-12-08T06:00:09.765 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: index_type: 0 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: data_block_index_type: 0 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: hash_index_allow_collision: 1 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: checksum: 1 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: no_block_cache: 0 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: block_cache: 0x556a526b4610 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: block_cache_name: BinnedLRUCache 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: block_cache_options: 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: capacity : 536870912 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: num_shard_bits : 4 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: strict_capacity_limit : 0 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: high_pri_pool_ratio: 0.000 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: block_cache_compressed: (nil) 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: persistent_cache: (nil) 2023-12-08T06:00:09.766 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: block_size: 4096 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: block_size_deviation: 10 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: block_restart_interval: 16 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: index_block_restart_interval: 1 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: metadata_block_size: 4096 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: partition_filters: 0 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: use_delta_encoding: 1 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: whole_key_filtering: 1 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: verify_compression: 0 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: read_amp_bytes_per_bit: 0 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: format_version: 2 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: enable_index_compression: 1 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: block_align: 0 2023-12-08T06:00:09.767 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compression: NoCompression 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.num_levels: 7 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:00:09.768 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T06:00:09.769 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T06:00:09.770 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.table_properties_collectors: 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T06:00:09.771 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.bloom_locality: 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.679+0000 7f25099ac6c0 4 rocksdb: Options.ttl: 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.682+0000 7f25099ac6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.682+0000 7f25099ac6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.682+0000 7f25099ac6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015209683249, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.682+0000 7f25099ac6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.682+0000 7f25099ac6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015209684054, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 61833, "table_properties": {"data_size": 60155, "index_size": 283, "filter_size": 581, "raw_key_size": 8582, "raw_average_key_size": 47, "raw_value_size": 55229, "raw_average_value_size": 303, "num_data_blocks": 9, "num_entries": 182, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.682+0000 7f25099ac6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2023-12-08T06:00:09.772 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.683+0000 7f25099ac6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015209684415, "job": 1, "event": "recovery_finished"} 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.684+0000 7f25099ac6c0 4 rocksdb: DB pointer 0x556a5274f200 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.684+0000 7f24f0af9700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.684+0000 7f24f0af9700 4 rocksdb: [db/db_impl.cc:778] 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ** DB Stats ** 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ** Compaction Stats [default] ** 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: L0 2/0 62.00 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.5 0.00 0.00 1 0.001 0 0 2023-12-08T06:00:09.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Sum 2/0 62.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.5 0.00 0.00 1 0.001 0 0 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.5 0.00 0.00 1 0.001 0 0 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ** Compaction Stats [default] ** 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.5 0.00 0.00 1 0.001 0 0 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Cumulative compaction: 0.00 GB write, 11.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Interval compaction: 0.00 GB write, 11.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:00:09.774 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ** Compaction Stats [default] ** 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: L0 2/0 62.00 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.5 0.00 0.00 1 0.001 0 0 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Sum 2/0 62.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 116.5 0.00 0.00 1 0.001 0 0 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ** Compaction Stats [default] ** 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 116.5 0.00 0.00 1 0.001 0 0 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:00:09.775 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Cumulative compaction: 0.00 GB write, 11.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.684+0000 7f25099ac6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] at bind addrs [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.685+0000 7f25099ac6c0 1 mon.a@-1(???) e1 preinit fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.685+0000 7f25099ac6c0 0 mon.a@-1(???).mds e1 new map 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.685+0000 7f25099ac6c0 0 mon.a@-1(???).mds e1 print_map 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: e1 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: legacy client fscid: -1 2023-12-08T06:00:09.776 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: No filesystems configured 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.686+0000 7f25099ac6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.686+0000 7f25099ac6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.686+0000 7f25099ac6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: audit 2023-12-08T06:00:07.664192+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.61:0/43192800' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: audit 2023-12-08T06:00:07.667674+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.61:0/43192800' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: audit 2023-12-08T06:00:08.472186+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.61:0/4110140611' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: debug 2023-12-08T06:00:09.686+0000 7f25099ac6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: cluster 2023-12-08T06:00:09.702718+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: cluster 2023-12-08T06:00:09.702768+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0]} 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: cluster 2023-12-08T06:00:09.702804+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: cluster 2023-12-08T06:00:09.702829+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T06:00:09.777 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:09 smithi061 bash[108174]: cluster 2023-12-08T06:00:09.703192+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T06:00:10.346 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Creating mgr... 2023-12-08T06:00:10.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2023-12-08T06:00:10.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y 2023-12-08T06:00:10.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y 2023-12-08T06:00:10.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y.service: Unit ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y.service not loaded. 2023-12-08T06:00:10.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y 2023-12-08T06:00:10.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715.target.wants/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@.service. 2023-12-08T06:00:10.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl start ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y 2023-12-08T06:00:10.608 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:10 smithi061 systemd[1]: Starting Ceph mgr.y for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:00:10.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2023-12-08T06:00:10.624 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout disabled 2023-12-08T06:00:10.624 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2023-12-08T06:00:10.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:systemctl:stdout inactive 2023-12-08T06:00:10.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:firewalld.service is not enabled 2023-12-08T06:00:10.633 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T06:00:10.634 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2023-12-08T06:00:10.634 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Waiting for mgr to start... 2023-12-08T06:00:10.634 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Waiting for mgr... 2023-12-08T06:00:10.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-08T06:00:10.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-08T06:00:10.863 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:10 smithi061 bash[108174]: audit 2023-12-08T06:00:09.980983+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.61:0/4056520857' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2023-12-08T06:00:10.864 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:10 smithi061 bash[108174]: audit 2023-12-08T06:00:09.983878+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.61:0/4056520857' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2023-12-08T06:00:10.864 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:10 smithi061 podman[108392]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.y" found: no such container 2023-12-08T06:00:10.864 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:10 smithi061 systemd[1]: Started Ceph mgr.y for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:00:11.154 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:11.154 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:11.154 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "f98a4f9a-958e-11ee-95a3-87774f69a715", 2023-12-08T06:00:11.154 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-08T06:00:11.154 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-08T06:00:11.154 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 1, 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:11.155 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-08T06:00:11.156 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-08T06:00:11.157 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-08T06:00:11.157 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-08T06:00:11.157 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:11.157 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-08T06:00:11.157 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:11.157 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-08T06:00:11.157 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-08T06:00:11.157 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-08T06:00:06.500306+0000", 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:11.158 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-08T06:00:11.159 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:11.456 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2023-12-08T06:00:12.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:11 smithi061 bash[108174]: audit 2023-12-08T06:00:11.146076+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.61:0/3206494099' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T06:00:12.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-08T06:00:12.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-08T06:00:12.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:12.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:12.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "f98a4f9a-958e-11ee-95a3-87774f69a715", 2023-12-08T06:00:12.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-08T06:00:12.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-08T06:00:12.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-08T06:00:12.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-08T06:00:12.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:12.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-08T06:00:06.500306+0000", 2023-12-08T06:00:12.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-08T06:00:12.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:12.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-08T06:00:12.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:13.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:12 smithi061 bash[108174]: audit 2023-12-08T06:00:12.857344+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.61:0/3321338955' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T06:00:13.212 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2023-12-08T06:00:14.213 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-08T06:00:14.213 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-08T06:00:14.627 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:14.627 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "f98a4f9a-958e-11ee-95a3-87774f69a715", 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-08T06:00:14.628 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 4, 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-08T06:00:14.629 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-08T06:00:14.630 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-08T06:00:14.630 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:14.630 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-08T06:00:14.630 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-08T06:00:14.630 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-08T06:00:14.630 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-08T06:00:14.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-08T06:00:14.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-08T06:00:14.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-08T06:00:14.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-08T06:00:14.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-08T06:00:14.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:14.633 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-08T06:00:14.634 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:14.635 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-08T06:00:14.635 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:14.635 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-08T06:00:06.500306+0000", 2023-12-08T06:00:14.635 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-08T06:00:14.635 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:14.635 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-08T06:00:14.635 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:14.940 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:14 smithi061 bash[108174]: audit 2023-12-08T06:00:14.621636+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.61:0/3936379243' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T06:00:14.961 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2023-12-08T06:00:15.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2023-12-08T06:00:15.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2023-12-08T06:00:16.069 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: cluster 2023-12-08T06:00:14.717035+0000 mon.a (mon.0) 11 : cluster [INF] Activating manager daemon y 2023-12-08T06:00:16.069 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: cluster 2023-12-08T06:00:14.722166+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00523049s) 2023-12-08T06:00:16.069 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:14.722925+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:00:16.069 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:14.723024+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:00:16.069 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:14.723115+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:00:16.069 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:14.723621+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:14.723848+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: cluster 2023-12-08T06:00:14.737303+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:14.746981+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:15.183892+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: cluster 2023-12-08T06:00:15.183928+0000 mon.a (mon.0) 21 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:15.184043+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"1e6259b8-17e3-47ba-ac4e-ae79e959e32f"}]: dispatch 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:15.185515+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:15.189108+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"1e6259b8-17e3-47ba-ac4e-ae79e959e32f"}]': finished 2023-12-08T06:00:16.070 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:15.189430+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"f3a1673c-5001-4d15-b302-15a418b6fcfc"}]: dispatch 2023-12-08T06:00:16.071 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:15 smithi061 bash[108174]: audit 2023-12-08T06:00:15.194529+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"f3a1673c-5001-4d15-b302-15a418b6fcfc"}]': finished 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "f98a4f9a-958e-11ee-95a3-87774f69a715", 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:17.296 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:17.297 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2023-12-08T06:00:17.298 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2023-12-08T06:00:17.299 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2023-12-08T06:00:06.500306+0000", 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:17.300 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2023-12-08T06:00:17.301 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:17.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:17 smithi061 bash[108174]: cluster 2023-12-08T06:00:15.726918+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.00999s) 2023-12-08T06:00:17.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:17 smithi061 bash[108174]: audit 2023-12-08T06:00:16.186218+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.61:0/1123798657' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T06:00:17.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:17 smithi061 bash[108174]: cluster 2023-12-08T06:00:16.186255+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T06:00:17.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:17 smithi061 bash[108174]: audit 2023-12-08T06:00:16.187943+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T06:00:17.592 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Enabling cephadm module... 2023-12-08T06:00:17.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2023-12-08T06:00:17.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2023-12-08T06:00:18.400 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:18 smithi061 bash[108174]: audit 2023-12-08T06:00:17.074093+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T06:00:18.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:18 smithi061 bash[108174]: cluster 2023-12-08T06:00:17.187851+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-08T06:00:18.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:18 smithi061 bash[108174]: audit 2023-12-08T06:00:17.287147+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.61:0/173917564' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T06:00:19.356 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:19 smithi061 bash[108174]: audit 2023-12-08T06:00:18.095466+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.61:0/1949335106' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T06:00:19.356 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:19 smithi061 bash[108408]: ignoring --setuser ceph since I am not root 2023-12-08T06:00:19.357 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:19 smithi061 bash[108408]: ignoring --setgroup ceph since I am not root 2023-12-08T06:00:19.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-12-08T06:00:19.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-12-08T06:00:20.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2023-12-08T06:00:20.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2023-12-08T06:00:20.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-12-08T06:00:20.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-12-08T06:00:20.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-08T06:00:20.340 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:6800", 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 937169094 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:6801", 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 937169094 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.61:6801/937169094", 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-12-08T06:00:14.716917+0000", 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-08T06:00:20.341 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.342 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.343 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.344 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.345 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.346 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.348 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-12-08T06:00:20.349 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.350 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-12-08T06:00:20.351 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.352 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.353 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.354 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.355 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.356 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.357 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.358 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-12-08T06:00:20.359 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.360 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-08T06:00:20.361 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.362 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.363 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.364 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.365 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-12-08T06:00:20.366 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.367 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.368 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.369 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.370 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.371 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.372 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.373 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.374 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.375 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-12-08T06:00:20.376 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.377 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.378 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.379 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.380 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.381 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-12-08T06:00:20.382 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.383 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.384 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-12-08T06:00:20.385 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.386 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.387 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.388 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.389 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.390 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-12-08T06:00:20.391 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.392 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.393 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.394 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.395 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.396 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.399 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-08T06:00:20.400 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-08T06:00:20.401 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-08T06:00:20.402 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.403 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.404 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.405 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.406 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.407 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.408 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-08T06:00:20.409 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.410 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.411 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.412 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.413 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.414 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.415 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-08T06:00:20.416 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.417 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.418 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.419 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.420 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.421 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.422 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-12-08T06:00:20.423 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.424 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.425 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.426 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.427 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.428 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.429 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-12-08T06:00:20.430 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.431 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.432 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.433 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.434 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.435 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.436 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-08T06:00:20.437 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.438 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-12-08T06:00:20.439 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.440 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.441 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-12-08T06:00:20.442 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.443 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.444 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.445 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.446 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.447 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.448 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.449 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.450 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-12-08T06:00:20.451 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.452 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-12-08T06:00:20.453 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.454 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.455 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.456 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.457 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.458 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.459 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.460 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.461 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-12-08T06:00:20.462 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.463 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-08T06:00:20.464 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-12-08T06:00:20.465 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.466 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.467 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.468 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.469 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.470 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.471 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.472 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.473 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-12-08T06:00:20.474 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.475 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.477 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.478 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.479 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.480 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.481 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.482 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.483 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.484 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.485 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.486 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.487 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.488 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-12-08T06:00:20.489 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.490 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.491 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.492 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.493 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.494 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.495 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.496 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.497 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.498 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.499 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-12-08T06:00:20.500 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.501 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-12-08T06:00:20.502 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.503 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.505 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.506 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.507 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.508 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.509 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.510 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.512 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.513 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.514 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.515 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.516 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.517 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.518 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.520 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.521 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.522 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.523 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.524 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.525 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-12-08T06:00:20.526 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.527 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.528 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.529 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.530 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.531 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.532 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.532 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.533 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.533 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.533 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.533 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.533 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.533 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.533 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.533 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.534 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.535 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.536 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.537 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.538 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.539 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.540 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.541 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.542 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.543 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.544 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.545 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.546 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.547 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.548 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.549 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.550 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.551 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.552 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.553 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.554 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.555 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.556 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.557 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.558 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.559 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.560 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.561 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-12-08T06:00:20.562 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.563 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.564 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.565 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.566 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.567 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.568 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-12-08T06:00:20.569 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.570 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.571 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.572 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.573 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.574 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.575 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.576 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.577 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.578 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.579 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.580 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.581 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.582 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.583 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-12-08T06:00:20.584 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.585 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.586 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.587 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.588 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.589 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.590 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.591 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.592 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.593 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.594 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.595 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.596 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.597 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.598 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-12-08T06:00:20.599 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.600 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.601 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.602 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.603 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.604 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.605 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.606 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.607 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.608 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.609 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-12-08T06:00:20.610 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.611 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:20.612 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.613 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.614 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:20.615 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.616 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.617 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.618 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-12-08T06:00:20.619 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-12-08T06:00:20.620 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-12-08T06:00:20.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:0", 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2136031226 2023-12-08T06:00:20.622 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:0", 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 918273025 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:0", 2023-12-08T06:00:20.623 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 144480670 2023-12-08T06:00:20.624 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.624 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:20.624 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.624 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:20.624 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.624 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:20.624 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:20 smithi061 bash[108174]: audit 2023-12-08T06:00:19.080751+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.61:0/1949335106' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T06:00:20.624 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:20 smithi061 bash[108174]: cluster 2023-12-08T06:00:19.080820+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2023-12-08T06:00:20.624 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:20 smithi061 bash[108174]: audit 2023-12-08T06:00:19.957363+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.61:0/1269043816' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-12-08T06:00:20.625 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-12-08T06:00:20.625 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2023-12-08T06:00:20.625 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-12-08T06:00:20.625 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-12-08T06:00:23.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:22 smithi061 bash[108174]: cluster 2023-12-08T06:00:22.936047+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2023-12-08T06:00:23.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:22 smithi061 bash[108174]: cluster 2023-12-08T06:00:22.936466+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2023-12-08T06:00:23.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:22 smithi061 bash[108174]: cluster 2023-12-08T06:00:22.938102+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T06:00:24.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:24.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2023-12-08T06:00:24.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-12-08T06:00:24.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:24.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: cluster 2023-12-08T06:00:22.988609+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0522309s) 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:22.990932+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:22.991615+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:22.991756+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:22.991885+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:22.992176+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:22.994077+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:22.994326+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: cluster 2023-12-08T06:00:23.007525+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:23.024744+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T06:00:25.751 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:23 smithi061 bash[108174]: audit 2023-12-08T06:00:23.909549+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T06:00:25.752 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:24 smithi061 bash[108174]: cluster 2023-12-08T06:00:23.999216+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.06284s) 2023-12-08T06:00:25.752 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2023-12-08T06:00:25.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2023-12-08T06:00:25.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2023-12-08T06:00:26.645 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Generating ssh key... 2023-12-08T06:00:26.645 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2023-12-08T06:00:26.645 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2023-12-08T06:00:26.900 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:26 smithi061 bash[108174]: cluster 2023-12-08T06:00:25.696061+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-08T06:00:26.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:26 smithi061 bash[108174]: audit 2023-12-08T06:00:26.278267+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2023-12-08T06:00:26.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:26 smithi061 bash[108174]: audit 2023-12-08T06:00:26.280779+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2023-12-08T06:00:27.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: Generating public/private rsa key pair. 2023-12-08T06:00:27.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: Your identification has been saved in /tmp/tmpp3b32x62/key. 2023-12-08T06:00:27.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: Your public key has been saved in /tmp/tmpp3b32x62/key.pub. 2023-12-08T06:00:27.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: The key fingerprint is: 2023-12-08T06:00:27.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: SHA256:t9/4lxtVIU7aWOhvFY2UnEVD9UL7Z7RIag0c5+KCSsQ ceph-f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:27.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: The key's randomart image is: 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: +---[RSA 3072]----+ 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | ..B+X*| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | . ..@.*o=| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | E .* =o =| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | . . ..* .=o| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | . .S..+.o..=| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | . . .o. o .o| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | . . . ..| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | . o .o| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: | o.oo.| 2023-12-08T06:00:27.652 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108408]: +----[SHA256]-----+ 2023-12-08T06:00:27.694 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2023-12-08T06:00:27.694 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2023-12-08T06:00:28.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108174]: audit 2023-12-08T06:00:26.277082+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 2023-12-08T06:00:28.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108174]: audit 2023-12-08T06:00:27.114011+0000 mgr.y (mgr.14119) 2 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:00:28.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108174]: cephadm 2023-12-08T06:00:27.114216+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2023-12-08T06:00:28.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108174]: audit 2023-12-08T06:00:27.351887+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAy1gmXhSl4Xh4zbnV0ig1oeiucF1uGDEJAYggRtqB2BeKa+sNaN1M\nxxOxuFeu49q24c//sR53R/YQfP7WVOXwlnzIiZYOE8j8IClDD7CEjnjaTo7AYNbmKh1fNU\nPKwn9KneI+FbzUsq5nW53BTBA81YsjZEPUTXhAOIMnq2ETqgMvEvclp+PJSP3BvUbFoG3i\n6wnfIOQhWwmkxaBf800Zsc+XG763VcUOpXepZ4uLKePB5l21UEvdFi26tt+7O/24JixYyN\n3jZVKk/Ozec7Jb2GJkYXa1lrsVEPOa5MdMPrNd6JGqytf5nPHJ/+pZC8OM7M4Ga987G822\nxNubG9JzxC8/ZK91I75GVZkx4/R+mUbhtWL4ocv/IrU8Md9rxi8LSSV7KwdjBGVEXnf4OW\nmr96dcpDDUGW4AAE962EUAfBBz1e7XvV3khQDS/tIJNn+BupzgzKGU3tF/5h2eDA8cSQsz\n81LW8R3NYVlvK0fkeVP8qsEnFQth4vzElelpBrxLAAAFoMdxh0XHcYdFAAAAB3NzaC1yc2\nEAAAGBAMtYJl4UpeF4eM251dIoNaHornBdbhgxCQGIIEbagdgXimvrDWjdTMcTsbhXruPa\ntuHP/7Eed0f2EHz+1lTl8JZ8yImWDhPI/CApQw+whI542k6OwGDW5iodXzVDysJ/Sp3iPh\nW81LKuZ1udwUwQPNWLI2RD1E14QDiDJ6thE6oDLxL3JafjyUj9wb1GxaBt4usJ3yDkIVsJ\npMWgX/NNGbHPlxu+t1XFDqV3qWeLiynjweZdtVBL3RYturbfuzv9uCYsWMjd42VSpPzs3n\nOyW9hiZGF2tZa7FRDzmuTHTD6zXeiRqsrX+Zzxyf/qWQvDjOzOBmvfOxvNtsTbmxvSc8Qv\nP2SvdSO+RlWZMeP0fplG4bVi+KHL/yK1PDHfa8YvC0kleysHYwRlRF53+Dlpq/enXKQw1B\nluAABPethFAHwQc9Xu171d5IUA0v7SCTZ/gbqc4MyhlN7Rf+YdngwPHEkLM/NS1vEdzWFZ\nbytH5HlT/KrBJxULYeL8xJXpaQa8SwAAAAMBAAEAAAGAPvklqK0sUg9FGjEbDuJ0+Zddrl\n7A4a0N5POLS2YQICPqMlGw7XDbfiuTNkuxVc8+I+COhwOwXRDPOmaRaelsAK7UTAe0hFwR\n+MPOiOVZp+W1de6vlU34KcK+4XgFKwbQzORr5b98/3kTeUP5wNymeluEsmBvNy6udNHpTy\nHZPSWPRohTmRLqGzi67ysjuPNO+wsrlrwPuGncJXftPyP5eR+Y5HbDwEQurP/J7s9AYdCv\nE/ChXiSga2XuFQRkr8d62e6EaerNpvVTdH18ensSsjoRsMOUTeUqpCTx4bmotNm1oNDw19\n2QnaCkWY6CFtwr4zcViKQavORodbOxE60S/fmxVB8g7rxOiOq2vJN4nqEvdeuwXKC1qVGd\nOhuaqoLGLcIBf5RUCcDN4mFo8abCZ6Rmmy42GA4VVoHbstC9+FcsuFtGAq2rQ+pj+Pu9qN\nNW49CsBBxweiUtdHVaPLTs1jFxvLbKdSIkL/GXsNOKXMKGnrh7P0T4vAwKJdDqBpVBAAAA\nwQC1tMuiOuO5vmL5fZOoW++sCLsHCf0k4Wq22ZXPLWdvadspXPcTycjZST7+aVup33YdbW\nIYZfpDA/nGqyu3IrlnyRtugmrCdMw0uMV6pdCk1OeoB5eYt0L9ILBS2uiaum+AevunFEQz\nOqXNb0A3rwLwwISS07Dx3cgnQjXUH8U/OuVU9VQ/R/fZeGUEh2dNgcd8PR3QmRiYapeKsN\nL3FNMfqUatuzbBIJ79vBOzkQ0lAe6Md0N6OYPkEarI0zzrXB8AAADBAP540Vk6dwcYJep9\n8jCeIRWlSxJddkeXB8xEXkw8Hox4ZRrygsk4zZMuhQDeIEOkGwCTgN26XyjbEwRA1f9U0Y\na/engU2ojoDeZXwHoD2hmzhouZo2X6auRYcSB/SGfDY2/1dQXETdVWaHGlN2FjCthvCG0V\n0zvNbLi3YLkWAWcvJxiF+AjaxXLS3i+Hp7D+ti9T173GgGn1G33HNugSjr+rUKQUZuMqtW\nlPXxon0CM11lOjBu3ezT/duezx+/Gh5wAAAMEAzJC8tZOWHwX+mFMPepVTHP1th73c6Bi+\nV8LWZO+MxN4bSAoYqIqUvSin22REa0+K9JD9O+Jrhslm+uBPXH0lYUzdRTGyv5oDfmA5UZ\nf7Jo2g5qTTkJESJkFDmrLsGIZJSs5bFsJHwyC5X/dw/PYhZPYoBgEN55B2kHV2mB1T7ir/\npzXV8WnR24SJGY+4i9j9tI/F5RMgR8kF8DkoDEi3xvMCtvgdxCD9TaLXBi/H2G1rchIxnO\n3q5kPLXkHL1w39AAAAKWNlcGgtZjk4YTRmOWEtOTU4ZS0xMWVlLTk1YTMtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2023-12-08T06:00:28.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108174]: audit 2023-12-08T06:00:27.353580+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAy1gmXhSl4Xh4zbnV0ig1oeiucF1uGDEJAYggRtqB2BeKa+sNaN1M\nxxOxuFeu49q24c//sR53R/YQfP7WVOXwlnzIiZYOE8j8IClDD7CEjnjaTo7AYNbmKh1fNU\nPKwn9KneI+FbzUsq5nW53BTBA81YsjZEPUTXhAOIMnq2ETqgMvEvclp+PJSP3BvUbFoG3i\n6wnfIOQhWwmkxaBf800Zsc+XG763VcUOpXepZ4uLKePB5l21UEvdFi26tt+7O/24JixYyN\n3jZVKk/Ozec7Jb2GJkYXa1lrsVEPOa5MdMPrNd6JGqytf5nPHJ/+pZC8OM7M4Ga987G822\nxNubG9JzxC8/ZK91I75GVZkx4/R+mUbhtWL4ocv/IrU8Md9rxi8LSSV7KwdjBGVEXnf4OW\nmr96dcpDDUGW4AAE962EUAfBBz1e7XvV3khQDS/tIJNn+BupzgzKGU3tF/5h2eDA8cSQsz\n81LW8R3NYVlvK0fkeVP8qsEnFQth4vzElelpBrxLAAAFoMdxh0XHcYdFAAAAB3NzaC1yc2\nEAAAGBAMtYJl4UpeF4eM251dIoNaHornBdbhgxCQGIIEbagdgXimvrDWjdTMcTsbhXruPa\ntuHP/7Eed0f2EHz+1lTl8JZ8yImWDhPI/CApQw+whI542k6OwGDW5iodXzVDysJ/Sp3iPh\nW81LKuZ1udwUwQPNWLI2RD1E14QDiDJ6thE6oDLxL3JafjyUj9wb1GxaBt4usJ3yDkIVsJ\npMWgX/NNGbHPlxu+t1XFDqV3qWeLiynjweZdtVBL3RYturbfuzv9uCYsWMjd42VSpPzs3n\nOyW9hiZGF2tZa7FRDzmuTHTD6zXeiRqsrX+Zzxyf/qWQvDjOzOBmvfOxvNtsTbmxvSc8Qv\nP2SvdSO+RlWZMeP0fplG4bVi+KHL/yK1PDHfa8YvC0kleysHYwRlRF53+Dlpq/enXKQw1B\nluAABPethFAHwQc9Xu171d5IUA0v7SCTZ/gbqc4MyhlN7Rf+YdngwPHEkLM/NS1vEdzWFZ\nbytH5HlT/KrBJxULYeL8xJXpaQa8SwAAAAMBAAEAAAGAPvklqK0sUg9FGjEbDuJ0+Zddrl\n7A4a0N5POLS2YQICPqMlGw7XDbfiuTNkuxVc8+I+COhwOwXRDPOmaRaelsAK7UTAe0hFwR\n+MPOiOVZp+W1de6vlU34KcK+4XgFKwbQzORr5b98/3kTeUP5wNymeluEsmBvNy6udNHpTy\nHZPSWPRohTmRLqGzi67ysjuPNO+wsrlrwPuGncJXftPyP5eR+Y5HbDwEQurP/J7s9AYdCv\nE/ChXiSga2XuFQRkr8d62e6EaerNpvVTdH18ensSsjoRsMOUTeUqpCTx4bmotNm1oNDw19\n2QnaCkWY6CFtwr4zcViKQavORodbOxE60S/fmxVB8g7rxOiOq2vJN4nqEvdeuwXKC1qVGd\nOhuaqoLGLcIBf5RUCcDN4mFo8abCZ6Rmmy42GA4VVoHbstC9+FcsuFtGAq2rQ+pj+Pu9qN\nNW49CsBBxweiUtdHVaPLTs1jFxvLbKdSIkL/GXsNOKXMKGnrh7P0T4vAwKJdDqBpVBAAAA\nwQC1tMuiOuO5vmL5fZOoW++sCLsHCf0k4Wq22ZXPLWdvadspXPcTycjZST7+aVup33YdbW\nIYZfpDA/nGqyu3IrlnyRtugmrCdMw0uMV6pdCk1OeoB5eYt0L9ILBS2uiaum+AevunFEQz\nOqXNb0A3rwLwwISS07Dx3cgnQjXUH8U/OuVU9VQ/R/fZeGUEh2dNgcd8PR3QmRiYapeKsN\nL3FNMfqUatuzbBIJ79vBOzkQ0lAe6Md0N6OYPkEarI0zzrXB8AAADBAP540Vk6dwcYJep9\n8jCeIRWlSxJddkeXB8xEXkw8Hox4ZRrygsk4zZMuhQDeIEOkGwCTgN26XyjbEwRA1f9U0Y\na/engU2ojoDeZXwHoD2hmzhouZo2X6auRYcSB/SGfDY2/1dQXETdVWaHGlN2FjCthvCG0V\n0zvNbLi3YLkWAWcvJxiF+AjaxXLS3i+Hp7D+ti9T173GgGn1G33HNugSjr+rUKQUZuMqtW\nlPXxon0CM11lOjBu3ezT/duezx+/Gh5wAAAMEAzJC8tZOWHwX+mFMPepVTHP1th73c6Bi+\nV8LWZO+MxN4bSAoYqIqUvSin22REa0+K9JD9O+Jrhslm+uBPXH0lYUzdRTGyv5oDfmA5UZ\nf7Jo2g5qTTkJESJkFDmrLsGIZJSs5bFsJHwyC5X/dw/PYhZPYoBgEN55B2kHV2mB1T7ir/\npzXV8WnR24SJGY+4i9j9tI/F5RMgR8kF8DkoDEi3xvMCtvgdxCD9TaLXBi/H2G1rchIxnO\n3q5kPLXkHL1w39AAAAKWNlcGgtZjk4YTRmOWEtOTU4ZS0xMWVlLTk1YTMtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2023-12-08T06:00:28.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108174]: audit 2023-12-08T06:00:27.353946+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLWCZeFKXheHjNudXSKDWh6K5wXW4YMQkBiCBG2oHYF4pr6w1o3UzHE7G4V67j2rbhz/+xHndH9hB8/tZU5fCWfMiJlg4TyPwgKUMPsISOeNpOjsBg1uYqHV81Q8rCf0qd4j4VvNSyrmdbncFMEDzViyNkQ9RNeEA4gyerYROqAy8S9yWn48lI/cG9RsWgbeLrCd8g5CFbCaTFoF/zTRmxz5cbvrdVxQ6ld6lni4sp48HmXbVQS90WLbq237s7/bgmLFjI3eNlUqT87N5zslvYYmRhdrWWuxUQ85rkx0w+s13okarK1/mc8cn/6lkLw4zszgZr3zsbzbbE25sb0nPELz9kr3UjvkZVmTHj9H6ZRuG1Yvihy/8itTwx32vGLwtJJXsrB2MEZURed/g5aav3p1ykMNQZbgAAT3rYRQB8EHPV7te9XeSFANL+0gk2f4G6nODMoZTe0X/mHZ4MDxxJCzPzUtbxHc1hWW8rR+R5U/yqwScVC2Hi/MSV6WkGvEs= ceph-f98a4f9a-958e-11ee-95a3-87774f69a715\n"}]: dispatch 2023-12-08T06:00:28.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:27 smithi061 bash[108174]: audit 2023-12-08T06:00:27.355161+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLWCZeFKXheHjNudXSKDWh6K5wXW4YMQkBiCBG2oHYF4pr6w1o3UzHE7G4V67j2rbhz/+xHndH9hB8/tZU5fCWfMiJlg4TyPwgKUMPsISOeNpOjsBg1uYqHV81Q8rCf0qd4j4VvNSyrmdbncFMEDzViyNkQ9RNeEA4gyerYROqAy8S9yWn48lI/cG9RsWgbeLrCd8g5CFbCaTFoF/zTRmxz5cbvrdVxQ6ld6lni4sp48HmXbVQS90WLbq237s7/bgmLFjI3eNlUqT87N5zslvYYmRhdrWWuxUQ85rkx0w+s13okarK1/mc8cn/6lkLw4zszgZr3zsbzbbE25sb0nPELz9kr3UjvkZVmTHj9H6ZRuG1Yvihy/8itTwx32vGLwtJJXsrB2MEZURed/g5aav3p1ykMNQZbgAAT3rYRQB8EHPV7te9XeSFANL+0gk2f4G6nODMoZTe0X/mHZ4MDxxJCzPzUtbxHc1hWW8rR+R5U/yqwScVC2Hi/MSV6WkGvEs= ceph-f98a4f9a-958e-11ee-95a3-87774f69a715\n"}]': finished 2023-12-08T06:00:28.166 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLWCZeFKXheHjNudXSKDWh6K5wXW4YMQkBiCBG2oHYF4pr6w1o3UzHE7G4V67j2rbhz/+xHndH9hB8/tZU5fCWfMiJlg4TyPwgKUMPsISOeNpOjsBg1uYqHV81Q8rCf0qd4j4VvNSyrmdbncFMEDzViyNkQ9RNeEA4gyerYROqAy8S9yWn48lI/cG9RsWgbeLrCd8g5CFbCaTFoF/zTRmxz5cbvrdVxQ6ld6lni4sp48HmXbVQS90WLbq237s7/bgmLFjI3eNlUqT87N5zslvYYmRhdrWWuxUQ85rkx0w+s13okarK1/mc8cn/6lkLw4zszgZr3zsbzbbE25sb0nPELz9kr3UjvkZVmTHj9H6ZRuG1Yvihy/8itTwx32vGLwtJJXsrB2MEZURed/g5aav3p1ykMNQZbgAAT3rYRQB8EHPV7te9XeSFANL+0gk2f4G6nODMoZTe0X/mHZ4MDxxJCzPzUtbxHc1hWW8rR+R5U/yqwScVC2Hi/MSV6WkGvEs= ceph-f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:28.518 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2023-12-08T06:00:28.519 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2023-12-08T06:00:28.519 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Adding host smithi061... 2023-12-08T06:00:28.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi061'] 2023-12-08T06:00:28.519 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi061 2023-12-08T06:00:29.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:29 smithi061 bash[108174]: audit 2023-12-08T06:00:28.163899+0000 mgr.y (mgr.14119) 4 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:00:29.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:29 smithi061 bash[108174]: audit 2023-12-08T06:00:29.045290+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi061", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:00:29.401 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:29 smithi061 bash[108408]: Warning: Permanently added 'smithi061,172.21.15.61' (ECDSA) to the list of known hosts. 2023-12-08T06:00:30.051 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi061' 2023-12-08T06:00:30.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:30 smithi061 bash[108174]: audit 2023-12-08T06:00:29.548053+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"smithi061\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:00:30.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:30 smithi061 bash[108174]: audit 2023-12-08T06:00:29.549786+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"smithi061\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-08T06:00:30.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:30 smithi061 bash[108174]: cephadm 2023-12-08T06:00:29.550064+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi061 2023-12-08T06:00:30.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:30 smithi061 bash[108174]: audit 2023-12-08T06:00:29.777692+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:00:30.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:30 smithi061 bash[108174]: audit 2023-12-08T06:00:29.779431+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:00:30.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:30 smithi061 bash[108174]: audit 2023-12-08T06:00:29.779881+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:00:30.476 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Enabling the dashboard module... 2023-12-08T06:00:30.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2023-12-08T06:00:30.476 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2023-12-08T06:00:31.542 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:31 smithi061 bash[108174]: audit 2023-12-08T06:00:30.738750+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:30.737116\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:30.738246\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:00:30.738328\", \"networks\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:00:31.543 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:31 smithi061 bash[108174]: audit 2023-12-08T06:00:30.740451+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:30.737116\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:30.738246\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:00:30.738328\", \"networks\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:00:31.543 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:31 smithi061 bash[108174]: audit 2023-12-08T06:00:30.740879+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.61:0/1505375606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:00:31.543 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:31 smithi061 bash[108174]: audit 2023-12-08T06:00:31.133648+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.61:0/2766781603' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T06:00:31.881 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:31 smithi061 bash[108408]: ignoring --setuser ceph since I am not root 2023-12-08T06:00:31.882 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:31 smithi061 bash[108408]: ignoring --setgroup ceph since I am not root 2023-12-08T06:00:33.095 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:32 smithi061 bash[108174]: audit 2023-12-08T06:00:31.742954+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.61:0/2766781603' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T06:00:33.096 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:32 smithi061 bash[108174]: cluster 2023-12-08T06:00:31.743014+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 8s) 2023-12-08T06:00:33.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2023-12-08T06:00:33.621 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2023-12-08T06:00:35.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2023-12-08T06:00:35.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14119, 2023-12-08T06:00:35.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2023-12-08T06:00:35.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2023-12-08T06:00:35.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-08T06:00:35.397 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:6800", 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3842974908 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:6801", 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3842974908 2023-12-08T06:00:35.398 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.718 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.61:6801/3842974908", 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2023-12-08T06:00:22.936370+0000", 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.719 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.720 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.721 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.722 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.723 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.724 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.725 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.726 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.727 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.728 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.729 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.730 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.731 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.732 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.734 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.735 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2023-12-08T06:00:35.736 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.737 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.738 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2023-12-08T06:00:35.739 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.740 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.741 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.742 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.743 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.744 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-08T06:00:35.745 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.746 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.747 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.748 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2023-12-08T06:00:35.749 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.750 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.751 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.752 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-08T06:00:35.753 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.754 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2023-12-08T06:00:35.755 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.756 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.757 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.758 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.759 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.760 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2023-12-08T06:00:35.761 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.762 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.763 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.764 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.765 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.766 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.767 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.768 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.769 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2023-12-08T06:00:35.770 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.771 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2023-12-08T06:00:35.772 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.773 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.774 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.775 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.776 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.777 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.778 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.779 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.780 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2023-12-08T06:00:35.781 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2023-12-08T06:00:35.782 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.783 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.784 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-08T06:00:35.785 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.786 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.786 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.786 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.786 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.786 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.786 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.786 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.786 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2023-12-08T06:00:35.787 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2023-12-08T06:00:35.788 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.789 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.790 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.791 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.792 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.793 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.794 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.795 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.796 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.797 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.798 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.799 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.800 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.801 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.802 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.803 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2023-12-08T06:00:35.804 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.805 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.806 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.807 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2023-12-08T06:00:35.808 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2023-12-08T06:00:35.809 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2023-12-08T06:00:35.810 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.811 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.812 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.813 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.814 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.815 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.816 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.817 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.818 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.819 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.820 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.821 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.822 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2023-12-08T06:00:35.823 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2023-12-08T06:00:35.824 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.825 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2023-12-08T06:00:35.826 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.827 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.828 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.829 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.830 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.831 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.832 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.833 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.834 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2023-12-08T06:00:35.835 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.836 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.837 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.838 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.839 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2023-12-08T06:00:35.840 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.841 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.842 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.843 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.844 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.845 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.846 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.847 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-08T06:00:35.848 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.849 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.850 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.851 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.852 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.853 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.854 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.855 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.856 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.857 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.858 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.859 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2023-12-08T06:00:35.860 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.861 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.862 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.863 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.864 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.865 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.866 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.867 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.868 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.869 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.870 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.871 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.872 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.873 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.874 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2023-12-08T06:00:35.875 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.876 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.877 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.878 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.880 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2023-12-08T06:00:35.881 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.882 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.883 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.884 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.885 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.886 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.887 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2023-12-08T06:00:35.888 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2023-12-08T06:00:35.889 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.890 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.891 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.893 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2023-12-08T06:00:35.893 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2023-12-08T06:00:35.893 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.893 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.893 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.894 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.895 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.896 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.897 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.898 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.899 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.900 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.901 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.902 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.903 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.904 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.905 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.906 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.907 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.908 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.909 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.910 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.911 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.912 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.913 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.914 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.915 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.916 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.917 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.918 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.919 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.920 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.921 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.922 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2023-12-08T06:00:35.923 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.924 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.925 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.926 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.927 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.928 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.929 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.930 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.931 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.932 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.933 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.934 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.935 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.936 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.937 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.938 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.939 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.940 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2023-12-08T06:00:35.941 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.942 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.943 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.944 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.945 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.946 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.947 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.948 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.949 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.950 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.951 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2023-12-08T06:00:35.952 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2023-12-08T06:00:35.953 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.954 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.955 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.956 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.957 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.958 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.959 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.960 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.961 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.962 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.963 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.964 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.965 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.966 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.967 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.968 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.969 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.970 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.971 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.972 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.973 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.974 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2023-12-08T06:00:35.975 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.976 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.977 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.978 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2023-12-08T06:00:35.979 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.980 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.981 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2023-12-08T06:00:35.982 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.983 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.984 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.985 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.986 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.987 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.988 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2023-12-08T06:00:35.989 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.990 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:35.991 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.992 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.993 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.994 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.995 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.996 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:35.997 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:35.998 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:35.999 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:36.000 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.001 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2023-12-08T06:00:36.002 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:36.003 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:36.004 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.005 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2023-12-08T06:00:36.006 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:36.007 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.008 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.009 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2023-12-08T06:00:36.010 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2023-12-08T06:00:36.011 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2023-12-08T06:00:36.012 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2023-12-08T06:00:36.013 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:0", 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3453519049 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.014 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:0", 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3277912215 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2023-12-08T06:00:36.015 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.61:0", 2023-12-08T06:00:36.016 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1918441133 2023-12-08T06:00:36.016 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.016 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:36.016 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.016 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2023-12-08T06:00:36.016 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.016 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:36.151 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:00:35 smithi061 bash[108408]: Warning: Permanently added 'smithi061,172.21.15.61' (ECDSA) to the list of known hosts. 2023-12-08T06:00:36.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:35 smithi061 bash[108174]: audit 2023-12-08T06:00:35.391299+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.61:0/404537476' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2023-12-08T06:00:36.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:35 smithi061 bash[108174]: cluster 2023-12-08T06:00:35.632249+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2023-12-08T06:00:36.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:35 smithi061 bash[108174]: cluster 2023-12-08T06:00:35.632729+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2023-12-08T06:00:36.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:35 smithi061 bash[108174]: cluster 2023-12-08T06:00:35.634275+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T06:00:37.118 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Waiting for the mgr to restart... 2023-12-08T06:00:37.118 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2023-12-08T06:00:37.118 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2023-12-08T06:00:37.118 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: cluster 2023-12-08T06:00:35.696986+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0643567s) 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.700158+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.700758+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.700890+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.701011+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.701283+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.701832+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.702047+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.702268+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.702478+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.702700+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.702900+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:00:37.121 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: cluster 2023-12-08T06:00:35.704497+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2023-12-08T06:00:37.122 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:35.735525+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T06:00:37.122 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:36.627506+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T06:00:37.122 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:36 smithi061 bash[108174]: audit 2023-12-08T06:00:36.627809+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:00:38.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:37 smithi061 bash[108174]: cluster 2023-12-08T06:00:36.705295+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.07267s) 2023-12-08T06:00:38.994 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:38 smithi061 bash[108174]: cluster 2023-12-08T06:00:37.708412+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-08T06:00:39.243 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2023-12-08T06:00:39.243 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 12, 2023-12-08T06:00:39.243 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2023-12-08T06:00:39.243 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2023-12-08T06:00:39.684 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2023-12-08T06:00:39.684 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2023-12-08T06:00:39.685 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2023-12-08T06:00:39.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:39 smithi061 bash[108174]: audit 2023-12-08T06:00:39.494790+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:39.494201\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:39.494301\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:00:39.494385\", \"networks\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:00:39.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:39 smithi061 bash[108174]: audit 2023-12-08T06:00:39.496588+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:39.494201\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:39.494301\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:00:39.494385\", \"networks\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:00:39.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:39 smithi061 bash[108174]: audit 2023-12-08T06:00:39.496992+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:00:40.347 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2023-12-08T06:00:40.684 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Creating initial admin user... 2023-12-08T06:00:40.684 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'w37eya31ti', 'administrator', '--force-password', '--pwd-update-required'] 2023-12-08T06:00:40.684 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin w37eya31ti administrator --force-password --pwd-update-required 2023-12-08T06:00:40.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:40 smithi061 bash[108174]: audit 2023-12-08T06:00:40.340325+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCv8GW4VzRPgZaGu/nZ8T5hMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yMzEyMDgwNjAw\nNDBaFw0zMzEyMDUwNjAwNDBaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMN42mV0\nsoDPsAVH7tD0DkE09bjf+nb4V/FBXH26QDm1iKDoeGOEa3F1FNjhwU0hGfkT/FZS\nTUJ+Dc4NtQBeAZ5bWsY0cWWiR5ctnd8u9iYGfUaKAqFrzgD6+znyITlBQEsxV7uV\n0JBQk+UhHtzI2yDJkjDA6mBqbC3b2UwqDw0YR4OV3oLI7UG7gwEfOcDmr9/s7lTE\nCI2serDneeCHoL5oTA7WixONrQEEPI9Fs6L6JQSHB0EHZFYHtZw0eVVhq81xe8bl\n5ew3KQqt7/j/oqsxVAnmRlgPRIWzt4Qvid5ETIJwZuyh6Kwppi8xO1GUkAOYe1oS\nuK7B+XP40twfgUcCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAG52iioqf8Yy6uGeL\nFWk7w9capfXvXCl5Z9UXP7OUC6RxGhaCVC/C6gtCAxuwVnHnl06pMnaMUvgG+MHN\nTWFbz5T3yMTyNEOwGTLlc9rrvvX+PdhGSo5/T1zH6ZBmTn1dD3dPHNefR+eeZdZC\nzB4Td0S+uXvIyPAMdyRJSuWsocLEzQt0KyeEn/EwbOghLiYOqZ97d0pIc09QjDQ2\nUH5jtRsV9djxCsG2zAGUHXZURdMz+RoRDDnPwcqxFHff4hJDMUdASjnPoHuvZhnq\nXveoWdpLEk3uCxl0mT+gsAb7wq6eiqw1p20hMBAC5aTE8rRUvJwI7OLWIB+ekhek\nPGl08A==\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-08T06:00:40.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:40 smithi061 bash[108174]: audit 2023-12-08T06:00:40.342042+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCv8GW4VzRPgZaGu/nZ8T5hMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yMzEyMDgwNjAw\nNDBaFw0zMzEyMDUwNjAwNDBaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMN42mV0\nsoDPsAVH7tD0DkE09bjf+nb4V/FBXH26QDm1iKDoeGOEa3F1FNjhwU0hGfkT/FZS\nTUJ+Dc4NtQBeAZ5bWsY0cWWiR5ctnd8u9iYGfUaKAqFrzgD6+znyITlBQEsxV7uV\n0JBQk+UhHtzI2yDJkjDA6mBqbC3b2UwqDw0YR4OV3oLI7UG7gwEfOcDmr9/s7lTE\nCI2serDneeCHoL5oTA7WixONrQEEPI9Fs6L6JQSHB0EHZFYHtZw0eVVhq81xe8bl\n5ew3KQqt7/j/oqsxVAnmRlgPRIWzt4Qvid5ETIJwZuyh6Kwppi8xO1GUkAOYe1oS\nuK7B+XP40twfgUcCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAG52iioqf8Yy6uGeL\nFWk7w9capfXvXCl5Z9UXP7OUC6RxGhaCVC/C6gtCAxuwVnHnl06pMnaMUvgG+MHN\nTWFbz5T3yMTyNEOwGTLlc9rrvvX+PdhGSo5/T1zH6ZBmTn1dD3dPHNefR+eeZdZC\nzB4Td0S+uXvIyPAMdyRJSuWsocLEzQt0KyeEn/EwbOghLiYOqZ97d0pIc09QjDQ2\nUH5jtRsV9djxCsG2zAGUHXZURdMz+RoRDDnPwcqxFHff4hJDMUdASjnPoHuvZhnq\nXveoWdpLEk3uCxl0mT+gsAb7wq6eiqw1p20hMBAC5aTE8rRUvJwI7OLWIB+ekhek\nPGl08A==\n-----END CERTIFICATE-----\n"}]': finished 2023-12-08T06:00:40.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:40 smithi061 bash[108174]: audit 2023-12-08T06:00:40.342600+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDDeNpldLKAz7AF\nR+7Q9A5BNPW43/p2+FfxQVx9ukA5tYig6HhjhGtxdRTY4cFNIRn5E/xWUk1Cfg3O\nDbUAXgGeW1rGNHFlokeXLZ3fLvYmBn1GigKha84A+vs58iE5QUBLMVe7ldCQUJPl\nIR7cyNsgyZIwwOpgamwt29lMKg8NGEeDld6CyO1Bu4MBHznA5q/f7O5UxAiNrHqw\n53ngh6C+aEwO1osTja0BBDyPRbOi+iUEhwdBB2RWB7WcNHlVYavNcXvG5eXsNykK\nre/4/6KrMVQJ5kZYD0SFs7eEL4neREyCcGbsoeisKaYvMTtRlJADmHtaEriuwflz\n+NLcH4FHAgMBAAECggEBALbluKvfkjo2mkOGt+0pvsDClfyDDi8NVfP2LV2yzO9y\nbUHp4uNy/rltTLFWIvFRPKUzTxNR9Np3aeFYL/kE/My4O+pjHYt0WToaQ7KVlVml\nDsjWz3lMjreaH0FrzixtYoQ4yhdKKZku3AMzh1YcVfSKxs/5YhQO3+PU5rB+VhDv\n+MCySbaO2s8KvSsH1LWSCw9UX9ySUnGhuiLzIdKEjcC5lOS3ylABZ1LSxZwrmAAe\nnothEq3xn1pT3jEwsaGRFS2CDOf5pKdSEhCyy/0KmqdrV0CCvH7Jk7qemKHuF00n\nUDUVJVI/+EAHjI1TI2wpZ30//LHhIYTgW5dfkZu21HECgYEA6kWeuJ0KfMtdFnh9\nM//FvHo4CLQSDO3kk7XwsvCwuy/lzk/F5XMtkxIVA8kastsATz9H+tOEhfOQpDMi\nVsxJqFl9u76GE637x2YFupW0gIlPg9CE+SrFqMuoafI1B2d5fLqjIj77JMG4W23r\nhNZQPfAqYdA4VG6M09uSI62opckCgYEA1Zn/Z2u672Z8XUnaXKItmhB7PiuWp6hU\nfgDbi8+ySpWjiTRtT0XGrpQhB2hrPC5EbT9J1fsHpk4t1zbR36nKqixjOP79yG2r\nuxJPyvL07y7+uIILvntPJnUFiE6KbumjGZJeIWiKlnpQTx0rEySf8gMZwvrPYqKZ\nQ4mq8Queto8CgYAUfWpYc0PLjm3h3T/2IFTHG1lzSWyavOPVF4Cp5etPM+1BkjCY\n1O4Tgu1bm2c+ZXEtfTdqdL2OibMI6YADX3LByrH4jb1kUz9GPWIa46UZ6OiPetlm\ngZswHD/qpEiHEUHK6vgBssh8eoUJWh/TSntSL4NFctS6bcDbdsTdYf7yIQKBgEr6\npMHL+jGhGxSwIPuVXkaPdIONT3QIzafxax+3x5EQ1/gItDo4dxa/Hpz4FXRplVF3\n/tYjKTtChCrgrmlBs8dqj2XpdHJPtRGUyvelsz7mkzl3ROIXbOBGAawoTcXDM6J9\nU5eMl+FcjCZJSd6NY6vTVM6xteycwQoJID0+4/aXAoGAQKj2gnFlXOIGHCcXqagG\neSiXLEPwwaHS2d+8BHZ93xjGp006SRH2/mnWPdTS3eFqapcGNf/H1vPVEDwYxtC2\nGl0Fp8/QH1549LN/KPUmCRFX32qQIsfvX7Ltk0ms/7fBlWe8WPgTanGXyQ9ueKjY\nTekpmCrhAjrq1E3/mV0MdZA=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-08T06:00:40.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:40 smithi061 bash[108174]: audit 2023-12-08T06:00:40.344330+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDDeNpldLKAz7AF\nR+7Q9A5BNPW43/p2+FfxQVx9ukA5tYig6HhjhGtxdRTY4cFNIRn5E/xWUk1Cfg3O\nDbUAXgGeW1rGNHFlokeXLZ3fLvYmBn1GigKha84A+vs58iE5QUBLMVe7ldCQUJPl\nIR7cyNsgyZIwwOpgamwt29lMKg8NGEeDld6CyO1Bu4MBHznA5q/f7O5UxAiNrHqw\n53ngh6C+aEwO1osTja0BBDyPRbOi+iUEhwdBB2RWB7WcNHlVYavNcXvG5eXsNykK\nre/4/6KrMVQJ5kZYD0SFs7eEL4neREyCcGbsoeisKaYvMTtRlJADmHtaEriuwflz\n+NLcH4FHAgMBAAECggEBALbluKvfkjo2mkOGt+0pvsDClfyDDi8NVfP2LV2yzO9y\nbUHp4uNy/rltTLFWIvFRPKUzTxNR9Np3aeFYL/kE/My4O+pjHYt0WToaQ7KVlVml\nDsjWz3lMjreaH0FrzixtYoQ4yhdKKZku3AMzh1YcVfSKxs/5YhQO3+PU5rB+VhDv\n+MCySbaO2s8KvSsH1LWSCw9UX9ySUnGhuiLzIdKEjcC5lOS3ylABZ1LSxZwrmAAe\nnothEq3xn1pT3jEwsaGRFS2CDOf5pKdSEhCyy/0KmqdrV0CCvH7Jk7qemKHuF00n\nUDUVJVI/+EAHjI1TI2wpZ30//LHhIYTgW5dfkZu21HECgYEA6kWeuJ0KfMtdFnh9\nM//FvHo4CLQSDO3kk7XwsvCwuy/lzk/F5XMtkxIVA8kastsATz9H+tOEhfOQpDMi\nVsxJqFl9u76GE637x2YFupW0gIlPg9CE+SrFqMuoafI1B2d5fLqjIj77JMG4W23r\nhNZQPfAqYdA4VG6M09uSI62opckCgYEA1Zn/Z2u672Z8XUnaXKItmhB7PiuWp6hU\nfgDbi8+ySpWjiTRtT0XGrpQhB2hrPC5EbT9J1fsHpk4t1zbR36nKqixjOP79yG2r\nuxJPyvL07y7+uIILvntPJnUFiE6KbumjGZJeIWiKlnpQTx0rEySf8gMZwvrPYqKZ\nQ4mq8Queto8CgYAUfWpYc0PLjm3h3T/2IFTHG1lzSWyavOPVF4Cp5etPM+1BkjCY\n1O4Tgu1bm2c+ZXEtfTdqdL2OibMI6YADX3LByrH4jb1kUz9GPWIa46UZ6OiPetlm\ngZswHD/qpEiHEUHK6vgBssh8eoUJWh/TSntSL4NFctS6bcDbdsTdYf7yIQKBgEr6\npMHL+jGhGxSwIPuVXkaPdIONT3QIzafxax+3x5EQ1/gItDo4dxa/Hpz4FXRplVF3\n/tYjKTtChCrgrmlBs8dqj2XpdHJPtRGUyvelsz7mkzl3ROIXbOBGAawoTcXDM6J9\nU5eMl+FcjCZJSd6NY6vTVM6xteycwQoJID0+4/aXAoGAQKj2gnFlXOIGHCcXqagG\neSiXLEPwwaHS2d+8BHZ93xjGp006SRH2/mnWPdTS3eFqapcGNf/H1vPVEDwYxtC2\nGl0Fp8/QH1549LN/KPUmCRFX32qQIsfvX7Ltk0ms/7fBlWe8WPgTanGXyQ9ueKjY\nTekpmCrhAjrq1E3/mV0MdZA=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-08T06:00:41.504 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$BevuTesCycnrgbyPtfKnGuBx4Vp/1lU5DI/8Cr9zQgoo00xV/XvQS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702015241, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T06:00:41.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:41 smithi061 bash[108174]: audit 2023-12-08T06:00:40.230085+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 2023-12-08T06:00:41.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:41 smithi061 bash[108174]: audit 2023-12-08T06:00:41.498995+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$BevuTesCycnrgbyPtfKnGuBx4Vp/1lU5DI/8Cr9zQgoo00xV/XvQS\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1702015241, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2023-12-08T06:00:41.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:41 smithi061 bash[108174]: audit 2023-12-08T06:00:41.500717+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$BevuTesCycnrgbyPtfKnGuBx4Vp/1lU5DI/8Cr9zQgoo00xV/XvQS\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1702015241, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2023-12-08T06:00:42.026 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Fetching dashboard port number... 2023-12-08T06:00:42.026 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi061', '-v', '/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'get', 'mgr', 'mgr/dashboard/ssl_server_port'] 2023-12-08T06:00:42.026 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi061 -v /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp9z2pk51a:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp2zv2fpgw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config get mgr mgr/dashboard/ssl_server_port 2023-12-08T06:00:42.511 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2023-12-08T06:00:42.811 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:42 smithi061 bash[108174]: audit 2023-12-08T06:00:41.256599+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "w37eya31ti", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:00:42.811 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:42 smithi061 bash[108174]: audit 2023-12-08T06:00:42.310161+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:00:42.811 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:42 smithi061 bash[108174]: cluster 2023-12-08T06:00:42.503318+0000 mon.a (mon.0) 103 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-08T06:00:42.811 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:42 smithi061 bash[108174]: audit 2023-12-08T06:00:42.508792+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.61:0/2573499663' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T06:00:42.811 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:42 smithi061 bash[108174]: audit 2023-12-08T06:00:42.527453+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:39.494201\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:39.494301\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:00:39.494385\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:00:42.812 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:42 smithi061 bash[108174]: audit 2023-12-08T06:00:42.530017+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:39.494201\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:00:39.494301\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:00:39.494385\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:00:42.878 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2023-12-08T06:00:42.878 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:00:42.878 INFO:teuthology.orchestra.run.smithi061.stderr: URL: https://smithi061.front.sepia.ceph.com:8443/ 2023-12-08T06:00:42.878 INFO:teuthology.orchestra.run.smithi061.stderr: User: admin 2023-12-08T06:00:42.878 INFO:teuthology.orchestra.run.smithi061.stderr: Password: w37eya31ti 2023-12-08T06:00:42.878 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:You can access the Ceph CLI with: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: ceph telemetry on 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr:For more information see: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr:INFO:cephadm:Bootstrap complete. 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Releasing lock 139868978686104 on /run/cephadm/f98a4f9a-958e-11ee-95a3-87774f69a715.lock 2023-12-08T06:00:42.879 INFO:teuthology.orchestra.run.smithi061.stderr:DEBUG:cephadm:Lock 139868978686104 released on /run/cephadm/f98a4f9a-958e-11ee-95a3-87774f69a715.lock 2023-12-08T06:00:42.904 INFO:tasks.cephadm:Fetching config... 2023-12-08T06:00:42.904 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T06:00:42.904 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T06:00:42.923 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T06:00:42.923 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T06:00:42.923 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T06:00:42.981 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T06:00:42.981 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T06:00:42.981 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-08T06:00:43.049 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T06:00:43.049 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T06:00:43.049 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T06:00:43.107 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T06:00:43.107 DEBUG:teuthology.orchestra.run.smithi061:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLWCZeFKXheHjNudXSKDWh6K5wXW4YMQkBiCBG2oHYF4pr6w1o3UzHE7G4V67j2rbhz/+xHndH9hB8/tZU5fCWfMiJlg4TyPwgKUMPsISOeNpOjsBg1uYqHV81Q8rCf0qd4j4VvNSyrmdbncFMEDzViyNkQ9RNeEA4gyerYROqAy8S9yWn48lI/cG9RsWgbeLrCd8g5CFbCaTFoF/zTRmxz5cbvrdVxQ6ld6lni4sp48HmXbVQS90WLbq237s7/bgmLFjI3eNlUqT87N5zslvYYmRhdrWWuxUQ85rkx0w+s13okarK1/mc8cn/6lkLw4zszgZr3zsbzbbE25sb0nPELz9kr3UjvkZVmTHj9H6ZRuG1Yvihy/8itTwx32vGLwtJJXsrB2MEZURed/g5aav3p1ykMNQZbgAAT3rYRQB8EHPV7te9XeSFANL+0gk2f4G6nODMoZTe0X/mHZ4MDxxJCzPzUtbxHc1hWW8rR+R5U/yqwScVC2Hi/MSV6WkGvEs= ceph-f98a4f9a-958e-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T06:00:43.183 INFO:teuthology.orchestra.run.smithi061.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLWCZeFKXheHjNudXSKDWh6K5wXW4YMQkBiCBG2oHYF4pr6w1o3UzHE7G4V67j2rbhz/+xHndH9hB8/tZU5fCWfMiJlg4TyPwgKUMPsISOeNpOjsBg1uYqHV81Q8rCf0qd4j4VvNSyrmdbncFMEDzViyNkQ9RNeEA4gyerYROqAy8S9yWn48lI/cG9RsWgbeLrCd8g5CFbCaTFoF/zTRmxz5cbvrdVxQ6ld6lni4sp48HmXbVQS90WLbq237s7/bgmLFjI3eNlUqT87N5zslvYYmRhdrWWuxUQ85rkx0w+s13okarK1/mc8cn/6lkLw4zszgZr3zsbzbbE25sb0nPELz9kr3UjvkZVmTHj9H6ZRuG1Yvihy/8itTwx32vGLwtJJXsrB2MEZURed/g5aav3p1ykMNQZbgAAT3rYRQB8EHPV7te9XeSFANL+0gk2f4G6nODMoZTe0X/mHZ4MDxxJCzPzUtbxHc1hWW8rR+R5U/yqwScVC2Hi/MSV6WkGvEs= ceph-f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:43.194 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLWCZeFKXheHjNudXSKDWh6K5wXW4YMQkBiCBG2oHYF4pr6w1o3UzHE7G4V67j2rbhz/+xHndH9hB8/tZU5fCWfMiJlg4TyPwgKUMPsISOeNpOjsBg1uYqHV81Q8rCf0qd4j4VvNSyrmdbncFMEDzViyNkQ9RNeEA4gyerYROqAy8S9yWn48lI/cG9RsWgbeLrCd8g5CFbCaTFoF/zTRmxz5cbvrdVxQ6ld6lni4sp48HmXbVQS90WLbq237s7/bgmLFjI3eNlUqT87N5zslvYYmRhdrWWuxUQ85rkx0w+s13okarK1/mc8cn/6lkLw4zszgZr3zsbzbbE25sb0nPELz9kr3UjvkZVmTHj9H6ZRuG1Yvihy/8itTwx32vGLwtJJXsrB2MEZURed/g5aav3p1ykMNQZbgAAT3rYRQB8EHPV7te9XeSFANL+0gk2f4G6nODMoZTe0X/mHZ4MDxxJCzPzUtbxHc1hWW8rR+R5U/yqwScVC2Hi/MSV6WkGvEs= ceph-f98a4f9a-958e-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T06:00:43.243 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLWCZeFKXheHjNudXSKDWh6K5wXW4YMQkBiCBG2oHYF4pr6w1o3UzHE7G4V67j2rbhz/+xHndH9hB8/tZU5fCWfMiJlg4TyPwgKUMPsISOeNpOjsBg1uYqHV81Q8rCf0qd4j4VvNSyrmdbncFMEDzViyNkQ9RNeEA4gyerYROqAy8S9yWn48lI/cG9RsWgbeLrCd8g5CFbCaTFoF/zTRmxz5cbvrdVxQ6ld6lni4sp48HmXbVQS90WLbq237s7/bgmLFjI3eNlUqT87N5zslvYYmRhdrWWuxUQ85rkx0w+s13okarK1/mc8cn/6lkLw4zszgZr3zsbzbbE25sb0nPELz9kr3UjvkZVmTHj9H6ZRuG1Yvihy/8itTwx32vGLwtJJXsrB2MEZURed/g5aav3p1ykMNQZbgAAT3rYRQB8EHPV7te9XeSFANL+0gk2f4G6nODMoZTe0X/mHZ4MDxxJCzPzUtbxHc1hWW8rR+R5U/yqwScVC2Hi/MSV6WkGvEs= ceph-f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:00:43.257 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi118 2023-12-08T06:00:43.258 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-08T06:00:43.258 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/etc/ceph/ceph.conf 2023-12-08T06:00:43.279 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-08T06:00:43.279 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T06:00:43.341 INFO:tasks.cephadm:Adding host smithi118 to orchestrator... 2023-12-08T06:00:43.341 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch host add smithi118 2023-12-08T06:00:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:56 smithi061 bash[108174]: cluster 2023-12-08T06:00:55.702241+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 2023-12-08T06:00:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:00:58 smithi061 bash[108174]: cluster 2023-12-08T06:00:57.702591+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 2023-12-08T06:01:01.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:00 smithi061 bash[108174]: cluster 2023-12-08T06:00:59.702948+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 2023-12-08T06:01:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:02 smithi061 bash[108174]: cluster 2023-12-08T06:01:01.703290+0000 mgr.y (mgr.14142) 6 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:04 smithi061 bash[108174]: cluster 2023-12-08T06:01:03.703597+0000 mgr.y (mgr.14142) 7 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:06 smithi061 bash[108174]: cluster 2023-12-08T06:01:05.703931+0000 mgr.y (mgr.14142) 8 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:07.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:01:07 smithi061 bash[108408]: Warning: Permanently added 'smithi118,172.21.15.118' (ECDSA) to the list of known hosts. 2023-12-08T06:01:08.411 INFO:teuthology.orchestra.run.smithi118.stdout:Added host 'smithi118' 2023-12-08T06:01:08.886 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:07.405037+0000 mgr.y (mgr.14142) 9 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: cluster 2023-12-08T06:01:07.704439+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:07.869083+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"smithi061\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:07.873318+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"smithi061\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:08.068376+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:08.072794+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:08.073487+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:08.248157+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:01:08.247818\", \"networks\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:08.252597+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:01:08.247818\", \"networks\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:08 smithi061 bash[108174]: audit 2023-12-08T06:01:08.253176+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:10.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:09 smithi061 bash[108174]: cephadm 2023-12-08T06:01:07.873730+0000 mgr.y (mgr.14142) 11 : cephadm [INF] Added host smithi118 2023-12-08T06:01:10.314 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T06:01:10.314 INFO:teuthology.orchestra.run.smithi118.stdout:[{"addr": "smithi061", "hostname": "smithi061", "labels": [], "status": ""}, {"addr": "smithi118", "hostname": "smithi118", "labels": [], "status": ""}] 2023-12-08T06:01:10.745 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T06:01:10.745 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T06:01:11.029 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:10 smithi061 bash[108174]: cluster 2023-12-08T06:01:09.704814+0000 mgr.y (mgr.14142) 12 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:11.030 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:10 smithi061 bash[108174]: audit 2023-12-08T06:01:10.499769+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:11.030 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:10 smithi061 bash[108174]: audit 2023-12-08T06:01:10.683348+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:01:08.247818\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:11.030 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:10 smithi061 bash[108174]: audit 2023-12-08T06:01:10.685498+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2023-12-08T06:01:08.247818\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:11.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:11 smithi061 bash[108174]: audit 2023-12-08T06:01:10.310782+0000 mgr.y (mgr.14142) 13 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T06:01:12.777 INFO:teuthology.orchestra.run.smithi061.stderr:adjusted tunables profile to default 2023-12-08T06:01:13.058 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:12 smithi061 bash[108174]: cluster 2023-12-08T06:01:11.705115+0000 mgr.y (mgr.14142) 14 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:13.058 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:12 smithi061 bash[108174]: audit 2023-12-08T06:01:11.940515+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.61:0/3144587634' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T06:01:13.145 INFO:tasks.cephadm:Adding mon.c on smithi061 2023-12-08T06:01:13.145 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add mon 'smithi061:[v2:172.21.15.61:3301,v1:172.21.15.61:6790]=c' 2023-12-08T06:01:13.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:13 smithi061 bash[108174]: audit 2023-12-08T06:01:12.771998+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.61:0/3144587634' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T06:01:13.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:13 smithi061 bash[108174]: cluster 2023-12-08T06:01:12.772046+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-08T06:01:14.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:14 smithi061 bash[108174]: cluster 2023-12-08T06:01:13.705423+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:14.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:14 smithi061 bash[108174]: audit 2023-12-08T06:01:14.288150+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:01:14.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:14 smithi061 bash[108174]: audit 2023-12-08T06:01:14.288733+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:14.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:14 smithi061 bash[108174]: audit 2023-12-08T06:01:14.289383+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2023-12-08T06:01:15.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:15 smithi061 bash[108174]: audit 2023-12-08T06:01:14.286456+0000 mgr.y (mgr.14142) 16 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi061:[v2:172.21.15.61:3301,v1:172.21.15.61:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:15.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:15 smithi061 bash[108174]: cephadm 2023-12-08T06:01:14.289185+0000 mgr.y (mgr.14142) 17 : cephadm [INF] Deploying daemon mon.c on smithi061 2023-12-08T06:01:16.294 INFO:teuthology.orchestra.run.smithi061.stdout:Deployed mon.c on host 'smithi061' 2023-12-08T06:01:16.719 DEBUG:teuthology.orchestra.run.smithi061:mon.c> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.c.service 2023-12-08T06:01:16.729 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T06:01:16.729 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T06:01:16.760 INFO:journalctl@ceph.mon.c.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T06:01:21.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:16.279102+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-12-08T06:01:21.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: audit 2023-12-08T06:01:17.038187+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037514\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}}, \"last_daemon_update\": \"2023-12-08T06:01:17.037626\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:21.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:16.279102+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2023-12-08T06:01:21.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: audit 2023-12-08T06:01:17.038187+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037514\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}}, \"last_daemon_update\": \"2023-12-08T06:01:17.037626\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:21.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:17.705891+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:21.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:18.277683+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-08T06:01:21.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:19.706166+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:21.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:21.311101+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-08T06:01:21.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:21.321245+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} 2023-12-08T06:01:21.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:21.321295+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-12-08T06:01:21.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:21.321326+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-08T06:01:21.654 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:21.321529+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 45s) 2023-12-08T06:01:21.655 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:17.705891+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:21.655 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:18.277683+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-08T06:01:21.656 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:19.706166+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:21.656 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:21.311101+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-08T06:01:21.656 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:21.321245+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} 2023-12-08T06:01:21.656 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:21.321295+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2023-12-08T06:01:21.656 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:21.321326+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-08T06:01:21.656 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:21.321529+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 45s) 2023-12-08T06:01:21.657 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: audit 2023-12-08T06:01:21.322322+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037514\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}}, \"last_daemon_update\": \"2023-12-08T06:01:17.037626\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:21.657 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: cluster 2023-12-08T06:01:21.331339+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2023-12-08T06:01:21.657 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[108174]: audit 2023-12-08T06:01:21.337421+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037514\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}}, \"last_daemon_update\": \"2023-12-08T06:01:17.037626\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:21.658 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: audit 2023-12-08T06:01:21.322322+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037514\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}}, \"last_daemon_update\": \"2023-12-08T06:01:17.037626\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:21.658 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: cluster 2023-12-08T06:01:21.331339+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2023-12-08T06:01:21.658 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:21 smithi061 bash[111590]: audit 2023-12-08T06:01:21.337421+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037514\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}}, \"last_daemon_update\": \"2023-12-08T06:01:17.037626\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:21.941 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:01:21.941 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":2,"fsid":"f98a4f9a-958e-11ee-95a3-87774f69a715","modified":"2023-12-08T06:01:16.276925Z","created":"2023-12-08T06:00:04.706033Z","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.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3301","nonce":0},{"type":"v1","addr":"172.21.15.61:6790","nonce":0}]},"addr":"172.21.15.61:6790/0","public_addr":"172.21.15.61:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-12-08T06:01:21.943 INFO:teuthology.orchestra.run.smithi061.stderr:dumped monmap epoch 2 2023-12-08T06:01:22.292 INFO:tasks.cephadm:Adding mon.b on smithi118 2023-12-08T06:01:22.292 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add mon smithi118:172.21.15.118=b 2023-12-08T06:01:22.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:22 smithi061 bash[108174]: cluster 2023-12-08T06:01:21.706467+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:22.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:22 smithi061 bash[108174]: audit 2023-12-08T06:01:21.938390+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.61:0/2461725952' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T06:01:22.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:22 smithi061 bash[111590]: cluster 2023-12-08T06:01:21.706467+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:22.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:22 smithi061 bash[111590]: audit 2023-12-08T06:01:21.938390+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.61:0/2461725952' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T06:01:23.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:23 smithi061 bash[108174]: audit 2023-12-08T06:01:23.510114+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:01:23.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:23 smithi061 bash[108174]: audit 2023-12-08T06:01:23.510864+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:23.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:23 smithi061 bash[108174]: audit 2023-12-08T06:01:23.511739+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-12-08T06:01:23.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:23 smithi061 bash[111590]: audit 2023-12-08T06:01:23.510114+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:01:23.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:23 smithi061 bash[111590]: audit 2023-12-08T06:01:23.510864+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:23.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:23 smithi061 bash[111590]: audit 2023-12-08T06:01:23.511739+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2023-12-08T06:01:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:24 smithi061 bash[108174]: audit 2023-12-08T06:01:23.508585+0000 mgr.y (mgr.14142) 22 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi118:172.21.15.118=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:24 smithi061 bash[108174]: cephadm 2023-12-08T06:01:23.511418+0000 mgr.y (mgr.14142) 23 : cephadm [INF] Deploying daemon mon.b on smithi118 2023-12-08T06:01:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:24 smithi061 bash[108174]: cluster 2023-12-08T06:01:23.706856+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 2023-12-08T06:01:24.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:24 smithi061 bash[111590]: audit 2023-12-08T06:01:23.508585+0000 mgr.y (mgr.14142) 22 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi118:172.21.15.118=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:24.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:24 smithi061 bash[111590]: cephadm 2023-12-08T06:01:23.511418+0000 mgr.y (mgr.14142) 23 : cephadm [INF] Deploying daemon mon.b on smithi118 2023-12-08T06:01:24.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:24 smithi061 bash[111590]: cluster 2023-12-08T06:01:23.706856+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 2023-12-08T06:01:25.516 INFO:teuthology.orchestra.run.smithi118.stdout:Deployed mon.b on host 'smithi118' 2023-12-08T06:01:25.919 DEBUG:teuthology.orchestra.run.smithi118:mon.b> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.b.service 2023-12-08T06:01:25.921 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-08T06:01:25.921 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T06:01:25.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:01:26.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:25 smithi061 bash[108174]: audit 2023-12-08T06:01:25.480342+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:26.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:25 smithi061 bash[108174]: audit 2023-12-08T06:01:25.480763+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:26.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:25 smithi061 bash[108174]: audit 2023-12-08T06:01:25.483023+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:26.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:25 smithi061 bash[111590]: audit 2023-12-08T06:01:25.480342+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:26.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:25 smithi061 bash[111590]: audit 2023-12-08T06:01:25.480763+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:26.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:25 smithi061 bash[111590]: audit 2023-12-08T06:01:25.483023+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:25.707156+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 2023-12-08T06:01:31.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:25.802735+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-08T06:01:31.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:25.802931+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-08T06:01:31.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: audit 2023-12-08T06:01:26.222082+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_daemon_update\": \"2023-12-08T06:01:26.221576\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:31.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:27.707466+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 2023-12-08T06:01:31.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:29.707802+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 2023-12-08T06:01:31.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:30.816248+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-08T06:01:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:25.707156+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 2023-12-08T06:01:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:25.802735+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2023-12-08T06:01:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:25.802931+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-08T06:01:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: audit 2023-12-08T06:01:26.222082+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_daemon_update\": \"2023-12-08T06:01:26.221576\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:27.707466+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 2023-12-08T06:01:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:29.707802+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 2023-12-08T06:01:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:30.816248+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-08T06:01:31.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:30.818950+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} 2023-12-08T06:01:31.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:30.819002+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2023-12-08T06:01:31.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:30.819038+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-08T06:01:31.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:30.819250+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-08T06:01:31.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:30.819432+0000 mon.a (mon.0) 151 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-08T06:01:31.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: audit 2023-12-08T06:01:30.819891+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_daemon_update\": \"2023-12-08T06:01:26.221576\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:31.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: cluster 2023-12-08T06:01:30.822556+0000 mon.a (mon.0) 153 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-08T06:01:31.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[108174]: audit 2023-12-08T06:01:30.825030+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_daemon_update\": \"2023-12-08T06:01:26.221576\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:31.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:30.818950+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} 2023-12-08T06:01:31.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:30.819002+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2023-12-08T06:01:31.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:30.819038+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-08T06:01:31.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:30.819250+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 55s) 2023-12-08T06:01:31.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:30.819432+0000 mon.a (mon.0) 151 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-08T06:01:31.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: audit 2023-12-08T06:01:30.819891+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_daemon_update\": \"2023-12-08T06:01:26.221576\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:31.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: cluster 2023-12-08T06:01:30.822556+0000 mon.a (mon.0) 153 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-08T06:01:31.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:30 smithi061 bash[111590]: audit 2023-12-08T06:01:30.825030+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}}, \"last_daemon_update\": \"2023-12-08T06:01:26.221576\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:31.301 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-12-08T06:01:31.301 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":3,"fsid":"f98a4f9a-958e-11ee-95a3-87774f69a715","modified":"2023-12-08T06:01:25.798586Z","created":"2023-12-08T06:00:04.706033Z","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.61:3300","nonce":0},{"type":"v1","addr":"172.21.15.61:6789","nonce":0}]},"addr":"172.21.15.61:6789/0","public_addr":"172.21.15.61:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:3301","nonce":0},{"type":"v1","addr":"172.21.15.61:6790","nonce":0}]},"addr":"172.21.15.61:6790/0","public_addr":"172.21.15.61:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2023-12-08T06:01:31.302 INFO:teuthology.orchestra.run.smithi118.stderr:dumped monmap epoch 3 2023-12-08T06:01:31.656 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T06:01:31.656 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T06:01:32.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:32 smithi061 bash[111590]: audit 2023-12-08T06:01:31.297899+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.118:0/1489119056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T06:01:32.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:32 smithi061 bash[111590]: cluster 2023-12-08T06:01:31.708106+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 2023-12-08T06:01:32.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:32 smithi061 bash[108174]: audit 2023-12-08T06:01:31.297899+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.118:0/1489119056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T06:01:32.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:32 smithi061 bash[108174]: cluster 2023-12-08T06:01:31.708106+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 2023-12-08T06:01:32.798 INFO:teuthology.orchestra.run.smithi061.stdout:# minimal ceph.conf for f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:01:32.798 INFO:teuthology.orchestra.run.smithi061.stdout:[global] 2023-12-08T06:01:32.798 INFO:teuthology.orchestra.run.smithi061.stdout: fsid = f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:01:32.799 INFO:teuthology.orchestra.run.smithi061.stdout: mon_host = [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] [v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0] 2023-12-08T06:01:33.157 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T06:01:33.157 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T06:01:33.157 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T06:01:33.188 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T06:01:33.188 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T06:01:33.255 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-08T06:01:33.255 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T06:01:33.263 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:32 smithi118 bash[108248]: audit 2023-12-08T06:01:31.297899+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.118:0/1489119056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T06:01:33.264 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:32 smithi118 bash[108248]: cluster 2023-12-08T06:01:31.708106+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 2023-12-08T06:01:33.264 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:27.799520+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-08T06:01:33.295 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-08T06:01:33.295 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T06:01:33.370 INFO:tasks.cephadm:Adding mgr.y on smithi061 2023-12-08T06:01:33.370 INFO:tasks.cephadm:Adding mgr.x on smithi118 2023-12-08T06:01:33.370 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch apply mgr '2;smithi061=y;smithi118=x' 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.813249+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.813632+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.813695+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.839969+0000 mon.a (mon.0) 158 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.843060+0000 mon.a (mon.0) 159 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.843107+0000 mon.a (mon.0) 160 : cluster [DBG] fsmap 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.843155+0000 mon.a (mon.0) 161 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.843335+0000 mon.a (mon.0) 162 : cluster [DBG] mgrmap e13: y(active, since 57s) 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.843586+0000 mon.a (mon.0) 163 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.843609+0000 mon.a (mon.0) 164 : cluster [INF] Cluster is now healthy 2023-12-08T06:01:33.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:33 smithi118 bash[108248]: cluster 2023-12-08T06:01:32.847531+0000 mon.a (mon.0) 165 : cluster [INF] overall HEALTH_OK 2023-12-08T06:01:33.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:27.799520+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-08T06:01:33.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.813249+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-08T06:01:33.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.813632+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-08T06:01:33.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.813695+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-08T06:01:33.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.839969+0000 mon.a (mon.0) 158 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.843060+0000 mon.a (mon.0) 159 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.843107+0000 mon.a (mon.0) 160 : cluster [DBG] fsmap 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.843155+0000 mon.a (mon.0) 161 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.843335+0000 mon.a (mon.0) 162 : cluster [DBG] mgrmap e13: y(active, since 57s) 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.843586+0000 mon.a (mon.0) 163 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.843609+0000 mon.a (mon.0) 164 : cluster [INF] Cluster is now healthy 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[108174]: cluster 2023-12-08T06:01:32.847531+0000 mon.a (mon.0) 165 : cluster [INF] overall HEALTH_OK 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:27.799520+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.813249+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.813632+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.813695+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-08T06:01:33.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.839969+0000 mon.a (mon.0) 158 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:01:33.653 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.843060+0000 mon.a (mon.0) 159 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} 2023-12-08T06:01:33.653 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.843107+0000 mon.a (mon.0) 160 : cluster [DBG] fsmap 2023-12-08T06:01:33.653 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.843155+0000 mon.a (mon.0) 161 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2023-12-08T06:01:33.653 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.843335+0000 mon.a (mon.0) 162 : cluster [DBG] mgrmap e13: y(active, since 57s) 2023-12-08T06:01:33.653 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.843586+0000 mon.a (mon.0) 163 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-08T06:01:33.653 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.843609+0000 mon.a (mon.0) 164 : cluster [INF] Cluster is now healthy 2023-12-08T06:01:33.653 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:33 smithi061 bash[111590]: cluster 2023-12-08T06:01:32.847531+0000 mon.a (mon.0) 165 : cluster [INF] overall HEALTH_OK 2023-12-08T06:01:34.583 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled mgr update... 2023-12-08T06:01:34.589 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:34 smithi118 bash[108248]: cluster 2023-12-08T06:01:33.708407+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 2023-12-08T06:01:34.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:34 smithi061 bash[108174]: cluster 2023-12-08T06:01:33.708407+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 2023-12-08T06:01:34.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:34 smithi061 bash[111590]: cluster 2023-12-08T06:01:33.708407+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 2023-12-08T06:01:34.995 DEBUG:teuthology.orchestra.run.smithi118:mgr.x> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.x.service 2023-12-08T06:01:34.998 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T06:01:34.998 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T06:01:34.999 DEBUG:teuthology.orchestra.run.smithi061:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T06:01:35.021 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-08T06:01:35.021 DEBUG:teuthology.orchestra.run.smithi061:> stat /dev/vg_nvme/lv_1 2023-12-08T06:01:35.026 INFO:journalctl@ceph.mgr.x.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:01:35.083 INFO:teuthology.orchestra.run.smithi061.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T06:01:35.084 INFO:teuthology.orchestra.run.smithi061.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T06:01:35.084 INFO:teuthology.orchestra.run.smithi061.stdout:Device: 6h/6d Inode: 393689 Links: 1 2023-12-08T06:01:35.084 INFO:teuthology.orchestra.run.smithi061.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T06:01:35.084 INFO:teuthology.orchestra.run.smithi061.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T06:01:35.084 INFO:teuthology.orchestra.run.smithi061.stdout:Access: 2023-12-08 06:01:15.975360661 +0000 2023-12-08T06:01:35.084 INFO:teuthology.orchestra.run.smithi061.stdout:Modify: 2023-12-08 05:57:53.503413206 +0000 2023-12-08T06:01:35.084 INFO:teuthology.orchestra.run.smithi061.stdout:Change: 2023-12-08 05:57:53.503413206 +0000 2023-12-08T06:01:35.084 INFO:teuthology.orchestra.run.smithi061.stdout: Birth: - 2023-12-08T06:01:35.084 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T06:01:35.155 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records in 2023-12-08T06:01:35.155 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records out 2023-12-08T06:01:35.155 INFO:teuthology.orchestra.run.smithi061.stderr:512 bytes copied, 0.000250081 s, 2.0 MB/s 2023-12-08T06:01:35.156 DEBUG:teuthology.orchestra.run.smithi061:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T06:01:35.218 DEBUG:teuthology.orchestra.run.smithi061:> stat /dev/vg_nvme/lv_2 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout:Device: 6h/6d Inode: 397909 Links: 1 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout:Access: 2023-12-08 06:01:15.975360661 +0000 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout:Modify: 2023-12-08 05:57:54.013404630 +0000 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout:Change: 2023-12-08 05:57:54.013404630 +0000 2023-12-08T06:01:35.280 INFO:teuthology.orchestra.run.smithi061.stdout: Birth: - 2023-12-08T06:01:35.280 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T06:01:35.349 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records in 2023-12-08T06:01:35.349 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records out 2023-12-08T06:01:35.349 INFO:teuthology.orchestra.run.smithi061.stderr:512 bytes copied, 0.000255109 s, 2.0 MB/s 2023-12-08T06:01:35.350 DEBUG:teuthology.orchestra.run.smithi061:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T06:01:35.411 DEBUG:teuthology.orchestra.run.smithi061:> stat /dev/vg_nvme/lv_3 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout:Device: 6h/6d Inode: 394507 Links: 1 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout:Access: 2023-12-08 06:01:15.975360661 +0000 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout:Modify: 2023-12-08 05:57:54.546395668 +0000 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout:Change: 2023-12-08 05:57:54.546395668 +0000 2023-12-08T06:01:35.471 INFO:teuthology.orchestra.run.smithi061.stdout: Birth: - 2023-12-08T06:01:35.472 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T06:01:35.538 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: audit 2023-12-08T06:01:34.576078+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi061=y;smithi118=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:35.538 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: cephadm 2023-12-08T06:01:34.576727+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi061=y,smithi118=x 2023-12-08T06:01:35.538 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: audit 2023-12-08T06:01:34.577084+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-08T06:01:34.576745\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-08T06:01:35.538 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: audit 2023-12-08T06:01:34.579578+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-08T06:01:34.576745\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-08T06:01:35.538 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: audit 2023-12-08T06:01:34.581283+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: audit 2023-12-08T06:01:34.586190+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: audit 2023-12-08T06:01:34.586951+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: cephadm 2023-12-08T06:01:34.587598+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[111590]: audit 2023-12-08T06:01:34.588121+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: audit 2023-12-08T06:01:34.576078+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi061=y;smithi118=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: cephadm 2023-12-08T06:01:34.576727+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi061=y,smithi118=x 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: audit 2023-12-08T06:01:34.577084+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-08T06:01:34.576745\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: audit 2023-12-08T06:01:34.579578+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-08T06:01:34.576745\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: audit 2023-12-08T06:01:34.581283+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: audit 2023-12-08T06:01:34.586190+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T06:01:35.539 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: audit 2023-12-08T06:01:34.586951+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:35.540 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: cephadm 2023-12-08T06:01:34.587598+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:01:35.540 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:35 smithi061 bash[108174]: audit 2023-12-08T06:01:34.588121+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-08T06:01:35.540 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records in 2023-12-08T06:01:35.540 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records out 2023-12-08T06:01:35.540 INFO:teuthology.orchestra.run.smithi061.stderr:512 bytes copied, 0.000200596 s, 2.6 MB/s 2023-12-08T06:01:35.542 DEBUG:teuthology.orchestra.run.smithi061:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: audit 2023-12-08T06:01:34.576078+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi061=y;smithi118=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: cephadm 2023-12-08T06:01:34.576727+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi061=y,smithi118=x 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: audit 2023-12-08T06:01:34.577084+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-08T06:01:34.576745\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: audit 2023-12-08T06:01:34.579578+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2023-12-08T06:01:34.576745\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: audit 2023-12-08T06:01:34.581283+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: audit 2023-12-08T06:01:34.586190+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: audit 2023-12-08T06:01:34.586951+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: cephadm 2023-12-08T06:01:34.587598+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:01:35.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:35 smithi118 bash[108248]: audit 2023-12-08T06:01:34.588121+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-08T06:01:35.602 DEBUG:teuthology.orchestra.run.smithi061:> stat /dev/vg_nvme/lv_4 2023-12-08T06:01:35.662 INFO:teuthology.orchestra.run.smithi061.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T06:01:35.663 INFO:teuthology.orchestra.run.smithi061.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T06:01:35.663 INFO:teuthology.orchestra.run.smithi061.stdout:Device: 6h/6d Inode: 396604 Links: 1 2023-12-08T06:01:35.663 INFO:teuthology.orchestra.run.smithi061.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T06:01:35.663 INFO:teuthology.orchestra.run.smithi061.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T06:01:35.663 INFO:teuthology.orchestra.run.smithi061.stdout:Access: 2023-12-08 06:01:15.975360661 +0000 2023-12-08T06:01:35.663 INFO:teuthology.orchestra.run.smithi061.stdout:Modify: 2023-12-08 05:57:55.142385646 +0000 2023-12-08T06:01:35.663 INFO:teuthology.orchestra.run.smithi061.stdout:Change: 2023-12-08 05:57:55.142385646 +0000 2023-12-08T06:01:35.663 INFO:teuthology.orchestra.run.smithi061.stdout: Birth: - 2023-12-08T06:01:35.663 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T06:01:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records in 2023-12-08T06:01:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:1+0 records out 2023-12-08T06:01:35.733 INFO:teuthology.orchestra.run.smithi061.stderr:512 bytes copied, 0.000234207 s, 2.2 MB/s 2023-12-08T06:01:35.734 DEBUG:teuthology.orchestra.run.smithi061:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T06:01:35.794 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-08T06:01:35.795 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T06:01:35.818 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-08T06:01:35.818 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2023-12-08T06:01:35.880 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T06:01:35.880 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T06:01:35.881 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 394488 Links: 1 2023-12-08T06:01:35.881 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T06:01:35.881 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T06:01:35.881 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-12-08 06:01:25.376185710 +0000 2023-12-08T06:01:35.881 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-12-08 05:57:47.242546844 +0000 2023-12-08T06:01:35.881 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-12-08 05:57:47.242546844 +0000 2023-12-08T06:01:35.881 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-12-08T06:01:35.881 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T06:01:35.954 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-12-08T06:01:35.954 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-12-08T06:01:35.954 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000153381 s, 3.3 MB/s 2023-12-08T06:01:35.956 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T06:01:36.019 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2023-12-08T06:01:36.081 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T06:01:36.081 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T06:01:36.081 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 396360 Links: 1 2023-12-08T06:01:36.082 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T06:01:36.082 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T06:01:36.082 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-12-08 06:01:25.376185710 +0000 2023-12-08T06:01:36.082 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-12-08 05:57:47.765535293 +0000 2023-12-08T06:01:36.082 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-12-08 05:57:47.765535293 +0000 2023-12-08T06:01:36.082 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-12-08T06:01:36.082 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T06:01:36.154 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-12-08T06:01:36.154 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-12-08T06:01:36.155 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.00011672 s, 4.4 MB/s 2023-12-08T06:01:36.155 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T06:01:36.216 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2023-12-08T06:01:36.275 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T06:01:36.276 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T06:01:36.276 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 395941 Links: 1 2023-12-08T06:01:36.276 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T06:01:36.276 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T06:01:36.276 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-12-08 06:01:25.376185710 +0000 2023-12-08T06:01:36.276 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-12-08 05:57:48.300523477 +0000 2023-12-08T06:01:36.276 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-12-08 05:57:48.300523477 +0000 2023-12-08T06:01:36.276 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-12-08T06:01:36.276 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T06:01:36.346 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-12-08T06:01:36.346 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-12-08T06:01:36.346 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 9.5753e-05 s, 5.3 MB/s 2023-12-08T06:01:36.347 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T06:01:36.407 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 393026 Links: 1 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-12-08 06:01:25.377185689 +0000 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-12-08 05:57:48.833511704 +0000 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-12-08 05:57:48.833511704 +0000 2023-12-08T06:01:36.466 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-12-08T06:01:36.466 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T06:01:36.530 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:36 smithi118 bash[108248]: cluster 2023-12-08T06:01:35.708671+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 2023-12-08T06:01:36.532 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-12-08T06:01:36.532 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-12-08T06:01:36.532 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 9.2042e-05 s, 5.6 MB/s 2023-12-08T06:01:36.533 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T06:01:36.592 INFO:tasks.cephadm:Deploying osd.0 on smithi061 with /dev/vg_nvme/lv_4... 2023-12-08T06:01:36.592 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-08T06:01:36.623 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:36 smithi061 bash[108174]: cluster 2023-12-08T06:01:35.708671+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 2023-12-08T06:01:36.623 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:36 smithi061 bash[111590]: cluster 2023-12-08T06:01:35.708671+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 2023-12-08T06:01:37.460 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:37 smithi118 bash[108248]: cluster 2023-12-08T06:01:36.267706+0000 mon.a (mon.0) 172 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-08T06:01:37.543 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:37 smithi061 bash[108174]: cluster 2023-12-08T06:01:36.267706+0000 mon.a (mon.0) 172 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-08T06:01:37.543 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:37 smithi061 bash[111590]: cluster 2023-12-08T06:01:36.267706+0000 mon.a (mon.0) 172 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-08T06:01:37.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:01:37 smithi118 podman[109288]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.x" found: no such container 2023-12-08T06:01:37.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:01:37 smithi118 systemd[1]: Started Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:01:37.970 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-08T06:01:37.970 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-08T06:01:37.971 INFO:teuthology.orchestra.run.smithi061.stderr: stderr: 10+0 records in 2023-12-08T06:01:37.971 INFO:teuthology.orchestra.run.smithi061.stderr:10+0 records out 2023-12-08T06:01:37.971 INFO:teuthology.orchestra.run.smithi061.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110255 s, 951 MB/s 2023-12-08T06:01:37.971 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping successful for: 2023-12-08T06:01:38.331 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi061:vg_nvme/lv_4 2023-12-08T06:01:38.400 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:38 smithi061 bash[111590]: audit 2023-12-08T06:01:37.518866+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:38.400 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:38 smithi061 bash[108174]: audit 2023-12-08T06:01:37.518866+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:38.400 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:38 smithi061 bash[108174]: audit 2023-12-08T06:01:37.521273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:38.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:38 smithi061 bash[108174]: audit 2023-12-08T06:01:37.521805+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:38.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:38 smithi061 bash[108174]: cluster 2023-12-08T06:01:37.708937+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:38.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:38 smithi061 bash[111590]: audit 2023-12-08T06:01:37.521273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:38.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:38 smithi061 bash[111590]: audit 2023-12-08T06:01:37.521805+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:38.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:38 smithi061 bash[111590]: cluster 2023-12-08T06:01:37.708937+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:38.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:38 smithi118 bash[108248]: audit 2023-12-08T06:01:37.518866+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:38.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:38 smithi118 bash[108248]: audit 2023-12-08T06:01:37.521273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:26.221429\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:38.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:38 smithi118 bash[108248]: audit 2023-12-08T06:01:37.521805+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:38.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:38 smithi118 bash[108248]: cluster 2023-12-08T06:01:37.708937+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:39.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:39 smithi061 bash[108174]: audit 2023-12-08T06:01:39.578911+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:01:39.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:39 smithi061 bash[108174]: audit 2023-12-08T06:01:39.579462+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:39.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:39 smithi061 bash[108174]: audit 2023-12-08T06:01:39.580099+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:39.890 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:39 smithi061 bash[111590]: audit 2023-12-08T06:01:39.578911+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:01:39.890 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:39 smithi061 bash[111590]: audit 2023-12-08T06:01:39.579462+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:39.890 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:39 smithi061 bash[111590]: audit 2023-12-08T06:01:39.580099+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:39.891 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:39 smithi118 bash[108248]: audit 2023-12-08T06:01:39.578911+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:01:39.891 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:39 smithi118 bash[108248]: audit 2023-12-08T06:01:39.579462+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:39.891 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:39 smithi118 bash[108248]: audit 2023-12-08T06:01:39.580099+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:40.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[108174]: audit 2023-12-08T06:01:39.577719+0000 mgr.y (mgr.14142) 35 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:40.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[108174]: cephadm 2023-12-08T06:01:39.578603+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:01:40.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[108174]: cluster 2023-12-08T06:01:39.709191+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:40.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[108174]: audit 2023-12-08T06:01:39.937352+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_daemon_update\": \"2023-12-08T06:01:39.936802\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:40.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[108174]: audit 2023-12-08T06:01:39.940273+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_daemon_update\": \"2023-12-08T06:01:39.936802\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:40.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[108174]: audit 2023-12-08T06:01:39.941271+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-08T06:01:40.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[108174]: audit 2023-12-08T06:01:39.941759+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:40.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[108174]: audit 2023-12-08T06:01:39.942325+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-08T06:01:40.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[111590]: audit 2023-12-08T06:01:39.577719+0000 mgr.y (mgr.14142) 35 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:40.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[111590]: cephadm 2023-12-08T06:01:39.578603+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:01:40.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[111590]: cluster 2023-12-08T06:01:39.709191+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:40.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[111590]: audit 2023-12-08T06:01:39.937352+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_daemon_update\": \"2023-12-08T06:01:39.936802\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:40.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[111590]: audit 2023-12-08T06:01:39.940273+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_daemon_update\": \"2023-12-08T06:01:39.936802\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:40.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[111590]: audit 2023-12-08T06:01:39.941271+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-08T06:01:40.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[111590]: audit 2023-12-08T06:01:39.941759+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:40.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:40 smithi061 bash[111590]: audit 2023-12-08T06:01:39.942325+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-08T06:01:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:40 smithi118 bash[108248]: audit 2023-12-08T06:01:39.577719+0000 mgr.y (mgr.14142) 35 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:40 smithi118 bash[108248]: cephadm 2023-12-08T06:01:39.578603+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:01:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:40 smithi118 bash[108248]: cluster 2023-12-08T06:01:39.709191+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:40 smithi118 bash[108248]: audit 2023-12-08T06:01:39.937352+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_daemon_update\": \"2023-12-08T06:01:39.936802\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:01:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:40 smithi118 bash[108248]: audit 2023-12-08T06:01:39.940273+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}}, \"last_daemon_update\": \"2023-12-08T06:01:39.936802\", \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:01:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:40 smithi118 bash[108248]: audit 2023-12-08T06:01:39.941271+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2023-12-08T06:01:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:40 smithi118 bash[108248]: audit 2023-12-08T06:01:39.941759+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:40 smithi118 bash[108248]: audit 2023-12-08T06:01:39.942325+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2023-12-08T06:01:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: cephadm 2023-12-08T06:01:39.941095+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-08T06:01:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: cephadm 2023-12-08T06:01:39.942137+0000 mgr.y (mgr.14142) 39 : cephadm [INF] Reconfiguring daemon mgr.y on smithi061 2023-12-08T06:01:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: audit 2023-12-08T06:01:41.088700+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: audit 2023-12-08T06:01:41.091184+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: audit 2023-12-08T06:01:41.091873+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: audit 2023-12-08T06:01:41.588845+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.61:0/2861854135' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]: dispatch 2023-12-08T06:01:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: audit 2023-12-08T06:01:41.589135+0000 mon.a (mon.0) 187 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]: dispatch 2023-12-08T06:01:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: audit 2023-12-08T06:01:41.593833+0000 mon.a (mon.0) 188 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]': finished 2023-12-08T06:01:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: cluster 2023-12-08T06:01:41.593866+0000 mon.a (mon.0) 189 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-08T06:01:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:41 smithi118 bash[108248]: audit 2023-12-08T06:01:41.593975+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:42.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: cephadm 2023-12-08T06:01:39.941095+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-08T06:01:42.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: cephadm 2023-12-08T06:01:39.942137+0000 mgr.y (mgr.14142) 39 : cephadm [INF] Reconfiguring daemon mgr.y on smithi061 2023-12-08T06:01:42.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: audit 2023-12-08T06:01:41.088700+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:42.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: cephadm 2023-12-08T06:01:39.941095+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-08T06:01:42.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: cephadm 2023-12-08T06:01:39.942137+0000 mgr.y (mgr.14142) 39 : cephadm [INF] Reconfiguring daemon mgr.y on smithi061 2023-12-08T06:01:42.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: audit 2023-12-08T06:01:41.088700+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:42.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: audit 2023-12-08T06:01:41.091184+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:42.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: audit 2023-12-08T06:01:41.091873+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:42.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: audit 2023-12-08T06:01:41.588845+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.61:0/2861854135' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]: dispatch 2023-12-08T06:01:42.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: audit 2023-12-08T06:01:41.589135+0000 mon.a (mon.0) 187 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]: dispatch 2023-12-08T06:01:42.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: audit 2023-12-08T06:01:41.593833+0000 mon.a (mon.0) 188 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]': finished 2023-12-08T06:01:42.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: cluster 2023-12-08T06:01:41.593866+0000 mon.a (mon.0) 189 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-08T06:01:42.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[111590]: audit 2023-12-08T06:01:41.593975+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:42.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: audit 2023-12-08T06:01:41.091184+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037435\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:17.037548\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:42.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: audit 2023-12-08T06:01:41.091873+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:42.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: audit 2023-12-08T06:01:41.588845+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.61:0/2861854135' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]: dispatch 2023-12-08T06:01:42.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: audit 2023-12-08T06:01:41.589135+0000 mon.a (mon.0) 187 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]: dispatch 2023-12-08T06:01:42.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: audit 2023-12-08T06:01:41.593833+0000 mon.a (mon.0) 188 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0d64a64-f210-4da4-bc99-4cb765ad0b2c"}]': finished 2023-12-08T06:01:42.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: cluster 2023-12-08T06:01:41.593866+0000 mon.a (mon.0) 189 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2023-12-08T06:01:42.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:41 smithi061 bash[108174]: audit 2023-12-08T06:01:41.593975+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:42 smithi118 bash[108248]: cluster 2023-12-08T06:01:41.709394+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 2023-12-08T06:01:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:42 smithi118 bash[108248]: audit 2023-12-08T06:01:41.800613+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_daemon_update\": \"2023-12-08T06:01:41.800112\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:42 smithi118 bash[108248]: audit 2023-12-08T06:01:41.803070+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_daemon_update\": \"2023-12-08T06:01:41.800112\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:42 smithi118 bash[108248]: audit 2023-12-08T06:01:42.341105+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.61:0/3285202676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:01:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:42 smithi118 bash[108248]: cluster 2023-12-08T06:01:42.444924+0000 mon.a (mon.0) 193 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:01:43.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:42 smithi118 bash[108248]: audit 2023-12-08T06:01:42.445896+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.118:0/786030118' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:01:43.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:42 smithi118 bash[108248]: audit 2023-12-08T06:01:42.446979+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.118:0/786030118' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:01:43.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[108174]: cluster 2023-12-08T06:01:41.709394+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 2023-12-08T06:01:43.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[111590]: cluster 2023-12-08T06:01:41.709394+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 2023-12-08T06:01:43.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[108174]: audit 2023-12-08T06:01:41.800613+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_daemon_update\": \"2023-12-08T06:01:41.800112\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:43.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[108174]: audit 2023-12-08T06:01:41.803070+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_daemon_update\": \"2023-12-08T06:01:41.800112\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:43.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[111590]: audit 2023-12-08T06:01:41.800613+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_daemon_update\": \"2023-12-08T06:01:41.800112\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:43.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[111590]: audit 2023-12-08T06:01:41.803070+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}}, \"last_daemon_update\": \"2023-12-08T06:01:41.800112\", \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:43.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[108174]: audit 2023-12-08T06:01:42.341105+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.61:0/3285202676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:01:43.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[108174]: cluster 2023-12-08T06:01:42.444924+0000 mon.a (mon.0) 193 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:01:43.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[108174]: audit 2023-12-08T06:01:42.445896+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.118:0/786030118' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:01:43.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[108174]: audit 2023-12-08T06:01:42.446979+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.118:0/786030118' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:01:43.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[111590]: audit 2023-12-08T06:01:42.341105+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.61:0/3285202676' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:01:43.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[111590]: cluster 2023-12-08T06:01:42.444924+0000 mon.a (mon.0) 193 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:01:43.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[111590]: audit 2023-12-08T06:01:42.445896+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.118:0/786030118' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:01:43.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:42 smithi061 bash[111590]: audit 2023-12-08T06:01:42.446979+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.118:0/786030118' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:01:44.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:43 smithi118 bash[108248]: cluster 2023-12-08T06:01:42.806257+0000 mon.a (mon.0) 194 : cluster [DBG] mgrmap e14: y(active, since 67s), standbys: x 2023-12-08T06:01:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:43 smithi118 bash[108248]: audit 2023-12-08T06:01:42.806408+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:01:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:43 smithi061 bash[108174]: cluster 2023-12-08T06:01:42.806257+0000 mon.a (mon.0) 194 : cluster [DBG] mgrmap e14: y(active, since 67s), standbys: x 2023-12-08T06:01:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:43 smithi061 bash[108174]: audit 2023-12-08T06:01:42.806408+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:01:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:43 smithi061 bash[111590]: cluster 2023-12-08T06:01:42.806257+0000 mon.a (mon.0) 194 : cluster [DBG] mgrmap e14: y(active, since 67s), standbys: x 2023-12-08T06:01:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:43 smithi061 bash[111590]: audit 2023-12-08T06:01:42.806408+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:01:45.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:44 smithi118 bash[108248]: cluster 2023-12-08T06:01:43.709751+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 2023-12-08T06:01:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:44 smithi118 bash[108248]: audit 2023-12-08T06:01:44.578864+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:45.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:44 smithi061 bash[111590]: cluster 2023-12-08T06:01:43.709751+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 2023-12-08T06:01:45.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:44 smithi061 bash[111590]: audit 2023-12-08T06:01:44.578864+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:44 smithi061 bash[108174]: cluster 2023-12-08T06:01:43.709751+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 2023-12-08T06:01:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:44 smithi061 bash[108174]: audit 2023-12-08T06:01:44.578864+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:47.086 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:46 smithi061 bash[108174]: cluster 2023-12-08T06:01:45.710101+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:47.087 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:46 smithi061 bash[108174]: audit 2023-12-08T06:01:46.146865+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:01:47.087 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:46 smithi061 bash[108174]: audit 2023-12-08T06:01:46.147486+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:47.087 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:46 smithi061 bash[108174]: audit 2023-12-08T06:01:46.148140+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-08T06:01:47.087 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:46 smithi061 bash[111590]: cluster 2023-12-08T06:01:45.710101+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:47.087 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:46 smithi061 bash[111590]: audit 2023-12-08T06:01:46.146865+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:01:47.087 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:46 smithi061 bash[111590]: audit 2023-12-08T06:01:46.147486+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:47.087 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:46 smithi061 bash[111590]: audit 2023-12-08T06:01:46.148140+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-08T06:01:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:46 smithi118 bash[108248]: cluster 2023-12-08T06:01:45.710101+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T06:01:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:46 smithi118 bash[108248]: audit 2023-12-08T06:01:46.146865+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:01:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:46 smithi118 bash[108248]: audit 2023-12-08T06:01:46.147486+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:46 smithi118 bash[108248]: audit 2023-12-08T06:01:46.148140+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-08T06:01:47.265 INFO:teuthology.orchestra.run.smithi061.stdout:Created osd(s) 0 on host 'smithi061' 2023-12-08T06:01:47.799 DEBUG:teuthology.orchestra.run.smithi061:osd.0> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.0.service 2023-12-08T06:01:47.844 INFO:tasks.cephadm:Deploying osd.1 on smithi061 with /dev/vg_nvme/lv_3... 2023-12-08T06:01:47.844 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-08T06:01:47.876 INFO:journalctl@ceph.osd.0.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T06:01:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:47 smithi118 bash[108248]: cephadm 2023-12-08T06:01:46.147933+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:01:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:47 smithi118 bash[108248]: audit 2023-12-08T06:01:47.255186+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:47 smithi118 bash[108248]: audit 2023-12-08T06:01:47.255572+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:47 smithi118 bash[108248]: audit 2023-12-08T06:01:47.259960+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:48.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:47 smithi061 bash[108174]: cephadm 2023-12-08T06:01:46.147933+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:01:48.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:47 smithi061 bash[111590]: cephadm 2023-12-08T06:01:46.147933+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:01:48.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:47 smithi061 bash[108174]: audit 2023-12-08T06:01:47.255186+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:48.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:47 smithi061 bash[108174]: audit 2023-12-08T06:01:47.255572+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:48.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:47 smithi061 bash[108174]: audit 2023-12-08T06:01:47.259960+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:48.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:47 smithi061 bash[111590]: audit 2023-12-08T06:01:47.255186+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:48.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:47 smithi061 bash[111590]: audit 2023-12-08T06:01:47.255572+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:48.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:47 smithi061 bash[111590]: audit 2023-12-08T06:01:47.259960+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799893\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.799993\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:41.800038\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_device_update\": \"2023-12-08T06:00:42.526800\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:48.822 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[113933]: debug 2023-12-08T06:01:48.526+0000 7fdd04b59ec0 1 -- 172.21.15.61:0/2611150675 >> [v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0] conn(0x55e3a576ec00 msgr2=0x55e3a576b680 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-08T06:01:48.822 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[113933]: debug 2023-12-08T06:01:48.526+0000 7fdd04b59ec0 1 --2- 172.21.15.61:0/2611150675 >> [v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0] conn(0x55e3a576ec00 0x55e3a576b680 secure :-1 s=READY pgs=10 cs=0 l=1 rx=0x55e3a5701d10 tx=0x55e3a63daaa0).stop 2023-12-08T06:01:49.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:48 smithi118 bash[108248]: cluster 2023-12-08T06:01:47.710438+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 2023-12-08T06:01:49.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:48 smithi118 bash[108248]: audit 2023-12-08T06:01:48.563868+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:49.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:48 smithi118 bash[108248]: audit 2023-12-08T06:01:48.566762+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:49.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:48 smithi118 bash[108248]: audit 2023-12-08T06:01:48.567292+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:49.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:49 smithi061 bash[113933]: debug 2023-12-08T06:01:49.044+0000 7fdd04b59ec0 -1 Falling back to public interface 2023-12-08T06:01:49.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[108174]: cluster 2023-12-08T06:01:47.710438+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 2023-12-08T06:01:49.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[111590]: cluster 2023-12-08T06:01:47.710438+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 2023-12-08T06:01:49.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[108174]: audit 2023-12-08T06:01:48.563868+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:49.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[108174]: audit 2023-12-08T06:01:48.566762+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:49.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[108174]: audit 2023-12-08T06:01:48.567292+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:49.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[111590]: audit 2023-12-08T06:01:48.563868+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:49.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[111590]: audit 2023-12-08T06:01:48.566762+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:49.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:48 smithi061 bash[111590]: audit 2023-12-08T06:01:48.567292+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:49.770 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:49 smithi061 bash[113933]: debug 2023-12-08T06:01:49.603+0000 7fdd04b59ec0 -1 osd.0 0 log_to_monitors {default=true} 2023-12-08T06:01:49.775 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-08T06:01:49.775 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-08T06:01:49.776 INFO:teuthology.orchestra.run.smithi061.stderr: stderr: 10+0 records in 2023-12-08T06:01:49.776 INFO:teuthology.orchestra.run.smithi061.stderr:10+0 records out 2023-12-08T06:01:49.776 INFO:teuthology.orchestra.run.smithi061.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125896 s, 833 MB/s 2023-12-08T06:01:49.776 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping successful for: 2023-12-08T06:01:50.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:49 smithi118 bash[108248]: audit 2023-12-08T06:01:49.607966+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:01:50.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:49 smithi118 bash[108248]: audit 2023-12-08T06:01:49.608276+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:01:50.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:49 smithi061 bash[108174]: audit 2023-12-08T06:01:49.607966+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:01:50.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:49 smithi061 bash[108174]: audit 2023-12-08T06:01:49.608276+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:01:50.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:49 smithi061 bash[111590]: audit 2023-12-08T06:01:49.607966+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:01:50.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:49 smithi061 bash[111590]: audit 2023-12-08T06:01:49.608276+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:01:50.221 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi061:vg_nvme/lv_3 2023-12-08T06:01:51.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[113933]: debug 2023-12-08T06:01:50.836+0000 7fdce9906700 -1 osd.0 0 waiting for initial osdmap 2023-12-08T06:01:51.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[113933]: debug 2023-12-08T06:01:50.843+0000 7fdcf4b22700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[108174]: cluster 2023-12-08T06:01:49.710703+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 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[108174]: audit 2023-12-08T06:01:49.828428+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[108174]: cluster 2023-12-08T06:01:49.828477+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[108174]: audit 2023-12-08T06:01:49.828613+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[108174]: audit 2023-12-08T06:01:49.828989+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[108174]: audit 2023-12-08T06:01:49.829305+0000 mon.a (mon.0) 210 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[108174]: cluster 2023-12-08T06:01:50.593004+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[108174]: cluster 2023-12-08T06:01:50.593045+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[111590]: cluster 2023-12-08T06:01:49.710703+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 2023-12-08T06:01:51.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[111590]: audit 2023-12-08T06:01:49.828428+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T06:01:51.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[111590]: cluster 2023-12-08T06:01:49.828477+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-08T06:01:51.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[111590]: audit 2023-12-08T06:01:49.828613+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:51.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[111590]: audit 2023-12-08T06:01:49.828989+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:01:51.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[111590]: audit 2023-12-08T06:01:49.829305+0000 mon.a (mon.0) 210 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:01:51.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[111590]: cluster 2023-12-08T06:01:50.593004+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:01:51.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:50 smithi061 bash[111590]: cluster 2023-12-08T06:01:50.593045+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:01:51.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:50 smithi118 bash[108248]: cluster 2023-12-08T06:01:49.710703+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 2023-12-08T06:01:51.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:50 smithi118 bash[108248]: audit 2023-12-08T06:01:49.828428+0000 mon.a (mon.0) 207 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T06:01:51.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:50 smithi118 bash[108248]: cluster 2023-12-08T06:01:49.828477+0000 mon.a (mon.0) 208 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2023-12-08T06:01:51.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:50 smithi118 bash[108248]: audit 2023-12-08T06:01:49.828613+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:51.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:50 smithi118 bash[108248]: audit 2023-12-08T06:01:49.828989+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:01:51.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:50 smithi118 bash[108248]: audit 2023-12-08T06:01:49.829305+0000 mon.a (mon.0) 210 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:01:51.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:50 smithi118 bash[108248]: cluster 2023-12-08T06:01:50.593004+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:01:51.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:50 smithi118 bash[108248]: cluster 2023-12-08T06:01:50.593045+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:01:52.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:50.835425+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:01:52.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: cluster 2023-12-08T06:01:50.835479+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-08T06:01:52.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:50.835973+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:52.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:51.178587+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:50.835425+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:01:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: cluster 2023-12-08T06:01:50.835479+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-08T06:01:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:50.835973+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:51.178587+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:52.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:51.399218+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:51.399218+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:52.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:51.402015+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:52.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:51.650903+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: cephadm 2023-12-08T06:01:51.651477+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:51.651698+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:51.652244+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: audit 2023-12-08T06:01:51.652918+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[111590]: cluster 2023-12-08T06:01:51.711053+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 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:51.402015+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:51.650903+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: cephadm 2023-12-08T06:01:51.651477+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:51.651698+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:51.652244+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: audit 2023-12-08T06:01:51.652918+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:52.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:51 smithi061 bash[108174]: cluster 2023-12-08T06:01:51.711053+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 2023-12-08T06:01:52.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:50.835425+0000 mon.a (mon.0) 211 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:01:52.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: cluster 2023-12-08T06:01:50.835479+0000 mon.a (mon.0) 212 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2023-12-08T06:01:52.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:50.835973+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:52.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:51.178587+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:01:52.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:51.399218+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:01:52.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:51.402015+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"ac8136ff5cb8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563210\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:01:48.372269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:46.146578\"}}, \"last_daemon_update\": \"2023-12-08T06:01:48.563280\", \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:01:52.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:51.650903+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:01:52.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: cephadm 2023-12-08T06:01:51.651477+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:01:52.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:51.651698+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:01:52.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:51.652244+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:52.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: audit 2023-12-08T06:01:51.652918+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:52.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:51 smithi118 bash[108248]: cluster 2023-12-08T06:01:51.711053+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 2023-12-08T06:01:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:52 smithi061 bash[108174]: cluster 2023-12-08T06:01:51.852854+0000 mon.a (mon.0) 220 : cluster [INF] osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086] boot 2023-12-08T06:01:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:52 smithi061 bash[108174]: cluster 2023-12-08T06:01:51.852905+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-12-08T06:01:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:52 smithi061 bash[108174]: audit 2023-12-08T06:01:51.853383+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:52 smithi061 bash[108174]: cluster 2023-12-08T06:01:52.848997+0000 mon.a (mon.0) 223 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2023-12-08T06:01:53.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:52 smithi061 bash[111590]: cluster 2023-12-08T06:01:51.852854+0000 mon.a (mon.0) 220 : cluster [INF] osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086] boot 2023-12-08T06:01:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:52 smithi061 bash[111590]: cluster 2023-12-08T06:01:51.852905+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-12-08T06:01:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:52 smithi061 bash[111590]: audit 2023-12-08T06:01:51.853383+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:52 smithi061 bash[111590]: cluster 2023-12-08T06:01:52.848997+0000 mon.a (mon.0) 223 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2023-12-08T06:01:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:52 smithi118 bash[108248]: cluster 2023-12-08T06:01:51.852854+0000 mon.a (mon.0) 220 : cluster [INF] osd.0 [v2:172.21.15.61:6802/3756107086,v1:172.21.15.61:6803/3756107086] boot 2023-12-08T06:01:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:52 smithi118 bash[108248]: cluster 2023-12-08T06:01:51.852905+0000 mon.a (mon.0) 221 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-12-08T06:01:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:52 smithi118 bash[108248]: audit 2023-12-08T06:01:51.853383+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:01:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:52 smithi118 bash[108248]: cluster 2023-12-08T06:01:52.848997+0000 mon.a (mon.0) 223 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[108174]: audit 2023-12-08T06:01:53.200680+0000 mon.a (mon.0) 224 : audit [INF] from='client.? 172.21.15.61:0/2017018907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8992679-4d8e-4214-aafd-3172f61adc0e"}]: dispatch 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[108174]: audit 2023-12-08T06:01:53.206173+0000 mon.a (mon.0) 225 : audit [INF] from='client.? 172.21.15.61:0/2017018907' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8992679-4d8e-4214-aafd-3172f61adc0e"}]': finished 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[108174]: cluster 2023-12-08T06:01:53.206206+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[108174]: audit 2023-12-08T06:01:53.206309+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[108174]: cluster 2023-12-08T06:01:53.711403+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[111590]: audit 2023-12-08T06:01:53.200680+0000 mon.a (mon.0) 224 : audit [INF] from='client.? 172.21.15.61:0/2017018907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8992679-4d8e-4214-aafd-3172f61adc0e"}]: dispatch 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[111590]: audit 2023-12-08T06:01:53.206173+0000 mon.a (mon.0) 225 : audit [INF] from='client.? 172.21.15.61:0/2017018907' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8992679-4d8e-4214-aafd-3172f61adc0e"}]': finished 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[111590]: cluster 2023-12-08T06:01:53.206206+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-08T06:01:54.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[111590]: audit 2023-12-08T06:01:53.206309+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:01:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:53 smithi061 bash[111590]: cluster 2023-12-08T06:01:53.711403+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:54.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:53 smithi118 bash[108248]: audit 2023-12-08T06:01:53.200680+0000 mon.a (mon.0) 224 : audit [INF] from='client.? 172.21.15.61:0/2017018907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8992679-4d8e-4214-aafd-3172f61adc0e"}]: dispatch 2023-12-08T06:01:54.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:53 smithi118 bash[108248]: audit 2023-12-08T06:01:53.206173+0000 mon.a (mon.0) 225 : audit [INF] from='client.? 172.21.15.61:0/2017018907' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8992679-4d8e-4214-aafd-3172f61adc0e"}]': finished 2023-12-08T06:01:54.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:53 smithi118 bash[108248]: cluster 2023-12-08T06:01:53.206206+0000 mon.a (mon.0) 226 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2023-12-08T06:01:54.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:53 smithi118 bash[108248]: audit 2023-12-08T06:01:53.206309+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:01:54.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:53 smithi118 bash[108248]: cluster 2023-12-08T06:01:53.711403+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:55.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:54 smithi061 bash[108174]: audit 2023-12-08T06:01:53.969398+0000 mon.a (mon.0) 228 : audit [DBG] from='client.? 172.21.15.61:0/553831156' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:01:55.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:54 smithi061 bash[108174]: cluster 2023-12-08T06:01:54.204488+0000 mon.a (mon.0) 229 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-08T06:01:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:54 smithi061 bash[111590]: audit 2023-12-08T06:01:53.969398+0000 mon.a (mon.0) 228 : audit [DBG] from='client.? 172.21.15.61:0/553831156' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:01:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:54 smithi061 bash[111590]: cluster 2023-12-08T06:01:54.204488+0000 mon.a (mon.0) 229 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-08T06:01:55.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:54 smithi118 bash[108248]: audit 2023-12-08T06:01:53.969398+0000 mon.a (mon.0) 228 : audit [DBG] from='client.? 172.21.15.61:0/553831156' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:01:55.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:54 smithi118 bash[108248]: cluster 2023-12-08T06:01:54.204488+0000 mon.a (mon.0) 229 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-08T06:01:56.127 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:55 smithi061 bash[108174]: cluster 2023-12-08T06:01:55.711870+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:56.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:55 smithi061 bash[111590]: cluster 2023-12-08T06:01:55.711870+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:56.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:55 smithi118 bash[108248]: cluster 2023-12-08T06:01:55.711870+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:56 smithi061 bash[108174]: audit 2023-12-08T06:01:56.210609+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:57.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:56 smithi061 bash[111590]: audit 2023-12-08T06:01:56.210609+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:57.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:56 smithi118 bash[108248]: audit 2023-12-08T06:01:56.210609+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:01:58.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:57 smithi061 bash[111590]: cluster 2023-12-08T06:01:57.712366+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:58.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:57 smithi061 bash[111590]: audit 2023-12-08T06:01:57.867312+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:01:58.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:57 smithi061 bash[111590]: audit 2023-12-08T06:01:57.867873+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:58.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:57 smithi061 bash[111590]: audit 2023-12-08T06:01:57.868502+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-08T06:01:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:57 smithi061 bash[108174]: cluster 2023-12-08T06:01:57.712366+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:58.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:57 smithi061 bash[108174]: audit 2023-12-08T06:01:57.867312+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:01:58.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:57 smithi061 bash[108174]: audit 2023-12-08T06:01:57.867873+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:58.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:57 smithi061 bash[108174]: audit 2023-12-08T06:01:57.868502+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-08T06:01:58.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:57 smithi118 bash[108248]: cluster 2023-12-08T06:01:57.712366+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:01:58.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:57 smithi118 bash[108248]: audit 2023-12-08T06:01:57.867312+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:01:58.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:57 smithi118 bash[108248]: audit 2023-12-08T06:01:57.867873+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:01:58.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:57 smithi118 bash[108248]: audit 2023-12-08T06:01:57.868502+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2023-12-08T06:01:59.023 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:01:58 smithi061 bash[111590]: cephadm 2023-12-08T06:01:57.868312+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:01:59.024 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:01:58 smithi061 bash[108174]: cephadm 2023-12-08T06:01:57.868312+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:01:59.024 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:58 smithi061 systemd[1]: Stopping Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:01:59.024 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:58 smithi061 bash[113933]: debug 2023-12-08T06:01:58.840+0000 7fdcfc3a1700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:01:59.024 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:58 smithi061 bash[113933]: debug 2023-12-08T06:01:58.840+0000 7fdcfc3a1700 -1 osd.0 12 *** Got signal Terminated *** 2023-12-08T06:01:59.024 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:58 smithi061 bash[113933]: debug 2023-12-08T06:01:58.840+0000 7fdcfc3a1700 -1 osd.0 12 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:01:59.332 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:59 smithi061 podman[115125]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.0 2023-12-08T06:01:59.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:01:58 smithi118 bash[108248]: cephadm 2023-12-08T06:01:57.868312+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:02:00.066 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:59 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.0.service: Succeeded. 2023-12-08T06:02:00.066 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:59 smithi061 systemd[1]: Stopped Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:02:00.066 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:59 smithi061 systemd[1]: Starting Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:02:00.066 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:59 smithi061 podman[115261]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.0" found: no such container 2023-12-08T06:02:00.066 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:01:59 smithi061 systemd[1]: Started Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:02:00.651 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[115278]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-08T06:02:00.651 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[115278]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2023-12-08T06:02:00.651 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[115278]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-08T06:02:00.651 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[115278]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-12-08T06:02:00.651 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[115278]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-08T06:02:00.652 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[115278]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-08T06:02:00.652 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[115278]: --> ceph-volume lvm activate successful for osd ID: 0 2023-12-08T06:02:00.997 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[108174]: cluster 2023-12-08T06:01:59.712710+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:02:00.997 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[111590]: cluster 2023-12-08T06:01:59.712710+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:02:00.997 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[108174]: audit 2023-12-08T06:01:59.975728+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:00.998 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[108174]: audit 2023-12-08T06:01:59.976305+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:00.998 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[111590]: audit 2023-12-08T06:01:59.975728+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:00.998 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[111590]: audit 2023-12-08T06:01:59.976305+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:00.998 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[108174]: audit 2023-12-08T06:01:59.980917+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:00.998 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[108174]: audit 2023-12-08T06:01:59.982067+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:02:00.998 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[108174]: audit 2023-12-08T06:01:59.982799+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:00.999 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[108174]: audit 2023-12-08T06:01:59.983531+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-08T06:02:00.999 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[111590]: audit 2023-12-08T06:01:59.980917+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:00.999 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[111590]: audit 2023-12-08T06:01:59.982067+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:02:00.999 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[111590]: audit 2023-12-08T06:01:59.982799+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:00.999 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:00 smithi061 bash[111590]: audit 2023-12-08T06:01:59.983531+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-08T06:02:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:00 smithi118 bash[108248]: cluster 2023-12-08T06:01:59.712710+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2023-12-08T06:02:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:00 smithi118 bash[108248]: audit 2023-12-08T06:01:59.975728+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:00 smithi118 bash[108248]: audit 2023-12-08T06:01:59.976305+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:00 smithi118 bash[108248]: audit 2023-12-08T06:01:59.980917+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:00 smithi118 bash[108248]: audit 2023-12-08T06:01:59.982067+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:02:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:00 smithi118 bash[108248]: audit 2023-12-08T06:01:59.982799+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:00 smithi118 bash[108248]: audit 2023-12-08T06:01:59.983531+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-08T06:02:01.347 INFO:teuthology.orchestra.run.smithi061.stdout:Created osd(s) 0,1 on host 'smithi061' 2023-12-08T06:02:01.772 DEBUG:teuthology.orchestra.run.smithi061:osd.1> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.1.service 2023-12-08T06:02:01.774 INFO:tasks.cephadm:Deploying osd.2 on smithi061 with /dev/vg_nvme/lv_2... 2023-12-08T06:02:01.775 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-08T06:02:01.808 INFO:journalctl@ceph.osd.1.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T06:02:01.931 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[115543]: debug 2023-12-08T06:02:01.868+0000 7fe272c10ec0 -1 Falling back to public interface 2023-12-08T06:02:01.931 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[108174]: cephadm 2023-12-08T06:01:59.983300+0000 mgr.y (mgr.14142) 54 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:02:01.931 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[108174]: cluster 2023-12-08T06:02:00.709243+0000 mon.a (mon.0) 240 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-08T06:02:01.931 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[108174]: audit 2023-12-08T06:02:01.339215+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:01.931 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[111590]: cephadm 2023-12-08T06:01:59.983300+0000 mgr.y (mgr.14142) 54 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:02:01.932 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[111590]: cluster 2023-12-08T06:02:00.709243+0000 mon.a (mon.0) 240 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-08T06:02:01.932 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[108174]: audit 2023-12-08T06:02:01.342086+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:01.932 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[111590]: audit 2023-12-08T06:02:01.339215+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:01.933 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[108174]: audit 2023-12-08T06:02:01.551215+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:01.933 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[108174]: audit 2023-12-08T06:02:01.555592+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:01.933 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[108174]: audit 2023-12-08T06:02:01.556100+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:01.934 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[111590]: audit 2023-12-08T06:02:01.342086+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:01.934 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[111590]: audit 2023-12-08T06:02:01.551215+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:01.934 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[111590]: audit 2023-12-08T06:02:01.555592+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:01.934 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:01 smithi061 bash[111590]: audit 2023-12-08T06:02:01.556100+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:01 smithi118 bash[108248]: cephadm 2023-12-08T06:01:59.983300+0000 mgr.y (mgr.14142) 54 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:02:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:01 smithi118 bash[108248]: cluster 2023-12-08T06:02:00.709243+0000 mon.a (mon.0) 240 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2023-12-08T06:02:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:01 smithi118 bash[108248]: audit 2023-12-08T06:02:01.339215+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:01 smithi118 bash[108248]: audit 2023-12-08T06:02:01.342086+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563058\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563142\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:48.563180\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_device_update\": \"2023-12-08T06:01:51.398553\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:01 smithi118 bash[108248]: audit 2023-12-08T06:02:01.551215+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:02.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:01 smithi118 bash[108248]: audit 2023-12-08T06:02:01.555592+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:02.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:01 smithi118 bash[108248]: audit 2023-12-08T06:02:01.556100+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:02.334 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115639]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-08T06:02:02.334 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115639]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-12-08T06:02:02.334 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115639]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-08T06:02:02.334 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115639]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-12-08T06:02:02.334 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115639]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-08T06:02:02.334 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115639]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-08T06:02:02.335 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115639]: --> ceph-volume lvm activate successful for osd ID: 1 2023-12-08T06:02:02.622 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115543]: debug 2023-12-08T06:02:02.452+0000 7fe272c10ec0 -1 osd.0 12 log_to_monitors {default=true} 2023-12-08T06:02:02.623 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[115543]: debug 2023-12-08T06:02:02.465+0000 7fe266be1700 -1 osd.0 12 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:02.901 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[116052]: debug 2023-12-08T06:02:02.815+0000 7f812968eec0 1 -- 172.21.15.61:0/1343990615 >> [v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0] conn(0x55a0996f2c00 msgr2=0x55a0996ef680 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-08T06:02:02.901 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[116052]: debug 2023-12-08T06:02:02.815+0000 7f812968eec0 1 --2- 172.21.15.61:0/1343990615 >> [v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0] conn(0x55a0996f2c00 0x55a0996ef680 secure :-1 s=READY pgs=16 cs=0 l=1 rx=0x55a099685d10 tx=0x55a09a35eaa0).stop 2023-12-08T06:02:02.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[108174]: cluster 2023-12-08T06:02:01.712987+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 2023-12-08T06:02:02.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[108174]: audit 2023-12-08T06:02:02.456704+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:02:02.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[108174]: audit 2023-12-08T06:02:02.457148+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:02.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[111590]: cluster 2023-12-08T06:02:01.712987+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 2023-12-08T06:02:02.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[111590]: audit 2023-12-08T06:02:02.456704+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:02:02.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:02 smithi061 bash[111590]: audit 2023-12-08T06:02:02.457148+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:03.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:02 smithi118 bash[108248]: cluster 2023-12-08T06:02:01.712987+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 2023-12-08T06:02:03.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:02 smithi118 bash[108248]: audit 2023-12-08T06:02:02.456704+0000 mon.a (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:02:03.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:02 smithi118 bash[108248]: audit 2023-12-08T06:02:02.457148+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:03.644 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-08T06:02:03.645 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-08T06:02:03.645 INFO:teuthology.orchestra.run.smithi061.stderr: stderr: 10+0 records in 2023-12-08T06:02:03.645 INFO:teuthology.orchestra.run.smithi061.stderr:10+0 records out 2023-12-08T06:02:03.645 INFO:teuthology.orchestra.run.smithi061.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0165368 s, 634 MB/s 2023-12-08T06:02:03.645 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping successful for: 2023-12-08T06:02:03.651 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[116052]: debug 2023-12-08T06:02:03.352+0000 7f812968eec0 -1 Falling back to public interface 2023-12-08T06:02:04.017 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[116052]: debug 2023-12-08T06:02:03.919+0000 7f812968eec0 -1 osd.1 0 log_to_monitors {default=true} 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:02.718745+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:02.718771+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:02.718785+0000 mon.a (mon.0) 250 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:02.726095+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: audit 2023-12-08T06:02:02.727154+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:03.721880+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:03.721911+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:03.721932+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-08T06:02:04.018 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:03.725702+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278] boot 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: cluster 2023-12-08T06:02:03.725768+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: audit 2023-12-08T06:02:03.726209+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[108174]: audit 2023-12-08T06:02:03.726566+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:02.718745+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:02.718771+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:02.718785+0000 mon.a (mon.0) 250 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:02.726095+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: audit 2023-12-08T06:02:02.727154+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:03.721880+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:03.721911+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-08T06:02:04.019 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:03.721932+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-08T06:02:04.020 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:03.725702+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278] boot 2023-12-08T06:02:04.020 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: cluster 2023-12-08T06:02:03.725768+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-08T06:02:04.020 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: audit 2023-12-08T06:02:03.726209+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:02:04.020 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:03 smithi061 bash[111590]: audit 2023-12-08T06:02:03.726566+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:04.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:02.718745+0000 mon.a (mon.0) 248 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:02.718771+0000 mon.a (mon.0) 249 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:02.718785+0000 mon.a (mon.0) 250 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:02.726095+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: audit 2023-12-08T06:02:02.727154+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:03.721880+0000 mon.a (mon.0) 253 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:03.721911+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:03.721932+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:03.725702+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.61:6802/1425740278,v1:172.21.15.61:6803/1425740278] boot 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: cluster 2023-12-08T06:02:03.725768+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: audit 2023-12-08T06:02:03.726209+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:02:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:03 smithi118 bash[108248]: audit 2023-12-08T06:02:03.726566+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:04.111 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi061:vg_nvme/lv_2 2023-12-08T06:02:05.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: cluster 2023-12-08T06:02:03.713241+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 2023-12-08T06:02:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: audit 2023-12-08T06:02:03.923602+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: audit 2023-12-08T06:02:03.923882+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: audit 2023-12-08T06:02:04.534978+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: audit 2023-12-08T06:02:04.729045+0000 mon.a (mon.0) 262 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T06:02:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: cluster 2023-12-08T06:02:04.729082+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-08T06:02:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: audit 2023-12-08T06:02:04.729226+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: audit 2023-12-08T06:02:04.729578+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:04 smithi118 bash[108248]: audit 2023-12-08T06:02:04.729820+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:05.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: cluster 2023-12-08T06:02:03.713241+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 2023-12-08T06:02:05.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: audit 2023-12-08T06:02:03.923602+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:05.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: audit 2023-12-08T06:02:03.923882+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:05.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: audit 2023-12-08T06:02:04.534978+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:05.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: audit 2023-12-08T06:02:04.729045+0000 mon.a (mon.0) 262 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T06:02:05.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: cluster 2023-12-08T06:02:04.729082+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: audit 2023-12-08T06:02:04.729226+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: audit 2023-12-08T06:02:04.729578+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[108174]: audit 2023-12-08T06:02:04.729820+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: cluster 2023-12-08T06:02:03.713241+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 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: audit 2023-12-08T06:02:03.923602+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: audit 2023-12-08T06:02:03.923882+0000 mon.a (mon.0) 260 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: audit 2023-12-08T06:02:04.534978+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: audit 2023-12-08T06:02:04.729045+0000 mon.a (mon.0) 262 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: cluster 2023-12-08T06:02:04.729082+0000 mon.a (mon.0) 263 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: audit 2023-12-08T06:02:04.729226+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: audit 2023-12-08T06:02:04.729578+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:05.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:04 smithi061 bash[111590]: audit 2023-12-08T06:02:04.729820+0000 mon.a (mon.0) 265 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:06.059 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[116052]: debug 2023-12-08T06:02:05.729+0000 7f810e43b700 -1 osd.1 0 waiting for initial osdmap 2023-12-08T06:02:06.059 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[116052]: debug 2023-12-08T06:02:05.731+0000 7f8119657700 -1 osd.1 16 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:06.059 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:04.756720+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:06.060 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:04.756720+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:06.060 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:04.760247+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:06.060 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:04.761513+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:06.060 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: cluster 2023-12-08T06:02:04.881195+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: cluster 2023-12-08T06:02:04.881233+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:05.296046+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:05.296610+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:05.297336+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:05.719363+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"ac40f850137f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718674\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:02.575693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:05.718742\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:04.760247+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:04.761513+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: cluster 2023-12-08T06:02:04.881195+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:06.061 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: cluster 2023-12-08T06:02:04.881233+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:06.062 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:05.296046+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:06.062 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:05.296610+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:06.062 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:05.297336+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:06.062 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:05.721974+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"ac40f850137f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718674\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:02.575693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:05.718742\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:06.062 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:05.727755+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:06.062 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: cluster 2023-12-08T06:02:05.727806+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2023-12-08T06:02:06.062 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[108174]: audit 2023-12-08T06:02:05.727926+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:06.063 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:05.719363+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"ac40f850137f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718674\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:02.575693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:05.718742\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:06.063 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:05.721974+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"ac40f850137f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718674\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:02.575693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:05.718742\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:06.063 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:05.727755+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:06.063 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: cluster 2023-12-08T06:02:05.727806+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2023-12-08T06:02:06.063 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:05 smithi061 bash[111590]: audit 2023-12-08T06:02:05.727926+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:04.756720+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:04.760247+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550236\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550314\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550348\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:01.550378\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:01.550448\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:04.761513+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: cluster 2023-12-08T06:02:04.881195+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: cluster 2023-12-08T06:02:04.881233+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:05.296046+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:05.296610+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:05.297336+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:05.719363+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"ac40f850137f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718674\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:02.575693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:05.718742\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:05.721974+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"ac40f850137f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718674\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:02.575693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:59.981815\"}}, \"last_daemon_update\": \"2023-12-08T06:02:05.718742\", \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:05.727755+0000 mon.a (mon.0) 274 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: cluster 2023-12-08T06:02:05.727806+0000 mon.a (mon.0) 275 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2023-12-08T06:02:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:05 smithi118 bash[108248]: audit 2023-12-08T06:02:05.727926+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:06 smithi118 bash[108248]: audit 2023-12-08T06:02:05.295055+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:06 smithi118 bash[108248]: cephadm 2023-12-08T06:02:05.295770+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:02:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:06 smithi118 bash[108248]: cluster 2023-12-08T06:02:05.713508+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 2023-12-08T06:02:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:06 smithi118 bash[108248]: cluster 2023-12-08T06:02:06.730096+0000 mon.a (mon.0) 277 : cluster [INF] osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001] boot 2023-12-08T06:02:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:06 smithi118 bash[108248]: cluster 2023-12-08T06:02:06.730148+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-08T06:02:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:06 smithi118 bash[108248]: audit 2023-12-08T06:02:06.730271+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[108174]: audit 2023-12-08T06:02:05.295055+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[108174]: cephadm 2023-12-08T06:02:05.295770+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[108174]: cluster 2023-12-08T06:02:05.713508+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 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[108174]: cluster 2023-12-08T06:02:06.730096+0000 mon.a (mon.0) 277 : cluster [INF] osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001] boot 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[108174]: cluster 2023-12-08T06:02:06.730148+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[108174]: audit 2023-12-08T06:02:06.730271+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[111590]: audit 2023-12-08T06:02:05.295055+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[111590]: cephadm 2023-12-08T06:02:05.295770+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:02:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[111590]: cluster 2023-12-08T06:02:05.713508+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 2023-12-08T06:02:07.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[111590]: cluster 2023-12-08T06:02:06.730096+0000 mon.a (mon.0) 277 : cluster [INF] osd.1 [v2:172.21.15.61:6810/2974133001,v1:172.21.15.61:6811/2974133001] boot 2023-12-08T06:02:07.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[111590]: cluster 2023-12-08T06:02:06.730148+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2023-12-08T06:02:07.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:06 smithi061 bash[111590]: audit 2023-12-08T06:02:06.730271+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:08.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:07 smithi118 bash[108248]: audit 2023-12-08T06:02:06.898257+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.61:0/2940156839' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]: dispatch 2023-12-08T06:02:08.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:07 smithi118 bash[108248]: audit 2023-12-08T06:02:06.898527+0000 mon.a (mon.0) 280 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]: dispatch 2023-12-08T06:02:08.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:07 smithi118 bash[108248]: audit 2023-12-08T06:02:06.902206+0000 mon.a (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]': finished 2023-12-08T06:02:08.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:07 smithi118 bash[108248]: cluster 2023-12-08T06:02:06.902245+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-08T06:02:08.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:07 smithi118 bash[108248]: audit 2023-12-08T06:02:06.902347+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:08.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:07 smithi118 bash[108248]: audit 2023-12-08T06:02:06.905131+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231208-060035"}]: dispatch 2023-12-08T06:02:08.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:07 smithi118 bash[108248]: audit 2023-12-08T06:02:06.908585+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231208-060035"}]': finished 2023-12-08T06:02:08.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:07 smithi118 bash[108248]: audit 2023-12-08T06:02:07.647297+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.61:0/3168317937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[108174]: audit 2023-12-08T06:02:06.898257+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.61:0/2940156839' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]: dispatch 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[108174]: audit 2023-12-08T06:02:06.898527+0000 mon.a (mon.0) 280 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]: dispatch 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[108174]: audit 2023-12-08T06:02:06.902206+0000 mon.a (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]': finished 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[108174]: cluster 2023-12-08T06:02:06.902245+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[108174]: audit 2023-12-08T06:02:06.902347+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[108174]: audit 2023-12-08T06:02:06.905131+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231208-060035"}]: dispatch 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[108174]: audit 2023-12-08T06:02:06.908585+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231208-060035"}]': finished 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[108174]: audit 2023-12-08T06:02:07.647297+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.61:0/3168317937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:08.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[111590]: audit 2023-12-08T06:02:06.898257+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.61:0/2940156839' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]: dispatch 2023-12-08T06:02:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[111590]: audit 2023-12-08T06:02:06.898527+0000 mon.a (mon.0) 280 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]: dispatch 2023-12-08T06:02:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[111590]: audit 2023-12-08T06:02:06.902206+0000 mon.a (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "483e06bc-9af3-4d2d-b1d6-a04257308de4"}]': finished 2023-12-08T06:02:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[111590]: cluster 2023-12-08T06:02:06.902245+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2023-12-08T06:02:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[111590]: audit 2023-12-08T06:02:06.902347+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[111590]: audit 2023-12-08T06:02:06.905131+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231208-060035"}]: dispatch 2023-12-08T06:02:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[111590]: audit 2023-12-08T06:02:06.908585+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20231208-060035"}]': finished 2023-12-08T06:02:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:07 smithi061 bash[111590]: audit 2023-12-08T06:02:07.647297+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.61:0/3168317937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:09.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:08 smithi118 bash[108248]: cluster 2023-12-08T06:02:07.713886+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 2023-12-08T06:02:09.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:08 smithi118 bash[108248]: cluster 2023-12-08T06:02:07.911966+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-08T06:02:09.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:08 smithi118 bash[108248]: audit 2023-12-08T06:02:07.912061+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:08 smithi061 bash[108174]: cluster 2023-12-08T06:02:07.713886+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 2023-12-08T06:02:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:08 smithi061 bash[108174]: cluster 2023-12-08T06:02:07.911966+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-08T06:02:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:08 smithi061 bash[108174]: audit 2023-12-08T06:02:07.912061+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:09.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:08 smithi061 bash[111590]: cluster 2023-12-08T06:02:07.713886+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 2023-12-08T06:02:09.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:08 smithi061 bash[111590]: cluster 2023-12-08T06:02:07.911966+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2023-12-08T06:02:09.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:08 smithi061 bash[111590]: audit 2023-12-08T06:02:07.912061+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:10.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:10 smithi061 bash[108174]: cluster 2023-12-08T06:02:09.714172+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-08T06:02:10.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:10 smithi061 bash[108174]: audit 2023-12-08T06:02:09.892562+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:10.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:10 smithi061 bash[111590]: cluster 2023-12-08T06:02:09.714172+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-08T06:02:10.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:10 smithi061 bash[111590]: audit 2023-12-08T06:02:09.892562+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:11.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:10 smithi118 bash[108248]: cluster 2023-12-08T06:02:09.714172+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-08T06:02:11.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:10 smithi118 bash[108248]: audit 2023-12-08T06:02:09.892562+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:12.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:11 smithi061 bash[108174]: audit 2023-12-08T06:02:11.533490+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:02:12.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:11 smithi061 bash[108174]: audit 2023-12-08T06:02:11.534104+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:12.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:11 smithi061 bash[108174]: audit 2023-12-08T06:02:11.534731+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-08T06:02:12.005 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:11 smithi061 bash[111590]: audit 2023-12-08T06:02:11.533490+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:02:12.006 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:11 smithi061 bash[111590]: audit 2023-12-08T06:02:11.534104+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:12.006 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:11 smithi061 bash[111590]: audit 2023-12-08T06:02:11.534731+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-08T06:02:12.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:11 smithi118 bash[108248]: audit 2023-12-08T06:02:11.533490+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:02:12.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:11 smithi118 bash[108248]: audit 2023-12-08T06:02:11.534104+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:12.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:11 smithi118 bash[108248]: audit 2023-12-08T06:02:11.534731+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2023-12-08T06:02:12.550 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:12 smithi061 systemd[1]: Stopping Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:02:12.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[111590]: cephadm 2023-12-08T06:02:11.534536+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:02:12.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[111590]: cluster 2023-12-08T06:02:11.714473+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v55: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-08T06:02:12.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[111590]: cluster 2023-12-08T06:02:12.600124+0000 mon.a (mon.0) 292 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:02:12.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[111590]: cluster 2023-12-08T06:02:12.600173+0000 mon.a (mon.0) 293 : cluster [INF] osd.1 failed (root=default,host=smithi061) (connection refused reported by osd.0) 2023-12-08T06:02:12.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[116052]: debug 2023-12-08T06:02:12.546+0000 7f8120ed6700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:02:12.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[116052]: debug 2023-12-08T06:02:12.546+0000 7f8120ed6700 -1 osd.1 19 *** Got signal Terminated *** 2023-12-08T06:02:12.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[116052]: debug 2023-12-08T06:02:12.546+0000 7f8120ed6700 -1 osd.1 19 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:02:12.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:12 smithi061 podman[117316]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.1 2023-12-08T06:02:12.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[108174]: cephadm 2023-12-08T06:02:11.534536+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:02:12.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[108174]: cluster 2023-12-08T06:02:11.714473+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v55: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-08T06:02:12.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[108174]: cluster 2023-12-08T06:02:12.600124+0000 mon.a (mon.0) 292 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:02:12.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:12 smithi061 bash[108174]: cluster 2023-12-08T06:02:12.600173+0000 mon.a (mon.0) 293 : cluster [INF] osd.1 failed (root=default,host=smithi061) (connection refused reported by osd.0) 2023-12-08T06:02:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:12 smithi118 bash[108248]: cephadm 2023-12-08T06:02:11.534536+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:02:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:12 smithi118 bash[108248]: cluster 2023-12-08T06:02:11.714473+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v55: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2023-12-08T06:02:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:12 smithi118 bash[108248]: cluster 2023-12-08T06:02:12.600124+0000 mon.a (mon.0) 292 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:02:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:12 smithi118 bash[108248]: cluster 2023-12-08T06:02:12.600173+0000 mon.a (mon.0) 293 : cluster [INF] osd.1 failed (root=default,host=smithi061) (connection refused reported by osd.0) 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[111590]: cluster 2023-12-08T06:02:12.722806+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[111590]: cluster 2023-12-08T06:02:12.728952+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[111590]: audit 2023-12-08T06:02:12.729345+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[111590]: cluster 2023-12-08T06:02:13.726991+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[111590]: audit 2023-12-08T06:02:13.727120+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[108174]: cluster 2023-12-08T06:02:12.722806+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[108174]: cluster 2023-12-08T06:02:12.728952+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[108174]: audit 2023-12-08T06:02:12.729345+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:13.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[108174]: cluster 2023-12-08T06:02:13.726991+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-08T06:02:13.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:13 smithi061 bash[108174]: audit 2023-12-08T06:02:13.727120+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:13.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:13 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.1.service: Succeeded. 2023-12-08T06:02:13.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:13 smithi061 systemd[1]: Stopped Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:02:13.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:13 smithi061 systemd[1]: Starting Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:02:13.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:13 smithi061 podman[117455]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.1" found: no such container 2023-12-08T06:02:13.902 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:13 smithi061 systemd[1]: Started Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:02:14.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:13 smithi118 bash[108248]: cluster 2023-12-08T06:02:12.722806+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:14.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:13 smithi118 bash[108248]: cluster 2023-12-08T06:02:12.728952+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2023-12-08T06:02:14.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:13 smithi118 bash[108248]: audit 2023-12-08T06:02:12.729345+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:14.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:13 smithi118 bash[108248]: cluster 2023-12-08T06:02:13.726991+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e21: 3 total, 1 up, 2 in 2023-12-08T06:02:14.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:13 smithi118 bash[108248]: audit 2023-12-08T06:02:13.727120+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:14.625 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[117471]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-08T06:02:14.625 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[117471]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-12-08T06:02:14.625 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[117471]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-08T06:02:14.625 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[117471]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-12-08T06:02:14.625 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[117471]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-08T06:02:14.625 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[117471]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-08T06:02:14.625 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[117471]: --> ceph-volume lvm activate successful for osd ID: 1 2023-12-08T06:02:14.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: cluster 2023-12-08T06:02:13.714830+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:02:14.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: cluster 2023-12-08T06:02:13.732967+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:02:14.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: cluster 2023-12-08T06:02:13.732992+0000 mon.a (mon.0) 300 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-08T06:02:14.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: cluster 2023-12-08T06:02:13.714830+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:02:14.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: cluster 2023-12-08T06:02:13.732967+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:02:14.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: cluster 2023-12-08T06:02:13.732992+0000 mon.a (mon.0) 300 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-08T06:02:14.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: audit 2023-12-08T06:02:13.806980+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:14.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: audit 2023-12-08T06:02:13.807369+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:14.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: audit 2023-12-08T06:02:13.812624+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:14.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: audit 2023-12-08T06:02:13.813357+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:02:14.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: audit 2023-12-08T06:02:13.814271+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: cephadm 2023-12-08T06:02:13.814813+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi061 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[111590]: audit 2023-12-08T06:02:13.815088+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: audit 2023-12-08T06:02:13.806980+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: audit 2023-12-08T06:02:13.807369+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: audit 2023-12-08T06:02:13.812624+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: audit 2023-12-08T06:02:13.813357+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: audit 2023-12-08T06:02:13.814271+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: cephadm 2023-12-08T06:02:13.814813+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi061 2023-12-08T06:02:14.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:14 smithi061 bash[108174]: audit 2023-12-08T06:02:13.815088+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: cluster 2023-12-08T06:02:13.714830+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: cluster 2023-12-08T06:02:13.732967+0000 mon.a (mon.0) 299 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: cluster 2023-12-08T06:02:13.732992+0000 mon.a (mon.0) 300 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: audit 2023-12-08T06:02:13.806980+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: audit 2023-12-08T06:02:13.807369+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: audit 2023-12-08T06:02:13.812624+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: audit 2023-12-08T06:02:13.813357+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: audit 2023-12-08T06:02:13.814271+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: cephadm 2023-12-08T06:02:13.814813+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi061 2023-12-08T06:02:15.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:14 smithi118 bash[108248]: audit 2023-12-08T06:02:13.815088+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-08T06:02:15.278 INFO:teuthology.orchestra.run.smithi061.stdout:Created osd(s) 1,2 on host 'smithi061' 2023-12-08T06:02:15.786 DEBUG:teuthology.orchestra.run.smithi061:osd.2> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.2.service 2023-12-08T06:02:15.789 INFO:tasks.cephadm:Deploying osd.3 on smithi061 with /dev/vg_nvme/lv_1... 2023-12-08T06:02:15.789 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-08T06:02:15.823 INFO:journalctl@ceph.osd.2.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T06:02:15.940 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[108174]: audit 2023-12-08T06:02:15.270101+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:15.940 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[111590]: audit 2023-12-08T06:02:15.270101+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:15.940 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[108174]: audit 2023-12-08T06:02:15.274040+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:15.941 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[111590]: audit 2023-12-08T06:02:15.274040+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:15.941 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[108174]: audit 2023-12-08T06:02:15.564175+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:15.941 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[108174]: audit 2023-12-08T06:02:15.567033+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:15.941 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[108174]: audit 2023-12-08T06:02:15.567620+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:15.942 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[111590]: audit 2023-12-08T06:02:15.564175+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:15.942 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[111590]: audit 2023-12-08T06:02:15.567033+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:15.942 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:15 smithi061 bash[111590]: audit 2023-12-08T06:02:15.567620+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:16.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:15 smithi118 bash[108248]: audit 2023-12-08T06:02:15.270101+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:16.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:15 smithi118 bash[108248]: audit 2023-12-08T06:02:15.274040+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718508\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718582\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718615\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:05.718645\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_device_update\": \"2023-12-08T06:02:04.756097\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:16.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:15 smithi118 bash[108248]: audit 2023-12-08T06:02:15.564175+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:16.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:15 smithi118 bash[108248]: audit 2023-12-08T06:02:15.567033+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/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\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:16.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:15 smithi118 bash[108248]: audit 2023-12-08T06:02:15.567620+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:16.339 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117796]: debug 2023-12-08T06:02:16.057+0000 7f6548e9bec0 -1 Falling back to public interface 2023-12-08T06:02:16.339 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117823]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-08T06:02:16.339 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117823]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-12-08T06:02:16.339 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117823]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-08T06:02:16.339 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117823]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-12-08T06:02:16.339 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117823]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-08T06:02:16.339 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117823]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-08T06:02:16.339 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117823]: --> ceph-volume lvm activate successful for osd ID: 2 2023-12-08T06:02:16.617 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117796]: debug 2023-12-08T06:02:16.613+0000 7f6548e9bec0 -1 osd.1 19 log_to_monitors {default=true} 2023-12-08T06:02:16.901 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[117796]: debug 2023-12-08T06:02:16.620+0000 7f653ce6c700 -1 osd.1 19 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:16.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[108174]: cluster 2023-12-08T06:02:15.715263+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:02:16.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[108174]: audit 2023-12-08T06:02:16.617424+0000 mon.c (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:16.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[108174]: audit 2023-12-08T06:02:16.617731+0000 mon.a (mon.0) 312 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:16.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[108174]: audit 2023-12-08T06:02:16.618242+0000 mon.c (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:16.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[108174]: audit 2023-12-08T06:02:16.618509+0000 mon.a (mon.0) 313 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:16.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[111590]: cluster 2023-12-08T06:02:15.715263+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:02:16.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[111590]: audit 2023-12-08T06:02:16.617424+0000 mon.c (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:16.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[111590]: audit 2023-12-08T06:02:16.617731+0000 mon.a (mon.0) 312 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:16.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[111590]: audit 2023-12-08T06:02:16.618242+0000 mon.c (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:16.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:16 smithi061 bash[111590]: audit 2023-12-08T06:02:16.618509+0000 mon.a (mon.0) 313 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:17.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:16 smithi118 bash[108248]: cluster 2023-12-08T06:02:15.715263+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:02:17.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:16 smithi118 bash[108248]: audit 2023-12-08T06:02:16.617424+0000 mon.c (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:17.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:16 smithi118 bash[108248]: audit 2023-12-08T06:02:16.617731+0000 mon.a (mon.0) 312 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:02:17.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:16 smithi118 bash[108248]: audit 2023-12-08T06:02:16.618242+0000 mon.c (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:17.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:16 smithi118 bash[108248]: audit 2023-12-08T06:02:16.618509+0000 mon.a (mon.0) 313 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:17.654 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-08T06:02:17.654 INFO:teuthology.orchestra.run.smithi061.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-08T06:02:17.655 INFO:teuthology.orchestra.run.smithi061.stderr: stderr: 10+0 records in 2023-12-08T06:02:17.655 INFO:teuthology.orchestra.run.smithi061.stderr:10+0 records out 2023-12-08T06:02:17.655 INFO:teuthology.orchestra.run.smithi061.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121797 s, 861 MB/s 2023-12-08T06:02:17.655 INFO:teuthology.orchestra.run.smithi061.stderr:--> Zapping successful for: 2023-12-08T06:02:18.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:17 smithi118 bash[108248]: cluster 2023-12-08T06:02:17.566879+0000 mon.a (mon.0) 314 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:18.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:17 smithi118 bash[108248]: cluster 2023-12-08T06:02:17.573294+0000 mon.a (mon.0) 315 : cluster [INF] osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572] boot 2023-12-08T06:02:18.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:17 smithi118 bash[108248]: cluster 2023-12-08T06:02:17.573347+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-08T06:02:18.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:17 smithi118 bash[108248]: audit 2023-12-08T06:02:17.574004+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:18.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:17 smithi118 bash[108248]: audit 2023-12-08T06:02:17.574404+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:18.114 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[108174]: cluster 2023-12-08T06:02:17.566879+0000 mon.a (mon.0) 314 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:18.114 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[108174]: cluster 2023-12-08T06:02:17.573294+0000 mon.a (mon.0) 315 : cluster [INF] osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572] boot 2023-12-08T06:02:18.114 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[108174]: cluster 2023-12-08T06:02:17.573347+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-08T06:02:18.114 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[108174]: audit 2023-12-08T06:02:17.574004+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:18.114 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[108174]: audit 2023-12-08T06:02:17.574404+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:18.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[111590]: cluster 2023-12-08T06:02:17.566879+0000 mon.a (mon.0) 314 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:18.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[111590]: cluster 2023-12-08T06:02:17.573294+0000 mon.a (mon.0) 315 : cluster [INF] osd.1 [v2:172.21.15.61:6810/3599032572,v1:172.21.15.61:6811/3599032572] boot 2023-12-08T06:02:18.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[111590]: cluster 2023-12-08T06:02:17.573347+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2023-12-08T06:02:18.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[111590]: audit 2023-12-08T06:02:17.574004+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:02:18.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[111590]: audit 2023-12-08T06:02:17.574404+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:18.115 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:17 smithi061 bash[118295]: debug 2023-12-08T06:02:17.796+0000 7f9520ff1ec0 -1 Falling back to public interface 2023-12-08T06:02:18.124 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi061:vg_nvme/lv_1 2023-12-08T06:02:18.367 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[118295]: debug 2023-12-08T06:02:18.363+0000 7f9520ff1ec0 -1 osd.2 0 log_to_monitors {default=true} 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: cluster 2023-12-08T06:02:17.715560+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: audit 2023-12-08T06:02:18.367089+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: audit 2023-12-08T06:02:18.367349+0000 mon.a (mon.0) 319 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: audit 2023-12-08T06:02:18.579514+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: cluster 2023-12-08T06:02:18.579566+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: audit 2023-12-08T06:02:18.579705+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: audit 2023-12-08T06:02:18.580835+0000 mon.c (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: audit 2023-12-08T06:02:18.581124+0000 mon.a (mon.0) 323 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:18.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[108174]: audit 2023-12-08T06:02:18.584698+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: cluster 2023-12-08T06:02:17.715560+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: audit 2023-12-08T06:02:18.367089+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: audit 2023-12-08T06:02:18.367349+0000 mon.a (mon.0) 319 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: audit 2023-12-08T06:02:18.579514+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: cluster 2023-12-08T06:02:18.579566+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: audit 2023-12-08T06:02:18.579705+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: audit 2023-12-08T06:02:18.580835+0000 mon.c (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: audit 2023-12-08T06:02:18.581124+0000 mon.a (mon.0) 323 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:18.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:18 smithi061 bash[111590]: audit 2023-12-08T06:02:18.584698+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:19.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: cluster 2023-12-08T06:02:17.715560+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-08T06:02:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: audit 2023-12-08T06:02:18.367089+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: audit 2023-12-08T06:02:18.367349+0000 mon.a (mon.0) 319 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: audit 2023-12-08T06:02:18.579514+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T06:02:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: cluster 2023-12-08T06:02:18.579566+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2023-12-08T06:02:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: audit 2023-12-08T06:02:18.579705+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: audit 2023-12-08T06:02:18.580835+0000 mon.c (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: audit 2023-12-08T06:02:18.581124+0000 mon.a (mon.0) 323 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:18 smithi118 bash[108248]: audit 2023-12-08T06:02:18.584698+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:19.651 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[118295]: debug 2023-12-08T06:02:19.580+0000 7f9509da6700 -1 osd.2 0 waiting for initial osdmap 2023-12-08T06:02:19.651 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[118295]: debug 2023-12-08T06:02:19.584+0000 7f9514fc2700 -1 osd.2 24 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:20.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:18.807040+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:20.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:18.809625+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:20.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:18.810765+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:20.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:19.506519+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:20.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:19.507118+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:20.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:19.507894+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:20.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:19.578072+0000 mon.a (mon.0) 331 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:20.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: cluster 2023-12-08T06:02:19.578131+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-08T06:02:20.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:19.578256+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:20.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: cluster 2023-12-08T06:02:19.711102+0000 mon.a (mon.0) 334 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:02:20.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:19 smithi118 bash[108248]: audit 2023-12-08T06:02:19.752278+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"392e175eae75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751514\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:16.880687\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:19.751584\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:20.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:18.807040+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:18.807040+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:18.809625+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:18.810765+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:19.506519+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:19.507118+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:18.809625+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563301\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563375\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563408\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563438\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:15.563467\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:15.563537\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:18.810765+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:19.506519+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:19.507118+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:19.507894+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:19.578072+0000 mon.a (mon.0) 331 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: cluster 2023-12-08T06:02:19.578131+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:19.578256+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: cluster 2023-12-08T06:02:19.711102+0000 mon.a (mon.0) 334 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:02:20.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[108174]: audit 2023-12-08T06:02:19.752278+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"392e175eae75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751514\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:16.880687\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:19.751584\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:20.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:19.507894+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:20.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:19.578072+0000 mon.a (mon.0) 331 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:20.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: cluster 2023-12-08T06:02:19.578131+0000 mon.a (mon.0) 332 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2023-12-08T06:02:20.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:19.578256+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:20.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: cluster 2023-12-08T06:02:19.711102+0000 mon.a (mon.0) 334 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:02:20.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:19 smithi061 bash[111590]: audit 2023-12-08T06:02:19.752278+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"392e175eae75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751514\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:16.880687\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:19.751584\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: cluster 2023-12-08T06:02:19.387177+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: cluster 2023-12-08T06:02:19.387227+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: audit 2023-12-08T06:02:19.505614+0000 mgr.y (mgr.14142) 68 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: cephadm 2023-12-08T06:02:19.506264+0000 mgr.y (mgr.14142) 69 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: cluster 2023-12-08T06:02:19.715826+0000 mgr.y (mgr.14142) 70 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+degraded+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: audit 2023-12-08T06:02:19.754995+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"392e175eae75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751514\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:16.880687\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:19.751584\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: cluster 2023-12-08T06:02:20.580608+0000 mon.a (mon.0) 337 : cluster [INF] osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472] boot 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: cluster 2023-12-08T06:02:20.580673+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2023-12-08T06:02:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:20 smithi118 bash[108248]: audit 2023-12-08T06:02:20.580824+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: cluster 2023-12-08T06:02:19.387177+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: cluster 2023-12-08T06:02:19.387227+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: audit 2023-12-08T06:02:19.505614+0000 mgr.y (mgr.14142) 68 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: cephadm 2023-12-08T06:02:19.506264+0000 mgr.y (mgr.14142) 69 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: cluster 2023-12-08T06:02:19.715826+0000 mgr.y (mgr.14142) 70 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+degraded+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: audit 2023-12-08T06:02:19.754995+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"392e175eae75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751514\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:16.880687\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:19.751584\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: cluster 2023-12-08T06:02:20.580608+0000 mon.a (mon.0) 337 : cluster [INF] osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472] boot 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: cluster 2023-12-08T06:02:20.580673+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[108174]: audit 2023-12-08T06:02:20.580824+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: cluster 2023-12-08T06:02:19.387177+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: cluster 2023-12-08T06:02:19.387227+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: audit 2023-12-08T06:02:19.505614+0000 mgr.y (mgr.14142) 68 : audit [DBG] from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi061:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: cephadm 2023-12-08T06:02:19.506264+0000 mgr.y (mgr.14142) 69 : cephadm [INF] Applying osd on host smithi061... 2023-12-08T06:02:21.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: cluster 2023-12-08T06:02:19.715826+0000 mgr.y (mgr.14142) 70 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+degraded+peered; 0 B data, 352 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2023-12-08T06:02:21.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: audit 2023-12-08T06:02:19.754995+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"392e175eae75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751514\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:16.880687\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:13.813052\"}}, \"last_daemon_update\": \"2023-12-08T06:02:19.751584\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:21.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: cluster 2023-12-08T06:02:20.580608+0000 mon.a (mon.0) 337 : cluster [INF] osd.2 [v2:172.21.15.61:6818/697726472,v1:172.21.15.61:6819/697726472] boot 2023-12-08T06:02:21.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: cluster 2023-12-08T06:02:20.580673+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2023-12-08T06:02:21.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:20 smithi061 bash[111590]: audit 2023-12-08T06:02:20.580824+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:22.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:21 smithi118 bash[108248]: audit 2023-12-08T06:02:21.060378+0000 mon.a (mon.0) 340 : audit [INF] from='client.? 172.21.15.61:0/2719097594' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2ba7a52-9aed-438d-804f-c3fb75af1946"}]: dispatch 2023-12-08T06:02:22.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:21 smithi118 bash[108248]: audit 2023-12-08T06:02:21.064496+0000 mon.a (mon.0) 341 : audit [INF] from='client.? 172.21.15.61:0/2719097594' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2ba7a52-9aed-438d-804f-c3fb75af1946"}]': finished 2023-12-08T06:02:22.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:21 smithi118 bash[108248]: cluster 2023-12-08T06:02:21.064541+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2023-12-08T06:02:22.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:21 smithi118 bash[108248]: audit 2023-12-08T06:02:21.064906+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:22.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:21 smithi061 bash[108174]: audit 2023-12-08T06:02:21.060378+0000 mon.a (mon.0) 340 : audit [INF] from='client.? 172.21.15.61:0/2719097594' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2ba7a52-9aed-438d-804f-c3fb75af1946"}]: dispatch 2023-12-08T06:02:22.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:21 smithi061 bash[108174]: audit 2023-12-08T06:02:21.064496+0000 mon.a (mon.0) 341 : audit [INF] from='client.? 172.21.15.61:0/2719097594' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2ba7a52-9aed-438d-804f-c3fb75af1946"}]': finished 2023-12-08T06:02:22.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:21 smithi061 bash[108174]: cluster 2023-12-08T06:02:21.064541+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2023-12-08T06:02:22.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:21 smithi061 bash[108174]: audit 2023-12-08T06:02:21.064906+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:21 smithi061 bash[111590]: audit 2023-12-08T06:02:21.060378+0000 mon.a (mon.0) 340 : audit [INF] from='client.? 172.21.15.61:0/2719097594' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d2ba7a52-9aed-438d-804f-c3fb75af1946"}]: dispatch 2023-12-08T06:02:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:21 smithi061 bash[111590]: audit 2023-12-08T06:02:21.064496+0000 mon.a (mon.0) 341 : audit [INF] from='client.? 172.21.15.61:0/2719097594' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d2ba7a52-9aed-438d-804f-c3fb75af1946"}]': finished 2023-12-08T06:02:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:21 smithi061 bash[111590]: cluster 2023-12-08T06:02:21.064541+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2023-12-08T06:02:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:21 smithi061 bash[111590]: audit 2023-12-08T06:02:21.064906+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:23.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:22 smithi118 bash[108248]: cluster 2023-12-08T06:02:21.716065+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:23.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:22 smithi118 bash[108248]: audit 2023-12-08T06:02:21.874360+0000 mon.a (mon.0) 344 : audit [DBG] from='client.? 172.21.15.61:0/2571129450' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:23.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:22 smithi118 bash[108248]: cluster 2023-12-08T06:02:22.062443+0000 mon.a (mon.0) 345 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2023-12-08T06:02:23.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:22 smithi118 bash[108248]: cluster 2023-12-08T06:02:22.062481+0000 mon.a (mon.0) 346 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:23.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:22 smithi118 bash[108248]: cluster 2023-12-08T06:02:22.070470+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2023-12-08T06:02:23.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:22 smithi118 bash[108248]: audit 2023-12-08T06:02:22.070590+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[111590]: cluster 2023-12-08T06:02:21.716065+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[111590]: audit 2023-12-08T06:02:21.874360+0000 mon.a (mon.0) 344 : audit [DBG] from='client.? 172.21.15.61:0/2571129450' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[111590]: cluster 2023-12-08T06:02:22.062443+0000 mon.a (mon.0) 345 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2023-12-08T06:02:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[111590]: cluster 2023-12-08T06:02:22.062481+0000 mon.a (mon.0) 346 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[111590]: cluster 2023-12-08T06:02:22.070470+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2023-12-08T06:02:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[111590]: audit 2023-12-08T06:02:22.070590+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:23.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[108174]: cluster 2023-12-08T06:02:21.716065+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:23.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[108174]: audit 2023-12-08T06:02:21.874360+0000 mon.a (mon.0) 344 : audit [DBG] from='client.? 172.21.15.61:0/2571129450' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:23.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[108174]: cluster 2023-12-08T06:02:22.062443+0000 mon.a (mon.0) 345 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2023-12-08T06:02:23.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[108174]: cluster 2023-12-08T06:02:22.062481+0000 mon.a (mon.0) 346 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:23.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[108174]: cluster 2023-12-08T06:02:22.070470+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2023-12-08T06:02:23.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:22 smithi061 bash[108174]: audit 2023-12-08T06:02:22.070590+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:25.031 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:24 smithi061 bash[108174]: cluster 2023-12-08T06:02:23.716513+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:25.031 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:24 smithi061 bash[108174]: audit 2023-12-08T06:02:24.115623+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:25.031 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:24 smithi061 bash[111590]: cluster 2023-12-08T06:02:23.716513+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:25.032 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:24 smithi061 bash[111590]: audit 2023-12-08T06:02:24.115623+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:24 smithi118 bash[108248]: cluster 2023-12-08T06:02:23.716513+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:24 smithi118 bash[108248]: audit 2023-12-08T06:02:24.115623+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:26.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[111590]: cluster 2023-12-08T06:02:25.716840+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:26.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[111590]: audit 2023-12-08T06:02:25.840835+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:02:26.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[111590]: audit 2023-12-08T06:02:25.841437+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:26.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[111590]: audit 2023-12-08T06:02:25.842069+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-08T06:02:26.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[108174]: cluster 2023-12-08T06:02:25.716840+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:26.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[108174]: audit 2023-12-08T06:02:25.840835+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:02:26.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[108174]: audit 2023-12-08T06:02:25.841437+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:26.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[108174]: audit 2023-12-08T06:02:25.842069+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-08T06:02:26.902 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:26 smithi061 systemd[1]: Stopping Ceph osd.2 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:02:26.902 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[118295]: debug 2023-12-08T06:02:26.769+0000 7f9518839700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:02:26.902 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[118295]: debug 2023-12-08T06:02:26.769+0000 7f9518839700 -1 osd.2 27 *** Got signal Terminated *** 2023-12-08T06:02:26.902 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:26 smithi061 bash[118295]: debug 2023-12-08T06:02:26.769+0000 7f9518839700 -1 osd.2 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:02:27.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:26 smithi118 bash[108248]: cluster 2023-12-08T06:02:25.716840+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:02:27.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:26 smithi118 bash[108248]: audit 2023-12-08T06:02:25.840835+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:02:27.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:26 smithi118 bash[108248]: audit 2023-12-08T06:02:25.841437+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:27.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:26 smithi118 bash[108248]: audit 2023-12-08T06:02:25.842069+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2023-12-08T06:02:27.261 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:26 smithi061 podman[119559]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.2 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cephadm 2023-12-08T06:02:25.841860+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi061 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.014718+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.014758+0000 mon.a (mon.0) 354 : cluster [INF] osd.2 failed (root=default,host=smithi061) (connection refused reported by osd.0) 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.015036+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.015181+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.015381+0000 mon.a (mon.0) 357 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.415458+0000 mon.a (mon.0) 358 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.415511+0000 mon.a (mon.0) 359 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.415653+0000 mon.a (mon.0) 360 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.415724+0000 mon.a (mon.0) 361 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.013 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:27 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.2.service: Succeeded. 2023-12-08T06:02:28.013 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:27 smithi061 systemd[1]: Stopped Ceph osd.2 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:02:28.013 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:27 smithi061 systemd[1]: Starting Ceph osd.2 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:02:28.013 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:27 smithi061 podman[119694]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.2" found: no such container 2023-12-08T06:02:28.013 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:27 smithi061 systemd[1]: Started Ceph osd.2 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:02:28.013 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cephadm 2023-12-08T06:02:25.841860+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi061 2023-12-08T06:02:28.013 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.014718+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.013 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.014758+0000 mon.a (mon.0) 354 : cluster [INF] osd.2 failed (root=default,host=smithi061) (connection refused reported by osd.0) 2023-12-08T06:02:28.013 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.015036+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.013 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.015181+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.014 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.015381+0000 mon.a (mon.0) 357 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.014 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.415458+0000 mon.a (mon.0) 358 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.014 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.415511+0000 mon.a (mon.0) 359 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.014 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.415653+0000 mon.a (mon.0) 360 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.014 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:27 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.415724+0000 mon.a (mon.0) 361 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cephadm 2023-12-08T06:02:25.841860+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi061 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.014718+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.014758+0000 mon.a (mon.0) 354 : cluster [INF] osd.2 failed (root=default,host=smithi061) (connection refused reported by osd.0) 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.015036+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.015181+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.015381+0000 mon.a (mon.0) 357 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.415458+0000 mon.a (mon.0) 358 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.415511+0000 mon.a (mon.0) 359 : cluster [DBG] osd.2 reported immediately failed by osd.0 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.415653+0000 mon.a (mon.0) 360 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:27 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.415724+0000 mon.a (mon.0) 361 : cluster [DBG] osd.2 reported immediately failed by osd.1 2023-12-08T06:02:28.652 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[119711]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-08T06:02:28.652 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[119711]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-12-08T06:02:28.652 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[119711]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-08T06:02:28.652 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[119711]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-12-08T06:02:28.652 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[119711]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-08T06:02:28.652 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[119711]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-08T06:02:28.653 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[119711]: --> ceph-volume lvm activate successful for osd ID: 2 2023-12-08T06:02:29.010 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.717271+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 2023-12-08T06:02:29.010 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.772731+0000 mon.a (mon.0) 362 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:29.010 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: cluster 2023-12-08T06:02:27.783967+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2023-12-08T06:02:29.010 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: audit 2023-12-08T06:02:27.784078+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:29.011 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.717271+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 2023-12-08T06:02:29.011 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.772731+0000 mon.a (mon.0) 362 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:29.011 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: cluster 2023-12-08T06:02:27.783967+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2023-12-08T06:02:29.011 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: audit 2023-12-08T06:02:27.784078+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:29.011 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: audit 2023-12-08T06:02:27.913255+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: audit 2023-12-08T06:02:27.913726+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: audit 2023-12-08T06:02:27.918619+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: audit 2023-12-08T06:02:27.919163+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: audit 2023-12-08T06:02:27.919843+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[108174]: audit 2023-12-08T06:02:27.920544+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: audit 2023-12-08T06:02:27.913255+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: audit 2023-12-08T06:02:27.913726+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: audit 2023-12-08T06:02:27.918619+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:29.012 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: audit 2023-12-08T06:02:27.919163+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T06:02:29.013 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: audit 2023-12-08T06:02:27.919843+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:29.013 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:28 smithi061 bash[111590]: audit 2023-12-08T06:02:27.920544+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-08T06:02:29.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.717271+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 2023-12-08T06:02:29.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.772731+0000 mon.a (mon.0) 362 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:29.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: cluster 2023-12-08T06:02:27.783967+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2023-12-08T06:02:29.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: audit 2023-12-08T06:02:27.784078+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:29.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: audit 2023-12-08T06:02:27.913255+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:29.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: audit 2023-12-08T06:02:27.913726+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:29.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: audit 2023-12-08T06:02:27.918619+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751317\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751393\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751426\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751456\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:19.751485\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:29.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: audit 2023-12-08T06:02:27.919163+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T06:02:29.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: audit 2023-12-08T06:02:27.919843+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:29.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:28 smithi118 bash[108248]: audit 2023-12-08T06:02:27.920544+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2023-12-08T06:02:29.395 INFO:teuthology.orchestra.run.smithi061.stdout:Created osd(s) 2,3 on host 'smithi061' 2023-12-08T06:02:29.910 DEBUG:teuthology.orchestra.run.smithi061:osd.3> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.3.service 2023-12-08T06:02:29.912 INFO:tasks.cephadm:Deploying osd.4 on smithi118 with /dev/vg_nvme/lv_4... 2023-12-08T06:02:29.912 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-08T06:02:29.952 INFO:journalctl@ceph.osd.3.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T06:02:30.058 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[120079]: debug 2023-12-08T06:02:29.916+0000 7f4aaf629ec0 -1 Falling back to public interface 2023-12-08T06:02:30.059 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[108174]: cephadm 2023-12-08T06:02:27.920317+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi061 2023-12-08T06:02:30.059 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[108174]: cluster 2023-12-08T06:02:28.788589+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-08T06:02:30.059 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[108174]: audit 2023-12-08T06:02:28.788764+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:30.059 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[111590]: cephadm 2023-12-08T06:02:27.920317+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi061 2023-12-08T06:02:30.059 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[111590]: cluster 2023-12-08T06:02:28.788589+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-08T06:02:30.059 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[111590]: audit 2023-12-08T06:02:28.788764+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:30.059 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[111590]: audit 2023-12-08T06:02:29.320784+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_daemon_update\": \"2023-12-08T06:02:29.320118\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:30.060 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[108174]: audit 2023-12-08T06:02:29.320784+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_daemon_update\": \"2023-12-08T06:02:29.320118\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:30.060 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[111590]: audit 2023-12-08T06:02:29.324445+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_daemon_update\": \"2023-12-08T06:02:29.320118\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:30.060 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[111590]: audit 2023-12-08T06:02:29.386354+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:30.060 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[111590]: audit 2023-12-08T06:02:29.386866+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:30.060 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[111590]: audit 2023-12-08T06:02:29.389862+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:30.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[108174]: audit 2023-12-08T06:02:29.324445+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_daemon_update\": \"2023-12-08T06:02:29.320118\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:30.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[108174]: audit 2023-12-08T06:02:29.386354+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:30.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[108174]: audit 2023-12-08T06:02:29.386866+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:30.061 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:29 smithi061 bash[108174]: audit 2023-12-08T06:02:29.389862+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:30.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:29 smithi118 bash[108248]: cephadm 2023-12-08T06:02:27.920317+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi061 2023-12-08T06:02:30.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:29 smithi118 bash[108248]: cluster 2023-12-08T06:02:28.788589+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2023-12-08T06:02:30.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:29 smithi118 bash[108248]: audit 2023-12-08T06:02:28.788764+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:30.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:29 smithi118 bash[108248]: audit 2023-12-08T06:02:29.320784+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_daemon_update\": \"2023-12-08T06:02:29.320118\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:30.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:29 smithi118 bash[108248]: audit 2023-12-08T06:02:29.324445+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}}, \"last_daemon_update\": \"2023-12-08T06:02:29.320118\", \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:30.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:29 smithi118 bash[108248]: audit 2023-12-08T06:02:29.386354+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:30.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:29 smithi118 bash[108248]: audit 2023-12-08T06:02:29.386866+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:30.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:29 smithi118 bash[108248]: audit 2023-12-08T06:02:29.389862+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319841\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319916\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319950\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.319980\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320009\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:29.320056\", \"created\": \"2023-12-08T06:02:15.234380\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_device_update\": \"2023-12-08T06:02:18.806430\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:30.401 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120155]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-08T06:02:30.401 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120155]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2023-12-08T06:02:30.401 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120155]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-08T06:02:30.401 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120155]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-12-08T06:02:30.401 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120155]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-08T06:02:30.401 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120155]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-08T06:02:30.402 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120155]: --> ceph-volume lvm activate successful for osd ID: 3 2023-12-08T06:02:30.800 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120079]: debug 2023-12-08T06:02:30.489+0000 7f4aaf629ec0 -1 osd.2 27 log_to_monitors {default=true} 2023-12-08T06:02:30.801 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[120079]: debug 2023-12-08T06:02:30.496+0000 7f4aa35fa700 -1 osd.2 27 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:30 smithi118 bash[108248]: cluster 2023-12-08T06:02:29.717586+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 2023-12-08T06:02:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:30 smithi118 bash[108248]: audit 2023-12-08T06:02:30.492146+0000 mon.c (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:30 smithi118 bash[108248]: audit 2023-12-08T06:02:30.492506+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:30 smithi118 bash[108248]: audit 2023-12-08T06:02:30.493146+0000 mon.c (mon.1) 17 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:30 smithi118 bash[108248]: audit 2023-12-08T06:02:30.493432+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:30 smithi118 bash[108248]: audit 2023-12-08T06:02:30.784664+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:30 smithi118 bash[108248]: audit 2023-12-08T06:02:30.787534+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:30 smithi118 bash[108248]: audit 2023-12-08T06:02:30.788049+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:31.093 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[108174]: cluster 2023-12-08T06:02:29.717586+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 2023-12-08T06:02:31.093 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[108174]: audit 2023-12-08T06:02:30.492146+0000 mon.c (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:31.093 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[108174]: audit 2023-12-08T06:02:30.492506+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:31.093 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[108174]: audit 2023-12-08T06:02:30.493146+0000 mon.c (mon.1) 17 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:31.093 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[108174]: audit 2023-12-08T06:02:30.493432+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:31.094 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[111590]: cluster 2023-12-08T06:02:29.717586+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 2023-12-08T06:02:31.094 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[111590]: audit 2023-12-08T06:02:30.492146+0000 mon.c (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:31.094 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[111590]: audit 2023-12-08T06:02:30.492506+0000 mon.a (mon.0) 378 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T06:02:31.094 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[111590]: audit 2023-12-08T06:02:30.493146+0000 mon.c (mon.1) 17 : audit [INF] from='osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:31.094 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[111590]: audit 2023-12-08T06:02:30.493432+0000 mon.a (mon.0) 379 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:31.094 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[108174]: audit 2023-12-08T06:02:30.784664+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:31.094 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[108174]: audit 2023-12-08T06:02:30.787534+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:31.094 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[108174]: audit 2023-12-08T06:02:30.788049+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:31.095 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[111590]: audit 2023-12-08T06:02:30.784664+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:31.095 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[111590]: audit 2023-12-08T06:02:30.787534+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:31.095 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:30 smithi061 bash[111590]: audit 2023-12-08T06:02:30.788049+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:31.144 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-08T06:02:31.144 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-08T06:02:31.144 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2023-12-08T06:02:31.144 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2023-12-08T06:02:31.144 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00813497 s, 1.3 GB/s 2023-12-08T06:02:31.144 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2023-12-08T06:02:31.401 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[120470]: debug 2023-12-08T06:02:31.172+0000 7f9b792e2ec0 -1 Falling back to public interface 2023-12-08T06:02:31.522 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_4 2023-12-08T06:02:31.806 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[120470]: debug 2023-12-08T06:02:31.732+0000 7f9b792e2ec0 -1 osd.3 0 log_to_monitors {default=true} 2023-12-08T06:02:32.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:31 smithi118 bash[108248]: cluster 2023-12-08T06:02:30.790005+0000 mon.a (mon.0) 383 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:32.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:31 smithi118 bash[108248]: cluster 2023-12-08T06:02:30.790023+0000 mon.a (mon.0) 384 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:32.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:31 smithi118 bash[108248]: cluster 2023-12-08T06:02:30.793392+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593] boot 2023-12-08T06:02:32.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:31 smithi118 bash[108248]: cluster 2023-12-08T06:02:30.793438+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-08T06:02:32.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:31 smithi118 bash[108248]: audit 2023-12-08T06:02:30.793885+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:32.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:31 smithi118 bash[108248]: audit 2023-12-08T06:02:30.794165+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:32.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:31 smithi118 bash[108248]: audit 2023-12-08T06:02:31.735763+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T06:02:32.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[108174]: cluster 2023-12-08T06:02:30.790005+0000 mon.a (mon.0) 383 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:32.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[108174]: cluster 2023-12-08T06:02:30.790023+0000 mon.a (mon.0) 384 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:32.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[108174]: cluster 2023-12-08T06:02:30.793392+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593] boot 2023-12-08T06:02:32.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[108174]: cluster 2023-12-08T06:02:30.793438+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-08T06:02:32.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[108174]: audit 2023-12-08T06:02:30.793885+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[108174]: audit 2023-12-08T06:02:30.794165+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[108174]: audit 2023-12-08T06:02:31.735763+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[111590]: cluster 2023-12-08T06:02:30.790005+0000 mon.a (mon.0) 383 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[111590]: cluster 2023-12-08T06:02:30.790023+0000 mon.a (mon.0) 384 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[111590]: cluster 2023-12-08T06:02:30.793392+0000 mon.a (mon.0) 385 : cluster [INF] osd.2 [v2:172.21.15.61:6818/102466593,v1:172.21.15.61:6819/102466593] boot 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[111590]: cluster 2023-12-08T06:02:30.793438+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[111590]: audit 2023-12-08T06:02:30.793885+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[111590]: audit 2023-12-08T06:02:30.794165+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:32.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:31 smithi061 bash[111590]: audit 2023-12-08T06:02:31.735763+0000 mon.a (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T06:02:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: cluster 2023-12-08T06:02:31.717896+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-08T06:02:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:31.800026+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T06:02:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: cluster 2023-12-08T06:02:31.800071+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-08T06:02:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:31.800906+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:33.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:31.801345+0000 mon.a (mon.0) 393 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:33.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:32.710268+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:33.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:32.710887+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:33.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:32.711728+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:33.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:32.770942+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:33.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:32.800718+0000 mon.a (mon.0) 398 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:33.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: cluster 2023-12-08T06:02:32.800765+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-08T06:02:33.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:32 smithi118 bash[108248]: audit 2023-12-08T06:02:32.800922+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:33.151 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[120470]: debug 2023-12-08T06:02:32.803+0000 7f9b5e08f700 -1 osd.3 0 waiting for initial osdmap 2023-12-08T06:02:33.151 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[120470]: debug 2023-12-08T06:02:32.811+0000 7f9b692ab700 -1 osd.3 32 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: cluster 2023-12-08T06:02:31.717896+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-08T06:02:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:31.800026+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T06:02:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: cluster 2023-12-08T06:02:31.800071+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:31.800906+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:31.801345+0000 mon.a (mon.0) 393 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:32.710268+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:32.710887+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:32.711728+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:32.770942+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:32.800718+0000 mon.a (mon.0) 398 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: cluster 2023-12-08T06:02:32.800765+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[108174]: audit 2023-12-08T06:02:32.800922+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: cluster 2023-12-08T06:02:31.717896+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:31.800026+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T06:02:33.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: cluster 2023-12-08T06:02:31.800071+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:31.800906+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:31.801345+0000 mon.a (mon.0) 393 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:32.710268+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:32.710887+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:32.711728+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:32.770942+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:32.800718+0000 mon.a (mon.0) 398 : audit [INF] from='osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]': finished 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: cluster 2023-12-08T06:02:32.800765+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2023-12-08T06:02:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:32 smithi061 bash[111590]: audit 2023-12-08T06:02:32.800922+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:33 smithi118 bash[108248]: audit 2023-12-08T06:02:32.709224+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:33 smithi118 bash[108248]: cephadm 2023-12-08T06:02:32.709975+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:33 smithi118 bash[108248]: cluster 2023-12-08T06:02:32.750481+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:33 smithi118 bash[108248]: cluster 2023-12-08T06:02:32.750517+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:33 smithi118 bash[108248]: audit 2023-12-08T06:02:32.985646+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:34.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:33 smithi118 bash[108248]: audit 2023-12-08T06:02:32.988544+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:34.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[108174]: audit 2023-12-08T06:02:32.709224+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:34.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[108174]: cephadm 2023-12-08T06:02:32.709975+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:34.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[108174]: cluster 2023-12-08T06:02:32.750481+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:34.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[108174]: cluster 2023-12-08T06:02:32.750517+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:34.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[111590]: audit 2023-12-08T06:02:32.709224+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:34.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[111590]: cephadm 2023-12-08T06:02:32.709975+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:34.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[111590]: cluster 2023-12-08T06:02:32.750481+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:34.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[111590]: cluster 2023-12-08T06:02:32.750517+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:34.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[108174]: audit 2023-12-08T06:02:32.985646+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:34.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[111590]: audit 2023-12-08T06:02:32.985646+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:02:34.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[111590]: audit 2023-12-08T06:02:32.988544+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:34.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:33 smithi061 bash[108174]: audit 2023-12-08T06:02:32.988544+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}}, \"last_daemon_update\": \"2023-12-08T06:02:30.783946\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:02:35.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: cluster 2023-12-08T06:02:33.718355+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2023-12-08T06:02:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: cluster 2023-12-08T06:02:33.808862+0000 mon.a (mon.0) 403 : cluster [INF] osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634] boot 2023-12-08T06:02:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: cluster 2023-12-08T06:02:33.808912+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2023-12-08T06:02:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: audit 2023-12-08T06:02:33.809517+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: audit 2023-12-08T06:02:34.145117+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.118:0/613218008' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]: dispatch 2023-12-08T06:02:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: audit 2023-12-08T06:02:34.145699+0000 mon.a (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]: dispatch 2023-12-08T06:02:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: audit 2023-12-08T06:02:34.150446+0000 mon.a (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]': finished 2023-12-08T06:02:35.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: cluster 2023-12-08T06:02:34.150513+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-08T06:02:35.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:34 smithi118 bash[108248]: audit 2023-12-08T06:02:34.150673+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: cluster 2023-12-08T06:02:33.718355+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2023-12-08T06:02:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: cluster 2023-12-08T06:02:33.808862+0000 mon.a (mon.0) 403 : cluster [INF] osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634] boot 2023-12-08T06:02:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: cluster 2023-12-08T06:02:33.808912+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2023-12-08T06:02:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: audit 2023-12-08T06:02:33.809517+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: audit 2023-12-08T06:02:34.145117+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.118:0/613218008' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]: dispatch 2023-12-08T06:02:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: audit 2023-12-08T06:02:34.145699+0000 mon.a (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]: dispatch 2023-12-08T06:02:35.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: audit 2023-12-08T06:02:34.150446+0000 mon.a (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]': finished 2023-12-08T06:02:35.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: cluster 2023-12-08T06:02:34.150513+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-08T06:02:35.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[108174]: audit 2023-12-08T06:02:34.150673+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:35.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: cluster 2023-12-08T06:02:33.718355+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2023-12-08T06:02:35.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: cluster 2023-12-08T06:02:33.808862+0000 mon.a (mon.0) 403 : cluster [INF] osd.3 [v2:172.21.15.61:6826/1393803634,v1:172.21.15.61:6827/1393803634] boot 2023-12-08T06:02:35.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: cluster 2023-12-08T06:02:33.808912+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2023-12-08T06:02:35.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: audit 2023-12-08T06:02:33.809517+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:02:35.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: audit 2023-12-08T06:02:34.145117+0000 mon.b (mon.2) 5 : audit [INF] from='client.? 172.21.15.118:0/613218008' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]: dispatch 2023-12-08T06:02:35.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: audit 2023-12-08T06:02:34.145699+0000 mon.a (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]: dispatch 2023-12-08T06:02:35.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: audit 2023-12-08T06:02:34.150446+0000 mon.a (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec3d1b09-21af-404c-8976-5cc44752d782"}]': finished 2023-12-08T06:02:35.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: cluster 2023-12-08T06:02:34.150513+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2023-12-08T06:02:35.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:34 smithi061 bash[111590]: audit 2023-12-08T06:02:34.150673+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:36.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:35 smithi118 bash[108248]: audit 2023-12-08T06:02:34.826662+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.118:0/3769791277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:36.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:35 smithi118 bash[108248]: cluster 2023-12-08T06:02:35.151114+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-08T06:02:36.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:35 smithi118 bash[108248]: audit 2023-12-08T06:02:35.151285+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:36.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:35 smithi061 bash[108174]: audit 2023-12-08T06:02:34.826662+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.118:0/3769791277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:36.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:35 smithi061 bash[108174]: cluster 2023-12-08T06:02:35.151114+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-08T06:02:36.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:35 smithi061 bash[108174]: audit 2023-12-08T06:02:35.151285+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:36.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:35 smithi061 bash[111590]: audit 2023-12-08T06:02:34.826662+0000 mon.b (mon.2) 6 : audit [DBG] from='client.? 172.21.15.118:0/3769791277' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:36.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:35 smithi061 bash[111590]: cluster 2023-12-08T06:02:35.151114+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2023-12-08T06:02:36.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:35 smithi061 bash[111590]: audit 2023-12-08T06:02:35.151285+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:37.004 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:36 smithi118 bash[108248]: cluster 2023-12-08T06:02:35.718680+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v83: 1 pgs: 1 peering; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:37.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:36 smithi061 bash[111590]: cluster 2023-12-08T06:02:35.718680+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v83: 1 pgs: 1 peering; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:37.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:36 smithi061 bash[108174]: cluster 2023-12-08T06:02:35.718680+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v83: 1 pgs: 1 peering; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:38.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:37 smithi118 bash[108248]: audit 2023-12-08T06:02:37.063703+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:38.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:37 smithi061 bash[111590]: audit 2023-12-08T06:02:37.063703+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:38.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:37 smithi061 bash[108174]: audit 2023-12-08T06:02:37.063703+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:38 smithi118 bash[108248]: cluster 2023-12-08T06:02:37.718943+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:38 smithi118 bash[108248]: audit 2023-12-08T06:02:38.560367+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:02:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:38 smithi118 bash[108248]: audit 2023-12-08T06:02:38.561222+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:38 smithi118 bash[108248]: audit 2023-12-08T06:02:38.562205+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-08T06:02:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:38 smithi061 bash[108174]: cluster 2023-12-08T06:02:37.718943+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:38 smithi061 bash[108174]: audit 2023-12-08T06:02:38.560367+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:02:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:38 smithi061 bash[108174]: audit 2023-12-08T06:02:38.561222+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:38 smithi061 bash[108174]: audit 2023-12-08T06:02:38.562205+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-08T06:02:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:38 smithi061 bash[111590]: cluster 2023-12-08T06:02:37.718943+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:38 smithi061 bash[111590]: audit 2023-12-08T06:02:38.560367+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:02:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:38 smithi061 bash[111590]: audit 2023-12-08T06:02:38.561222+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:38 smithi061 bash[111590]: audit 2023-12-08T06:02:38.562205+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-08T06:02:39.624 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 4 on host 'smithi118' 2023-12-08T06:02:40.023 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:39 smithi118 bash[108248]: cephadm 2023-12-08T06:02:38.561863+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Deploying daemon osd.4 on smithi118 2023-12-08T06:02:40.024 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:39 smithi118 bash[108248]: audit 2023-12-08T06:02:39.614676+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:40.024 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:39 smithi118 bash[108248]: audit 2023-12-08T06:02:39.615107+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:40.024 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:39 smithi118 bash[108248]: audit 2023-12-08T06:02:39.618224+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:40.025 DEBUG:teuthology.orchestra.run.smithi118:osd.4> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.4.service 2023-12-08T06:02:40.027 INFO:tasks.cephadm:Deploying osd.5 on smithi118 with /dev/vg_nvme/lv_3... 2023-12-08T06:02:40.027 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-08T06:02:40.056 INFO:journalctl@ceph.osd.4.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:02:40.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:39 smithi061 bash[108174]: cephadm 2023-12-08T06:02:38.561863+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Deploying daemon osd.4 on smithi118 2023-12-08T06:02:40.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:39 smithi061 bash[108174]: audit 2023-12-08T06:02:39.614676+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:40.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:39 smithi061 bash[108174]: audit 2023-12-08T06:02:39.615107+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:40.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:39 smithi061 bash[108174]: audit 2023-12-08T06:02:39.618224+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:40.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:39 smithi061 bash[111590]: cephadm 2023-12-08T06:02:38.561863+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Deploying daemon osd.4 on smithi118 2023-12-08T06:02:40.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:39 smithi061 bash[111590]: audit 2023-12-08T06:02:39.614676+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:40.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:39 smithi061 bash[111590]: audit 2023-12-08T06:02:39.615107+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:40.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:39 smithi061 bash[111590]: audit 2023-12-08T06:02:39.618224+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936657\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:01:39.936731\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_device_update\": \"2023-12-08T06:01:10.682926\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:40.274 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110440]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-08T06:02:40.274 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110440]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-12-08T06:02:40.274 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110440]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-08T06:02:40.274 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110440]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-12-08T06:02:40.274 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110440]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-08T06:02:40.274 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110440]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-08T06:02:40.274 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110440]: --> ceph-volume lvm activate successful for osd ID: 4 2023-12-08T06:02:41.090 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110737]: debug 2023-12-08T06:02:40.917+0000 7fd36adafec0 1 -- 172.21.15.118:0/4195127724 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x561ed5085400 msgr2=0x561ed5081f80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-08T06:02:41.090 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[110737]: debug 2023-12-08T06:02:40.917+0000 7fd36adafec0 1 --2- 172.21.15.118:0/4195127724 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x561ed5085400 0x561ed5081f80 secure :-1 s=READY pgs=17 cs=0 l=1 rx=0x561ed5017d10 tx=0x561ed5cf0aa0).stop 2023-12-08T06:02:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[108248]: cluster 2023-12-08T06:02:39.719206+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[108248]: audit 2023-12-08T06:02:40.740728+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[108248]: audit 2023-12-08T06:02:40.743620+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:40 smithi118 bash[108248]: audit 2023-12-08T06:02:40.744341+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:41.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:40 smithi061 bash[108174]: cluster 2023-12-08T06:02:39.719206+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:41.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:40 smithi061 bash[108174]: audit 2023-12-08T06:02:40.740728+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:41.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:40 smithi061 bash[108174]: audit 2023-12-08T06:02:40.743620+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:41.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:40 smithi061 bash[108174]: audit 2023-12-08T06:02:40.744341+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:41.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:40 smithi061 bash[111590]: cluster 2023-12-08T06:02:39.719206+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:41.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:40 smithi061 bash[111590]: audit 2023-12-08T06:02:40.740728+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:41.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:40 smithi061 bash[111590]: audit 2023-12-08T06:02:40.743620+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:41.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:40 smithi061 bash[111590]: audit 2023-12-08T06:02:40.744341+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:41.439 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:41 smithi118 bash[110737]: debug 2023-12-08T06:02:41.435+0000 7fd36adafec0 -1 Falling back to public interface 2023-12-08T06:02:41.697 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-08T06:02:41.697 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-08T06:02:41.697 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2023-12-08T06:02:41.698 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2023-12-08T06:02:41.698 INFO:teuthology.orchestra.run.smithi118.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00831716 s, 1.3 GB/s 2023-12-08T06:02:41.698 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2023-12-08T06:02:41.997 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:41 smithi118 bash[108248]: cluster 2023-12-08T06:02:41.719472+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:42.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:41 smithi061 bash[108174]: cluster 2023-12-08T06:02:41.719472+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:42.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:41 smithi061 bash[111590]: cluster 2023-12-08T06:02:41.719472+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:42.262 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:41 smithi118 bash[110737]: debug 2023-12-08T06:02:41.993+0000 7fd36adafec0 -1 osd.4 0 log_to_monitors {default=true} 2023-12-08T06:02:42.341 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_3 2023-12-08T06:02:43.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:42 smithi061 bash[108174]: audit 2023-12-08T06:02:41.997301+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:43.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:42 smithi061 bash[108174]: audit 2023-12-08T06:02:41.997781+0000 mon.a (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:43.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:42 smithi061 bash[111590]: audit 2023-12-08T06:02:41.997301+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:43.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:42 smithi061 bash[111590]: audit 2023-12-08T06:02:41.997781+0000 mon.a (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:43.274 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:42 smithi118 bash[108248]: audit 2023-12-08T06:02:41.997301+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:43.274 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:42 smithi118 bash[108248]: audit 2023-12-08T06:02:41.997781+0000 mon.a (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:42.853486+0000 mon.a (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T06:02:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: cluster 2023-12-08T06:02:42.853543+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-08T06:02:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:42.853701+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:42.853958+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:42.854276+0000 mon.a (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:43.459742+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:44.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:42.853486+0000 mon.a (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T06:02:44.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: cluster 2023-12-08T06:02:42.853543+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-08T06:02:44.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:42.853701+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:44.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:42.853958+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:44.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:42.854276+0000 mon.a (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:44.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:43.459742+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:44.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:43.647925+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:44.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:43.647925+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:44.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:43.651096+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:44.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: cluster 2023-12-08T06:02:43.719975+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:44.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:43.754771+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24245 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:44.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: cephadm 2023-12-08T06:02:43.755482+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:44.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:43.755784+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:44.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:43.756531+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:44.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[111590]: audit 2023-12-08T06:02:43.757678+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:44.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:43.651096+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:44.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: cluster 2023-12-08T06:02:43.719975+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:44.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:43.754771+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24245 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:44.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: cephadm 2023-12-08T06:02:43.755482+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:44.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:43.755784+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:44.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:43.756531+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:44.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:43 smithi061 bash[108174]: audit 2023-12-08T06:02:43.757678+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:44.194 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[110737]: debug 2023-12-08T06:02:43.855+0000 7fd353b64700 -1 osd.4 0 waiting for initial osdmap 2023-12-08T06:02:44.195 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[110737]: debug 2023-12-08T06:02:43.861+0000 7fd35ed80700 -1 osd.4 37 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:44.195 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:42.853486+0000 mon.a (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T06:02:44.195 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: cluster 2023-12-08T06:02:42.853543+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2023-12-08T06:02:44.195 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:42.853701+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:44.195 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:42.853958+0000 mon.b (mon.2) 8 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:44.195 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:42.854276+0000 mon.a (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:43.459742+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:43.647925+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:43.651096+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.740025\", \"created\": \"2023-12-08T06:02:39.580577\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:38.560046\"}}, \"last_daemon_update\": \"2023-12-08T06:02:40.740104\", \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: cluster 2023-12-08T06:02:43.719975+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:43.754771+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24245 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: cephadm 2023-12-08T06:02:43.755482+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:43.755784+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:43.756531+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:44.196 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:43 smithi118 bash[108248]: audit 2023-12-08T06:02:43.757678+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[108174]: cluster 2023-12-08T06:02:43.016915+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[108174]: cluster 2023-12-08T06:02:43.016954+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[108174]: audit 2023-12-08T06:02:43.854765+0000 mon.a (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:02:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[108174]: cluster 2023-12-08T06:02:43.854827+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-08T06:02:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[108174]: audit 2023-12-08T06:02:43.855428+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:45.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[111590]: cluster 2023-12-08T06:02:43.016915+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:45.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[111590]: cluster 2023-12-08T06:02:43.016954+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:45.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[111590]: audit 2023-12-08T06:02:43.854765+0000 mon.a (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:02:45.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[111590]: cluster 2023-12-08T06:02:43.854827+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-08T06:02:45.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:44 smithi061 bash[111590]: audit 2023-12-08T06:02:43.855428+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:45.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:44 smithi118 bash[108248]: cluster 2023-12-08T06:02:43.016915+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:45.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:44 smithi118 bash[108248]: cluster 2023-12-08T06:02:43.016954+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:45.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:44 smithi118 bash[108248]: audit 2023-12-08T06:02:43.854765+0000 mon.a (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:02:45.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:44 smithi118 bash[108248]: cluster 2023-12-08T06:02:43.854827+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2023-12-08T06:02:45.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:44 smithi118 bash[108248]: audit 2023-12-08T06:02:43.855428+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: cluster 2023-12-08T06:02:44.871838+0000 mon.a (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971] boot 2023-12-08T06:02:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: cluster 2023-12-08T06:02:44.871886+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-08T06:02:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: audit 2023-12-08T06:02:44.872045+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: audit 2023-12-08T06:02:45.249397+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.118:0/3505998021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]: dispatch 2023-12-08T06:02:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: audit 2023-12-08T06:02:45.249918+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]: dispatch 2023-12-08T06:02:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: audit 2023-12-08T06:02:45.257760+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]': finished 2023-12-08T06:02:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: cluster 2023-12-08T06:02:45.257820+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: audit 2023-12-08T06:02:45.257989+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[108174]: cluster 2023-12-08T06:02:45.720364+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: cluster 2023-12-08T06:02:44.871838+0000 mon.a (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971] boot 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: cluster 2023-12-08T06:02:44.871886+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: audit 2023-12-08T06:02:44.872045+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: audit 2023-12-08T06:02:45.249397+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.118:0/3505998021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]: dispatch 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: audit 2023-12-08T06:02:45.249918+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]: dispatch 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: audit 2023-12-08T06:02:45.257760+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]': finished 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: cluster 2023-12-08T06:02:45.257820+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2023-12-08T06:02:46.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: audit 2023-12-08T06:02:45.257989+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:46.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:45 smithi061 bash[111590]: cluster 2023-12-08T06:02:45.720364+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: cluster 2023-12-08T06:02:44.871838+0000 mon.a (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.118:6800/3679657971,v1:172.21.15.118:6801/3679657971] boot 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: cluster 2023-12-08T06:02:44.871886+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: audit 2023-12-08T06:02:44.872045+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: audit 2023-12-08T06:02:45.249397+0000 mon.b (mon.2) 9 : audit [INF] from='client.? 172.21.15.118:0/3505998021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]: dispatch 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: audit 2023-12-08T06:02:45.249918+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]: dispatch 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: audit 2023-12-08T06:02:45.257760+0000 mon.a (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04795882-5a4a-4210-8074-17e16764cd4f"}]': finished 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: cluster 2023-12-08T06:02:45.257820+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: audit 2023-12-08T06:02:45.257989+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:46.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:45 smithi118 bash[108248]: cluster 2023-12-08T06:02:45.720364+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2023-12-08T06:02:47.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:46 smithi061 bash[108174]: audit 2023-12-08T06:02:45.935554+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.118:0/2923372008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:47.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:46 smithi061 bash[111590]: audit 2023-12-08T06:02:45.935554+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.118:0/2923372008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:47.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:46 smithi118 bash[108248]: audit 2023-12-08T06:02:45.935554+0000 mon.b (mon.2) 10 : audit [DBG] from='client.? 172.21.15.118:0/2923372008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:02:48.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:47 smithi118 bash[108248]: cluster 2023-12-08T06:02:47.720800+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v93: 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 2023-12-08T06:02:48.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:47 smithi061 bash[108174]: cluster 2023-12-08T06:02:47.720800+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v93: 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 2023-12-08T06:02:48.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:47 smithi061 bash[111590]: cluster 2023-12-08T06:02:47.720800+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v93: 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 2023-12-08T06:02:49.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:48 smithi061 bash[108174]: audit 2023-12-08T06:02:48.177926+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:49.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:48 smithi061 bash[111590]: audit 2023-12-08T06:02:48.177926+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:49.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:48 smithi118 bash[108248]: audit 2023-12-08T06:02:48.177926+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:50.930 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:50 smithi118 bash[108248]: cluster 2023-12-08T06:02:49.721111+0000 mgr.y (mgr.14142) 92 : 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 2023-12-08T06:02:50.930 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:50 smithi118 bash[108248]: audit 2023-12-08T06:02:49.734635+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:02:50.930 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:50 smithi118 bash[108248]: audit 2023-12-08T06:02:49.735446+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:50.930 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:50 smithi118 bash[108248]: cephadm 2023-12-08T06:02:49.736045+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi118 2023-12-08T06:02:50.930 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:50 smithi118 bash[108248]: audit 2023-12-08T06:02:49.736325+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-08T06:02:50.931 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:50 smithi118 systemd[1]: Stopping Ceph osd.4 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:02:50.931 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:50 smithi118 bash[110737]: debug 2023-12-08T06:02:50.690+0000 7fd3625f7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:02:50.931 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:50 smithi118 bash[110737]: debug 2023-12-08T06:02:50.690+0000 7fd3625f7700 -1 osd.4 39 *** Got signal Terminated *** 2023-12-08T06:02:50.931 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:50 smithi118 bash[110737]: debug 2023-12-08T06:02:50.690+0000 7fd3625f7700 -1 osd.4 39 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:02:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[108174]: cluster 2023-12-08T06:02:49.721111+0000 mgr.y (mgr.14142) 92 : 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 2023-12-08T06:02:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[108174]: audit 2023-12-08T06:02:49.734635+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:02:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[108174]: audit 2023-12-08T06:02:49.735446+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[108174]: cephadm 2023-12-08T06:02:49.736045+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi118 2023-12-08T06:02:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[108174]: audit 2023-12-08T06:02:49.736325+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-08T06:02:51.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[111590]: cluster 2023-12-08T06:02:49.721111+0000 mgr.y (mgr.14142) 92 : 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 2023-12-08T06:02:51.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[111590]: audit 2023-12-08T06:02:49.734635+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:02:51.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[111590]: audit 2023-12-08T06:02:49.735446+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:51.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[111590]: cephadm 2023-12-08T06:02:49.736045+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi118 2023-12-08T06:02:51.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:50 smithi061 bash[111590]: audit 2023-12-08T06:02:49.736325+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2023-12-08T06:02:51.248 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:50 smithi118 podman[111893]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.4 2023-12-08T06:02:51.914 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:51 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.4.service: Succeeded. 2023-12-08T06:02:51.914 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:51 smithi118 systemd[1]: Stopped Ceph osd.4 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:02:51.914 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:51 smithi118 systemd[1]: Starting Ceph osd.4 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:02:51.914 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:51 smithi118 podman[112027]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.4" found: no such container 2023-12-08T06:02:51.914 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:51 smithi118 systemd[1]: Started Ceph osd.4 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:02:51.914 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.735572+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:51.914 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.735634+0000 mon.a (mon.0) 448 : cluster [INF] osd.4 failed (root=default,host=smithi118) (connection refused reported by osd.0) 2023-12-08T06:02:51.914 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.735805+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.735856+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.736002+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.736095+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.736244+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.736335+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.736503+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.736586+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.736776+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.936646+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.936814+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.936986+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.937208+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.937367+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.937524+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.915 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.937725+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.937933+0000 mon.a (mon.0) 465 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.938124+0000 mon.a (mon.0) 466 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:50.938336+0000 mon.a (mon.0) 467 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.337641+0000 mon.a (mon.0) 468 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.337823+0000 mon.a (mon.0) 469 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.337971+0000 mon.a (mon.0) 470 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.338203+0000 mon.a (mon.0) 471 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.338354+0000 mon.a (mon.0) 472 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.338560+0000 mon.a (mon.0) 473 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.338719+0000 mon.a (mon.0) 474 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.338919+0000 mon.a (mon.0) 475 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.339144+0000 mon.a (mon.0) 476 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:51.916 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:51 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.339349+0000 mon.a (mon.0) 477 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.735572+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.735634+0000 mon.a (mon.0) 448 : cluster [INF] osd.4 failed (root=default,host=smithi118) (connection refused reported by osd.0) 2023-12-08T06:02:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.735805+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.735856+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.736002+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.736095+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.736244+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.736335+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.736503+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.736586+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.736776+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.936646+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.936814+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.936986+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.937208+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.937367+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.937524+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.937725+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.937933+0000 mon.a (mon.0) 465 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.938124+0000 mon.a (mon.0) 466 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:50.938336+0000 mon.a (mon.0) 467 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.337641+0000 mon.a (mon.0) 468 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.337823+0000 mon.a (mon.0) 469 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.337971+0000 mon.a (mon.0) 470 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.338203+0000 mon.a (mon.0) 471 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.735572+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.735634+0000 mon.a (mon.0) 448 : cluster [INF] osd.4 failed (root=default,host=smithi118) (connection refused reported by osd.0) 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.735805+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.735856+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.736002+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.736095+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.736244+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.736335+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.736503+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.736586+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.736776+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.936646+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.936814+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.936986+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.937208+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.937367+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.937524+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.937725+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.937933+0000 mon.a (mon.0) 465 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.938124+0000 mon.a (mon.0) 466 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:50.938336+0000 mon.a (mon.0) 467 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.337641+0000 mon.a (mon.0) 468 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.337823+0000 mon.a (mon.0) 469 : cluster [DBG] osd.4 reported immediately failed by osd.0 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.337971+0000 mon.a (mon.0) 470 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.338203+0000 mon.a (mon.0) 471 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.338354+0000 mon.a (mon.0) 472 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.338560+0000 mon.a (mon.0) 473 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.338719+0000 mon.a (mon.0) 474 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.338919+0000 mon.a (mon.0) 475 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.339144+0000 mon.a (mon.0) 476 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.339349+0000 mon.a (mon.0) 477 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.338354+0000 mon.a (mon.0) 472 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.338560+0000 mon.a (mon.0) 473 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.338719+0000 mon.a (mon.0) 474 : cluster [DBG] osd.4 reported immediately failed by osd.3 2023-12-08T06:02:52.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.338919+0000 mon.a (mon.0) 475 : cluster [DBG] osd.4 reported immediately failed by osd.1 2023-12-08T06:02:52.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.339144+0000 mon.a (mon.0) 476 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:51 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.339349+0000 mon.a (mon.0) 477 : cluster [DBG] osd.4 reported immediately failed by osd.2 2023-12-08T06:02:52.248 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[112044]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-08T06:02:52.249 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[112044]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-12-08T06:02:52.249 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[112044]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-08T06:02:52.249 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[112044]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-12-08T06:02:52.249 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[112044]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-08T06:02:52.249 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[112044]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-08T06:02:52.249 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[112044]: --> ceph-volume lvm activate successful for osd ID: 4 2023-12-08T06:02:52.990 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.721482+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v95: 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 2023-12-08T06:02:52.990 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.724870+0000 mon.a (mon.0) 478 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:52.990 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.724919+0000 mon.a (mon.0) 479 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-08T06:02:52.990 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: cluster 2023-12-08T06:02:51.734256+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2023-12-08T06:02:52.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: audit 2023-12-08T06:02:51.734423+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:52.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: audit 2023-12-08T06:02:51.805691+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:52.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: audit 2023-12-08T06:02:51.806189+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:52.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: audit 2023-12-08T06:02:51.809125+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:52.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: audit 2023-12-08T06:02:51.810456+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:02:52.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: audit 2023-12-08T06:02:51.811648+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:52.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: cephadm 2023-12-08T06:02:51.812282+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi118 2023-12-08T06:02:52.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:52 smithi118 bash[108248]: audit 2023-12-08T06:02:51.812559+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-08T06:02:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.721482+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v95: 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 2023-12-08T06:02:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.724870+0000 mon.a (mon.0) 478 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.724919+0000 mon.a (mon.0) 479 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-08T06:02:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: cluster 2023-12-08T06:02:51.734256+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2023-12-08T06:02:53.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: audit 2023-12-08T06:02:51.734423+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.721482+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v95: 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 2023-12-08T06:02:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.724870+0000 mon.a (mon.0) 478 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:02:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.724919+0000 mon.a (mon.0) 479 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2023-12-08T06:02:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: cluster 2023-12-08T06:02:51.734256+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2023-12-08T06:02:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: audit 2023-12-08T06:02:51.734423+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: audit 2023-12-08T06:02:51.805691+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:53.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: audit 2023-12-08T06:02:51.806189+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: audit 2023-12-08T06:02:51.809125+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: audit 2023-12-08T06:02:51.810456+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: audit 2023-12-08T06:02:51.811648+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: cephadm 2023-12-08T06:02:51.812282+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi118 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[111590]: audit 2023-12-08T06:02:51.812559+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: audit 2023-12-08T06:02:51.805691+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: audit 2023-12-08T06:02:51.806189+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: audit 2023-12-08T06:02:51.809125+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:53.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: audit 2023-12-08T06:02:51.810456+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:02:53.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: audit 2023-12-08T06:02:51.811648+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:53.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: cephadm 2023-12-08T06:02:51.812282+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi118 2023-12-08T06:02:53.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:52 smithi061 bash[108174]: audit 2023-12-08T06:02:51.812559+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-08T06:02:53.196 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 4,5 on host 'smithi118' 2023-12-08T06:02:53.590 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112358]: debug 2023-12-08T06:02:53.224+0000 7ff852401ec0 1 -- 172.21.15.118:0/4064476668 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x5562f43ccc00 msgr2=0x5562f43c9680 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-08T06:02:53.590 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112358]: debug 2023-12-08T06:02:53.224+0000 7ff852401ec0 1 --2- 172.21.15.118:0/4064476668 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x5562f43ccc00 0x5562f43c9680 secure :-1 s=READY pgs=26 cs=0 l=1 rx=0x5562f435fd10 tx=0x5562f5038aa0).stop 2023-12-08T06:02:53.626 DEBUG:teuthology.orchestra.run.smithi118:osd.5> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.5.service 2023-12-08T06:02:53.629 INFO:tasks.cephadm:Deploying osd.6 on smithi118 with /dev/vg_nvme/lv_2... 2023-12-08T06:02:53.629 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-08T06:02:53.658 INFO:journalctl@ceph.osd.5.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:02:53.850 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112358]: debug 2023-12-08T06:02:53.747+0000 7ff852401ec0 -1 Falling back to public interface 2023-12-08T06:02:53.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[108248]: cluster 2023-12-08T06:02:52.735389+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-08T06:02:53.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[108248]: audit 2023-12-08T06:02:52.735566+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:53.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[108248]: audit 2023-12-08T06:02:53.188377+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:53.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[108248]: audit 2023-12-08T06:02:53.192030+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:53.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[108248]: audit 2023-12-08T06:02:53.270105+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:53.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[108248]: audit 2023-12-08T06:02:53.273559+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:53.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[108248]: audit 2023-12-08T06:02:53.274253+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[108174]: cluster 2023-12-08T06:02:52.735389+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-08T06:02:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[108174]: audit 2023-12-08T06:02:52.735566+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:54.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[111590]: cluster 2023-12-08T06:02:52.735389+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e41: 6 total, 4 up, 5 in 2023-12-08T06:02:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[111590]: audit 2023-12-08T06:02:52.735566+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:54.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[108174]: audit 2023-12-08T06:02:53.188377+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[111590]: audit 2023-12-08T06:02:53.188377+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[111590]: audit 2023-12-08T06:02:53.192030+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:54.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[108174]: audit 2023-12-08T06:02:53.192030+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739892\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:40.739987\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_device_update\": \"2023-12-08T06:02:43.647397\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:54.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[111590]: audit 2023-12-08T06:02:53.270105+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:54.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[111590]: audit 2023-12-08T06:02:53.273559+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:54.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[111590]: audit 2023-12-08T06:02:53.274253+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:54.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[108174]: audit 2023-12-08T06:02:53.270105+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:54.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[108174]: audit 2023-12-08T06:02:53.273559+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:54.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:53 smithi061 bash[108174]: audit 2023-12-08T06:02:53.274253+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:54.277 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112401]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-08T06:02:54.277 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112401]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-12-08T06:02:54.277 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112401]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-08T06:02:54.277 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112401]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-12-08T06:02:54.277 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112401]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-08T06:02:54.277 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112401]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-08T06:02:54.278 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:53 smithi118 bash[112401]: --> ceph-volume lvm activate successful for osd ID: 5 2023-12-08T06:02:54.589 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:54 smithi118 bash[112358]: debug 2023-12-08T06:02:54.307+0000 7ff852401ec0 -1 osd.4 39 log_to_monitors {default=true} 2023-12-08T06:02:54.590 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:02:54 smithi118 bash[112358]: debug 2023-12-08T06:02:54.315+0000 7ff8463d2700 -1 osd.4 39 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:55.025 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:54 smithi118 bash[108248]: cluster 2023-12-08T06:02:53.721919+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v98: 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 2023-12-08T06:02:55.026 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:54 smithi118 bash[108248]: audit 2023-12-08T06:02:54.311144+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:55.026 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:54 smithi118 bash[108248]: audit 2023-12-08T06:02:54.311509+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:55.026 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:54 smithi118 bash[108248]: audit 2023-12-08T06:02:54.312100+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:55.026 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:54 smithi118 bash[108248]: audit 2023-12-08T06:02:54.312403+0000 mon.a (mon.0) 496 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[111590]: cluster 2023-12-08T06:02:53.721919+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v98: 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 2023-12-08T06:02:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[111590]: audit 2023-12-08T06:02:54.311144+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[111590]: audit 2023-12-08T06:02:54.311509+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[111590]: audit 2023-12-08T06:02:54.312100+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[111590]: audit 2023-12-08T06:02:54.312403+0000 mon.a (mon.0) 496 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:55.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[108174]: cluster 2023-12-08T06:02:53.721919+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v98: 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 2023-12-08T06:02:55.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[108174]: audit 2023-12-08T06:02:54.311144+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:55.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[108174]: audit 2023-12-08T06:02:54.311509+0000 mon.a (mon.0) 495 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T06:02:55.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[108174]: audit 2023-12-08T06:02:54.312100+0000 mon.b (mon.2) 12 : audit [INF] from='osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:55.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:54 smithi061 bash[108174]: audit 2023-12-08T06:02:54.312403+0000 mon.a (mon.0) 496 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:55.394 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-08T06:02:55.394 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-08T06:02:55.394 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2023-12-08T06:02:55.394 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2023-12-08T06:02:55.395 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00839135 s, 1.2 GB/s 2023-12-08T06:02:55.395 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2023-12-08T06:02:55.728 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_2 2023-12-08T06:02:55.975 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:55 smithi118 bash[112815]: debug 2023-12-08T06:02:55.922+0000 7f0caf3efec0 -1 Falling back to public interface 2023-12-08T06:02:55.975 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:55 smithi118 bash[108248]: cluster 2023-12-08T06:02:55.273404+0000 mon.a (mon.0) 497 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:55.976 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:55 smithi118 bash[108248]: cluster 2023-12-08T06:02:55.273430+0000 mon.a (mon.0) 498 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-08T06:02:55.976 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:55 smithi118 bash[108248]: cluster 2023-12-08T06:02:55.273440+0000 mon.a (mon.0) 499 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:55.976 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:55 smithi118 bash[108248]: cluster 2023-12-08T06:02:55.281083+0000 mon.a (mon.0) 500 : cluster [INF] osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795] boot 2023-12-08T06:02:55.976 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:55 smithi118 bash[108248]: cluster 2023-12-08T06:02:55.281153+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-08T06:02:55.976 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:55 smithi118 bash[108248]: audit 2023-12-08T06:02:55.281430+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:55.976 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:55 smithi118 bash[108248]: audit 2023-12-08T06:02:55.281850+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:56.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[108174]: cluster 2023-12-08T06:02:55.273404+0000 mon.a (mon.0) 497 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:56.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[108174]: cluster 2023-12-08T06:02:55.273430+0000 mon.a (mon.0) 498 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-08T06:02:56.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[108174]: cluster 2023-12-08T06:02:55.273440+0000 mon.a (mon.0) 499 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:56.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[108174]: cluster 2023-12-08T06:02:55.281083+0000 mon.a (mon.0) 500 : cluster [INF] osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795] boot 2023-12-08T06:02:56.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[108174]: cluster 2023-12-08T06:02:55.281153+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-08T06:02:56.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[108174]: audit 2023-12-08T06:02:55.281430+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:56.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[108174]: audit 2023-12-08T06:02:55.281850+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:56.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[111590]: cluster 2023-12-08T06:02:55.273404+0000 mon.a (mon.0) 497 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:02:56.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[111590]: cluster 2023-12-08T06:02:55.273430+0000 mon.a (mon.0) 498 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2023-12-08T06:02:56.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[111590]: cluster 2023-12-08T06:02:55.273440+0000 mon.a (mon.0) 499 : cluster [INF] Cluster is now healthy 2023-12-08T06:02:56.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[111590]: cluster 2023-12-08T06:02:55.281083+0000 mon.a (mon.0) 500 : cluster [INF] osd.4 [v2:172.21.15.118:6800/2172220795,v1:172.21.15.118:6801/2172220795] boot 2023-12-08T06:02:56.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[111590]: cluster 2023-12-08T06:02:55.281153+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2023-12-08T06:02:56.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[111590]: audit 2023-12-08T06:02:55.281430+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:02:56.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:55 smithi061 bash[111590]: audit 2023-12-08T06:02:55.281850+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:56.751 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[112815]: debug 2023-12-08T06:02:56.484+0000 7f0caf3efec0 -1 osd.5 0 log_to_monitors {default=true} 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: cluster 2023-12-08T06:02:55.722365+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: cluster 2023-12-08T06:02:56.284679+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: audit 2023-12-08T06:02:56.284910+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: audit 2023-12-08T06:02:56.459171+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: audit 2023-12-08T06:02:56.487435+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: audit 2023-12-08T06:02:56.487820+0000 mon.a (mon.0) 507 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: audit 2023-12-08T06:02:56.650861+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: audit 2023-12-08T06:02:56.654918+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:56 smithi118 bash[108248]: audit 2023-12-08T06:02:56.656529+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: cluster 2023-12-08T06:02:55.722365+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-08T06:02:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: cluster 2023-12-08T06:02:56.284679+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-08T06:02:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: audit 2023-12-08T06:02:56.284910+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: audit 2023-12-08T06:02:56.459171+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:57.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: audit 2023-12-08T06:02:56.487435+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:02:57.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: audit 2023-12-08T06:02:56.487820+0000 mon.a (mon.0) 507 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:02:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: cluster 2023-12-08T06:02:55.722365+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2023-12-08T06:02:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: cluster 2023-12-08T06:02:56.284679+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2023-12-08T06:02:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: audit 2023-12-08T06:02:56.284910+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: audit 2023-12-08T06:02:56.459171+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: audit 2023-12-08T06:02:56.487435+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:02:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: audit 2023-12-08T06:02:56.487820+0000 mon.a (mon.0) 507 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:02:57.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: audit 2023-12-08T06:02:56.650861+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:57.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: audit 2023-12-08T06:02:56.654918+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:57.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[111590]: audit 2023-12-08T06:02:56.656529+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:57.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: audit 2023-12-08T06:02:56.650861+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:57.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: audit 2023-12-08T06:02:56.654918+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269295\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269386\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:53.269424\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:53.269510\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:57.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:56 smithi061 bash[108174]: audit 2023-12-08T06:02:56.656529+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.067596+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.068434+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.069623+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.286533+0000 mon.a (mon.0) 514 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: cluster 2023-12-08T06:02:57.286600+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.286741+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.287037+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.287305+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: cluster 2023-12-08T06:02:57.478215+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: cluster 2023-12-08T06:02:57.478258+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:57.800 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.687553+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"223064d4410f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686825\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:02:54.899565\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:57.686913\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:57.801 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:57 smithi118 bash[108248]: audit 2023-12-08T06:02:57.692990+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"223064d4410f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686825\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:02:54.899565\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:57.686913\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.067596+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.068434+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.069623+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.286533+0000 mon.a (mon.0) 514 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T06:02:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: cluster 2023-12-08T06:02:57.286600+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-08T06:02:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.286741+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:58.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.287037+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:58.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.287305+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:58.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: cluster 2023-12-08T06:02:57.478215+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:58.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: cluster 2023-12-08T06:02:57.478258+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.067596+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:02:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.068434+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:02:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.069623+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:02:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.286533+0000 mon.a (mon.0) 514 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: cluster 2023-12-08T06:02:57.286600+0000 mon.a (mon.0) 515 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.286741+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.287037+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.287305+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: cluster 2023-12-08T06:02:57.478215+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: cluster 2023-12-08T06:02:57.478258+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.687553+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"223064d4410f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686825\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:02:54.899565\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:57.686913\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[111590]: audit 2023-12-08T06:02:57.692990+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"223064d4410f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686825\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:02:54.899565\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:57.686913\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.687553+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"223064d4410f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686825\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:02:54.899565\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:57.686913\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:02:58.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:57 smithi061 bash[108174]: audit 2023-12-08T06:02:57.692990+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"223064d4410f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686825\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:02:54.899565\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:51.810206\"}}, \"last_daemon_update\": \"2023-12-08T06:02:57.686913\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:02:58.590 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[112815]: debug 2023-12-08T06:02:58.287+0000 7f0c981a4700 -1 osd.5 0 waiting for initial osdmap 2023-12-08T06:02:58.590 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[112815]: debug 2023-12-08T06:02:58.293+0000 7f0ca33c0700 -1 osd.5 45 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:02:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: audit 2023-12-08T06:02:57.066520+0000 mgr.y (mgr.14142) 98 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: cephadm 2023-12-08T06:02:57.067298+0000 mgr.y (mgr.14142) 99 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: cluster 2023-12-08T06:02:57.722715+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-08T06:02:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: audit 2023-12-08T06:02:58.285441+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:02:59.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: cluster 2023-12-08T06:02:58.285493+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-08T06:02:59.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: audit 2023-12-08T06:02:58.285647+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:59.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: audit 2023-12-08T06:02:58.570143+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.118:0/2237280112' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]: dispatch 2023-12-08T06:02:59.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: audit 2023-12-08T06:02:58.570549+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]: dispatch 2023-12-08T06:02:59.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: cluster 2023-12-08T06:02:58.574969+0000 mon.a (mon.0) 524 : cluster [INF] osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061] boot 2023-12-08T06:02:59.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: audit 2023-12-08T06:02:58.575014+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]': finished 2023-12-08T06:02:59.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: cluster 2023-12-08T06:02:58.575073+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2023-12-08T06:02:59.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: audit 2023-12-08T06:02:58.575212+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:59.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:58 smithi118 bash[108248]: audit 2023-12-08T06:02:58.575667+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:02:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: audit 2023-12-08T06:02:57.066520+0000 mgr.y (mgr.14142) 98 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: cephadm 2023-12-08T06:02:57.067298+0000 mgr.y (mgr.14142) 99 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: cluster 2023-12-08T06:02:57.722715+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-08T06:02:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: audit 2023-12-08T06:02:58.285441+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:02:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: cluster 2023-12-08T06:02:58.285493+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-08T06:02:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: audit 2023-12-08T06:02:58.285647+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: audit 2023-12-08T06:02:58.570143+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.118:0/2237280112' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]: dispatch 2023-12-08T06:02:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: audit 2023-12-08T06:02:58.570549+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]: dispatch 2023-12-08T06:02:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: cluster 2023-12-08T06:02:58.574969+0000 mon.a (mon.0) 524 : cluster [INF] osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061] boot 2023-12-08T06:02:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: audit 2023-12-08T06:02:58.575014+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]': finished 2023-12-08T06:02:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: cluster 2023-12-08T06:02:58.575073+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2023-12-08T06:02:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: audit 2023-12-08T06:02:58.575212+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:59.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[108174]: audit 2023-12-08T06:02:58.575667+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:02:59.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: audit 2023-12-08T06:02:57.066520+0000 mgr.y (mgr.14142) 98 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:02:59.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: cephadm 2023-12-08T06:02:57.067298+0000 mgr.y (mgr.14142) 99 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:02:59.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: cluster 2023-12-08T06:02:57.722715+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 442 GiB / 447 GiB avail 2023-12-08T06:02:59.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: audit 2023-12-08T06:02:58.285441+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:02:59.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: cluster 2023-12-08T06:02:58.285493+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e45: 6 total, 5 up, 5 in 2023-12-08T06:02:59.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: audit 2023-12-08T06:02:58.285647+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:59.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: audit 2023-12-08T06:02:58.570143+0000 mon.b (mon.2) 15 : audit [INF] from='client.? 172.21.15.118:0/2237280112' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]: dispatch 2023-12-08T06:02:59.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: audit 2023-12-08T06:02:58.570549+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]: dispatch 2023-12-08T06:02:59.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: cluster 2023-12-08T06:02:58.574969+0000 mon.a (mon.0) 524 : cluster [INF] osd.5 [v2:172.21.15.118:6808/3436580061,v1:172.21.15.118:6809/3436580061] boot 2023-12-08T06:02:59.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: audit 2023-12-08T06:02:58.575014+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b7ade142-4fa5-46a2-bb8e-31eab728dc4c"}]': finished 2023-12-08T06:02:59.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: cluster 2023-12-08T06:02:58.575073+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2023-12-08T06:02:59.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: audit 2023-12-08T06:02:58.575212+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:02:59.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:58 smithi061 bash[111590]: audit 2023-12-08T06:02:58.575667+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:00.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:59 smithi118 bash[108248]: audit 2023-12-08T06:02:59.280983+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.118:0/1180900656' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:03:00.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:59 smithi118 bash[108248]: cluster 2023-12-08T06:02:59.576384+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-08T06:03:00.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:02:59 smithi118 bash[108248]: audit 2023-12-08T06:02:59.576584+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:00.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:59 smithi061 bash[108174]: audit 2023-12-08T06:02:59.280983+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.118:0/1180900656' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:03:00.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:59 smithi061 bash[108174]: cluster 2023-12-08T06:02:59.576384+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-08T06:03:00.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:02:59 smithi061 bash[108174]: audit 2023-12-08T06:02:59.576584+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:00.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:59 smithi061 bash[111590]: audit 2023-12-08T06:02:59.280983+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.118:0/1180900656' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:03:00.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:59 smithi061 bash[111590]: cluster 2023-12-08T06:02:59.576384+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2023-12-08T06:03:00.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:02:59 smithi061 bash[111590]: audit 2023-12-08T06:02:59.576584+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:01.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:00 smithi118 bash[108248]: cluster 2023-12-08T06:02:59.723044+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v107: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:00 smithi118 bash[108248]: cluster 2023-12-08T06:03:00.720582+0000 mon.a (mon.0) 531 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-08T06:03:01.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:00 smithi061 bash[108174]: cluster 2023-12-08T06:02:59.723044+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v107: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:01.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:00 smithi061 bash[108174]: cluster 2023-12-08T06:03:00.720582+0000 mon.a (mon.0) 531 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-08T06:03:01.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:00 smithi061 bash[111590]: cluster 2023-12-08T06:02:59.723044+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v107: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:01.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:00 smithi061 bash[111590]: cluster 2023-12-08T06:03:00.720582+0000 mon.a (mon.0) 531 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-08T06:03:02.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:01 smithi118 bash[108248]: audit 2023-12-08T06:03:01.533556+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:02.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:01 smithi061 bash[108174]: audit 2023-12-08T06:03:01.533556+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:01 smithi061 bash[111590]: audit 2023-12-08T06:03:01.533556+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:03.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:02 smithi118 bash[108248]: cluster 2023-12-08T06:03:01.723549+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:03.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:02 smithi061 bash[111590]: cluster 2023-12-08T06:03:01.723549+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:02 smithi061 bash[108174]: cluster 2023-12-08T06:03:01.723549+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:04.086 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:03 smithi118 bash[108248]: audit 2023-12-08T06:03:03.174431+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:03:04.086 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:03 smithi118 bash[108248]: audit 2023-12-08T06:03:03.175262+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:04.086 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:03 smithi118 bash[108248]: audit 2023-12-08T06:03:03.176216+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-08T06:03:04.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:03 smithi061 bash[111590]: audit 2023-12-08T06:03:03.174431+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:03:04.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:03 smithi061 bash[111590]: audit 2023-12-08T06:03:03.175262+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:04.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:03 smithi061 bash[111590]: audit 2023-12-08T06:03:03.176216+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-08T06:03:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:03 smithi061 bash[108174]: audit 2023-12-08T06:03:03.174431+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:03:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:03 smithi061 bash[108174]: audit 2023-12-08T06:03:03.175262+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:03 smithi061 bash[108174]: audit 2023-12-08T06:03:03.176216+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2023-12-08T06:03:04.337 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:04 smithi118 systemd[1]: Stopping Ceph osd.5 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:03:04.337 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[112815]: debug 2023-12-08T06:03:04.154+0000 7f0ca6c37700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:03:04.337 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[112815]: debug 2023-12-08T06:03:04.154+0000 7f0ca6c37700 -1 osd.5 47 *** Got signal Terminated *** 2023-12-08T06:03:04.337 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[112815]: debug 2023-12-08T06:03:04.154+0000 7f0ca6c37700 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:03:04.590 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:04 smithi118 podman[114023]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.5 2023-12-08T06:03:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cephadm 2023-12-08T06:03:03.175898+0000 mgr.y (mgr.14142) 103 : cephadm [INF] Deploying daemon osd.5 on smithi118 2023-12-08T06:03:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:03.724033+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.192673+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.192723+0000 mon.a (mon.0) 537 : cluster [INF] osd.5 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2023-12-08T06:03:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.192914+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.193040+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.193150+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.193238+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.193350+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.193435+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.193576+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.193670+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.393233+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.393482+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.393679+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.393829+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.394030+0000 mon.a (mon.0) 550 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.394247+0000 mon.a (mon.0) 551 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.394404+0000 mon.a (mon.0) 552 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.394618+0000 mon.a (mon.0) 553 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.394833+0000 mon.a (mon.0) 554 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.395031+0000 mon.a (mon.0) 555 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:04 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.395243+0000 mon.a (mon.0) 556 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cephadm 2023-12-08T06:03:03.175898+0000 mgr.y (mgr.14142) 103 : cephadm [INF] Deploying daemon osd.5 on smithi118 2023-12-08T06:03:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:03.724033+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.192673+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.192723+0000 mon.a (mon.0) 537 : cluster [INF] osd.5 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2023-12-08T06:03:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.192914+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.193040+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.193150+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.193238+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.193350+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.193435+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.193576+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.193670+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.393233+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.393482+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.393679+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.393829+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.394030+0000 mon.a (mon.0) 550 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.394247+0000 mon.a (mon.0) 551 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.394404+0000 mon.a (mon.0) 552 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.394618+0000 mon.a (mon.0) 553 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.394833+0000 mon.a (mon.0) 554 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.395031+0000 mon.a (mon.0) 555 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.395243+0000 mon.a (mon.0) 556 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cephadm 2023-12-08T06:03:03.175898+0000 mgr.y (mgr.14142) 103 : cephadm [INF] Deploying daemon osd.5 on smithi118 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:03.724033+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.192673+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.192723+0000 mon.a (mon.0) 537 : cluster [INF] osd.5 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.192914+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.193040+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.193150+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.193238+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.193350+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.193435+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.193576+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.193670+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.393233+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.393482+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.393679+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.393829+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.3 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.394030+0000 mon.a (mon.0) 550 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.394247+0000 mon.a (mon.0) 551 : cluster [DBG] osd.5 reported immediately failed by osd.4 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.394404+0000 mon.a (mon.0) 552 : cluster [DBG] osd.5 reported immediately failed by osd.0 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.394618+0000 mon.a (mon.0) 553 : cluster [DBG] osd.5 reported immediately failed by osd.1 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.394833+0000 mon.a (mon.0) 554 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.395031+0000 mon.a (mon.0) 555 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:04 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.395243+0000 mon.a (mon.0) 556 : cluster [DBG] osd.5 reported immediately failed by osd.2 2023-12-08T06:03:05.440 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.5.service: Succeeded. 2023-12-08T06:03:05.440 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 systemd[1]: Stopped Ceph osd.5 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:03:05.441 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 systemd[1]: Starting Ceph osd.5 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:03:05.441 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 podman[114159]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.5" found: no such container 2023-12-08T06:03:05.441 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 systemd[1]: Started Ceph osd.5 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:03:06.090 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[114175]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-08T06:03:06.090 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[114175]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-12-08T06:03:06.090 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[114175]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-08T06:03:06.090 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[114175]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-12-08T06:03:06.090 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[114175]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-08T06:03:06.090 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[114175]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-08T06:03:06.090 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[114175]: --> ceph-volume lvm activate successful for osd ID: 5 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.772112+0000 mon.a (mon.0) 557 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: cluster 2023-12-08T06:03:04.781060+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: audit 2023-12-08T06:03:04.781853+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: audit 2023-12-08T06:03:05.344862+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: audit 2023-12-08T06:03:05.345314+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: audit 2023-12-08T06:03:05.348297+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: audit 2023-12-08T06:03:05.349430+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: audit 2023-12-08T06:03:05.350697+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:05 smithi118 bash[108248]: audit 2023-12-08T06:03:05.351611+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-08T06:03:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.772112+0000 mon.a (mon.0) 557 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:03:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: cluster 2023-12-08T06:03:04.781060+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2023-12-08T06:03:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: audit 2023-12-08T06:03:04.781853+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.772112+0000 mon.a (mon.0) 557 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:03:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: cluster 2023-12-08T06:03:04.781060+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2023-12-08T06:03:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: audit 2023-12-08T06:03:04.781853+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: audit 2023-12-08T06:03:05.344862+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: audit 2023-12-08T06:03:05.345314+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:06.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: audit 2023-12-08T06:03:05.344862+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:06.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: audit 2023-12-08T06:03:05.345314+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:06.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: audit 2023-12-08T06:03:05.348297+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:06.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: audit 2023-12-08T06:03:05.349430+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:03:06.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: audit 2023-12-08T06:03:05.350697+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:06.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[111590]: audit 2023-12-08T06:03:05.351611+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-08T06:03:06.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: audit 2023-12-08T06:03:05.348297+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686658\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686753\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:57.686790\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:06.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: audit 2023-12-08T06:03:05.349430+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:03:06.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: audit 2023-12-08T06:03:05.350697+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:06.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:05 smithi061 bash[108174]: audit 2023-12-08T06:03:05.351611+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-08T06:03:06.929 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 5,6 on host 'smithi118' 2023-12-08T06:03:06.963 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:06 smithi118 bash[108248]: cephadm 2023-12-08T06:03:05.351302+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.6 on smithi118 2023-12-08T06:03:06.963 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:06 smithi118 bash[108248]: cluster 2023-12-08T06:03:05.724446+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v111: 1 pgs: 1 stale+peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:06.963 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:06 smithi118 bash[108248]: cluster 2023-12-08T06:03:05.797196+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-08T06:03:06.963 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:06 smithi118 bash[108248]: audit 2023-12-08T06:03:05.797367+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:06.964 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:06 smithi118 bash[114491]: debug 2023-12-08T06:03:06.846+0000 7f70d951eec0 1 -- 172.21.15.118:0/2630474495 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x55ccb121b400 msgr2=0x55ccb1217f80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-08T06:03:06.964 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:06 smithi118 bash[114491]: debug 2023-12-08T06:03:06.846+0000 7f70d951eec0 1 --2- 172.21.15.118:0/2630474495 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x55ccb121b400 0x55ccb1217f80 secure :-1 s=READY pgs=37 cs=0 l=1 rx=0x55ccb11add10 tx=0x55ccb1e86aa0).stop 2023-12-08T06:03:06.964 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:06 smithi118 bash[108248]: audit 2023-12-08T06:03:06.602065+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_daemon_update\": \"2023-12-08T06:03:06.601375\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:06.964 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:06 smithi118 bash[108248]: audit 2023-12-08T06:03:06.607163+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_daemon_update\": \"2023-12-08T06:03:06.601375\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[108174]: cephadm 2023-12-08T06:03:05.351302+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.6 on smithi118 2023-12-08T06:03:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[108174]: cluster 2023-12-08T06:03:05.724446+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v111: 1 pgs: 1 stale+peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[108174]: cluster 2023-12-08T06:03:05.797196+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-08T06:03:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[108174]: audit 2023-12-08T06:03:05.797367+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[111590]: cephadm 2023-12-08T06:03:05.351302+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.6 on smithi118 2023-12-08T06:03:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[111590]: cluster 2023-12-08T06:03:05.724446+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v111: 1 pgs: 1 stale+peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2023-12-08T06:03:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[111590]: cluster 2023-12-08T06:03:05.797196+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2023-12-08T06:03:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[111590]: audit 2023-12-08T06:03:05.797367+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[111590]: audit 2023-12-08T06:03:06.602065+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_daemon_update\": \"2023-12-08T06:03:06.601375\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[111590]: audit 2023-12-08T06:03:06.607163+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_daemon_update\": \"2023-12-08T06:03:06.601375\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:07.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[108174]: audit 2023-12-08T06:03:06.602065+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_daemon_update\": \"2023-12-08T06:03:06.601375\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:07.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:06 smithi061 bash[108174]: audit 2023-12-08T06:03:06.607163+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}}, \"last_daemon_update\": \"2023-12-08T06:03:06.601375\", \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:07.438 DEBUG:teuthology.orchestra.run.smithi118:osd.6> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.6.service 2023-12-08T06:03:07.440 INFO:tasks.cephadm:Deploying osd.7 on smithi118 with /dev/vg_nvme/lv_1... 2023-12-08T06:03:07.440 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-08T06:03:07.472 INFO:journalctl@ceph.osd.6.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:03:07.589 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:07 smithi118 bash[114491]: debug 2023-12-08T06:03:07.372+0000 7f70d951eec0 -1 Falling back to public interface 2023-12-08T06:03:08.018 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:07 smithi118 bash[114491]: debug 2023-12-08T06:03:07.941+0000 7f70d951eec0 -1 osd.5 47 log_to_monitors {default=true} 2023-12-08T06:03:08.018 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:07 smithi118 bash[114491]: debug 2023-12-08T06:03:07.948+0000 7f70cd4ef700 -1 osd.5 47 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:03:08.019 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:07 smithi118 bash[108248]: audit 2023-12-08T06:03:06.920582+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:08.019 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:07 smithi118 bash[108248]: audit 2023-12-08T06:03:06.921064+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:08.019 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:07 smithi118 bash[108248]: audit 2023-12-08T06:03:06.923892+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:07 smithi061 bash[111590]: audit 2023-12-08T06:03:06.920582+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:07 smithi061 bash[111590]: audit 2023-12-08T06:03:06.921064+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:08.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:07 smithi061 bash[111590]: audit 2023-12-08T06:03:06.923892+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:08.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:07 smithi061 bash[108174]: audit 2023-12-08T06:03:06.920582+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:08.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:07 smithi061 bash[108174]: audit 2023-12-08T06:03:06.921064+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:08.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:07 smithi061 bash[108174]: audit 2023-12-08T06:03:06.923892+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601112\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601223\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601261\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:06.601294\", \"created\": \"2023-12-08T06:02:53.154284\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_device_update\": \"2023-12-08T06:02:56.650276\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:08.909 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: cluster 2023-12-08T06:03:07.724965+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v113: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:08.909 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: cluster 2023-12-08T06:03:07.921842+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:03:08.909 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: cluster 2023-12-08T06:03:07.921870+0000 mon.a (mon.0) 574 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-08T06:03:08.909 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: audit 2023-12-08T06:03:07.946016+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:03:08.909 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: audit 2023-12-08T06:03:07.946357+0000 mon.a (mon.0) 575 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:03:08.909 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: audit 2023-12-08T06:03:07.946849+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:08.909 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: audit 2023-12-08T06:03:07.947080+0000 mon.a (mon.0) 576 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:08.909 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: audit 2023-12-08T06:03:08.587116+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:08.910 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: audit 2023-12-08T06:03:08.590422+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:08.910 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[108248]: audit 2023-12-08T06:03:08.591267+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:09.087 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-08T06:03:09.087 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-08T06:03:09.088 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2023-12-08T06:03:09.088 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2023-12-08T06:03:09.088 INFO:teuthology.orchestra.run.smithi118.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0102105 s, 1.0 GB/s 2023-12-08T06:03:09.088 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2023-12-08T06:03:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: cluster 2023-12-08T06:03:07.724965+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v113: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: cluster 2023-12-08T06:03:07.921842+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:03:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: cluster 2023-12-08T06:03:07.921870+0000 mon.a (mon.0) 574 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-08T06:03:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: audit 2023-12-08T06:03:07.946016+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:03:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: audit 2023-12-08T06:03:07.946357+0000 mon.a (mon.0) 575 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:03:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: audit 2023-12-08T06:03:07.946849+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: audit 2023-12-08T06:03:07.947080+0000 mon.a (mon.0) 576 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: cluster 2023-12-08T06:03:07.724965+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v113: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: cluster 2023-12-08T06:03:07.921842+0000 mon.a (mon.0) 573 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:03:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: cluster 2023-12-08T06:03:07.921870+0000 mon.a (mon.0) 574 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: audit 2023-12-08T06:03:07.946016+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: audit 2023-12-08T06:03:07.946357+0000 mon.a (mon.0) 575 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: audit 2023-12-08T06:03:07.946849+0000 mon.b (mon.2) 18 : audit [INF] from='osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: audit 2023-12-08T06:03:07.947080+0000 mon.a (mon.0) 576 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: audit 2023-12-08T06:03:08.587116+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: audit 2023-12-08T06:03:08.590422+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[111590]: audit 2023-12-08T06:03:08.591267+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: audit 2023-12-08T06:03:08.587116+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: audit 2023-12-08T06:03:08.590422+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/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\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:09.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:08 smithi061 bash[108174]: audit 2023-12-08T06:03:08.591267+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:09.340 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:08 smithi118 bash[114884]: debug 2023-12-08T06:03:08.946+0000 7f862c811ec0 -1 Falling back to public interface 2023-12-08T06:03:09.575 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_1 2023-12-08T06:03:09.679 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:09 smithi118 bash[114884]: debug 2023-12-08T06:03:09.500+0000 7f862c811ec0 -1 osd.6 0 log_to_monitors {default=true} 2023-12-08T06:03:10.046 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:09 smithi118 bash[108248]: cluster 2023-12-08T06:03:08.923475+0000 mon.a (mon.0) 580 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:03:10.047 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:09 smithi118 bash[108248]: cluster 2023-12-08T06:03:08.927801+0000 mon.a (mon.0) 581 : cluster [INF] osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715] boot 2023-12-08T06:03:10.047 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:09 smithi118 bash[108248]: cluster 2023-12-08T06:03:08.927875+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-08T06:03:10.047 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:09 smithi118 bash[108248]: audit 2023-12-08T06:03:08.928048+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:03:10.047 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:09 smithi118 bash[108248]: audit 2023-12-08T06:03:08.928487+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:10.047 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:09 smithi118 bash[108248]: audit 2023-12-08T06:03:09.504102+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:10.047 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:09 smithi118 bash[108248]: audit 2023-12-08T06:03:09.504390+0000 mon.a (mon.0) 585 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:10.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[108174]: cluster 2023-12-08T06:03:08.923475+0000 mon.a (mon.0) 580 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:03:10.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[108174]: cluster 2023-12-08T06:03:08.927801+0000 mon.a (mon.0) 581 : cluster [INF] osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715] boot 2023-12-08T06:03:10.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[108174]: cluster 2023-12-08T06:03:08.927875+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-08T06:03:10.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[108174]: audit 2023-12-08T06:03:08.928048+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:03:10.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[108174]: audit 2023-12-08T06:03:08.928487+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:10.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[108174]: audit 2023-12-08T06:03:09.504102+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:10.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[108174]: audit 2023-12-08T06:03:09.504390+0000 mon.a (mon.0) 585 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:10.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[111590]: cluster 2023-12-08T06:03:08.923475+0000 mon.a (mon.0) 580 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:03:10.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[111590]: cluster 2023-12-08T06:03:08.927801+0000 mon.a (mon.0) 581 : cluster [INF] osd.5 [v2:172.21.15.118:6808/1711547715,v1:172.21.15.118:6809/1711547715] boot 2023-12-08T06:03:10.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[111590]: cluster 2023-12-08T06:03:08.927875+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2023-12-08T06:03:10.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[111590]: audit 2023-12-08T06:03:08.928048+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:03:10.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[111590]: audit 2023-12-08T06:03:08.928487+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:10.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[111590]: audit 2023-12-08T06:03:09.504102+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:10.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:09 smithi061 bash[111590]: audit 2023-12-08T06:03:09.504390+0000 mon.a (mon.0) 585 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:11.089 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:10 smithi118 bash[114884]: debug 2023-12-08T06:03:10.932+0000 7f86115be700 -1 osd.6 0 waiting for initial osdmap 2023-12-08T06:03:11.090 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:10 smithi118 bash[114884]: debug 2023-12-08T06:03:10.939+0000 7f861c7da700 -1 osd.6 52 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:03:11.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:10 smithi118 bash[108248]: cluster 2023-12-08T06:03:09.725294+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:11.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:10 smithi118 bash[108248]: audit 2023-12-08T06:03:09.928862+0000 mon.a (mon.0) 586 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T06:03:11.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:10 smithi118 bash[108248]: cluster 2023-12-08T06:03:09.928927+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-08T06:03:11.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:10 smithi118 bash[108248]: audit 2023-12-08T06:03:09.929084+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:11.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:10 smithi118 bash[108248]: audit 2023-12-08T06:03:09.929409+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:11.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:10 smithi118 bash[108248]: audit 2023-12-08T06:03:09.929709+0000 mon.a (mon.0) 589 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[108174]: cluster 2023-12-08T06:03:09.725294+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[108174]: audit 2023-12-08T06:03:09.928862+0000 mon.a (mon.0) 586 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T06:03:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[108174]: cluster 2023-12-08T06:03:09.928927+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-08T06:03:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[108174]: audit 2023-12-08T06:03:09.929084+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[108174]: audit 2023-12-08T06:03:09.929409+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[108174]: audit 2023-12-08T06:03:09.929709+0000 mon.a (mon.0) 589 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:11.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[111590]: cluster 2023-12-08T06:03:09.725294+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v115: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:11.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[111590]: audit 2023-12-08T06:03:09.928862+0000 mon.a (mon.0) 586 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T06:03:11.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[111590]: cluster 2023-12-08T06:03:09.928927+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2023-12-08T06:03:11.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[111590]: audit 2023-12-08T06:03:09.929084+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:11.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[111590]: audit 2023-12-08T06:03:09.929409+0000 mon.b (mon.2) 20 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:11.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:10 smithi061 bash[111590]: audit 2023-12-08T06:03:09.929709+0000 mon.a (mon.0) 589 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: cluster 2023-12-08T06:03:10.512117+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:03:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: cluster 2023-12-08T06:03:10.512162+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:03:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:10.931509+0000 mon.a (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:03:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: cluster 2023-12-08T06:03:10.931559+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-08T06:03:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:10.931742+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:10.981658+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:11.165149+0000 mgr.y (mgr.14142) 109 : audit [DBG] from='client.24311 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:12.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:11.165312+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:12.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: cephadm 2023-12-08T06:03:11.165990+0000 mgr.y (mgr.14142) 110 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:03:12.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:11.166241+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:03:12.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:11.169389+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:12.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:11.169618+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:12.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: audit 2023-12-08T06:03:11.172194+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:12.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:11 smithi118 bash[108248]: cluster 2023-12-08T06:03:11.725823+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v118: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:12.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: cluster 2023-12-08T06:03:10.512117+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:03:12.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: cluster 2023-12-08T06:03:10.512162+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:03:12.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:10.931509+0000 mon.a (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:03:12.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: cluster 2023-12-08T06:03:10.931559+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-08T06:03:12.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:10.931742+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:12.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:10.981658+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:12.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:11.165149+0000 mgr.y (mgr.14142) 109 : audit [DBG] from='client.24311 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:12.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: cluster 2023-12-08T06:03:10.512117+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:03:12.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: cluster 2023-12-08T06:03:10.512162+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:03:12.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:10.931509+0000 mon.a (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:03:12.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: cluster 2023-12-08T06:03:10.931559+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2023-12-08T06:03:12.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:10.931742+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:12.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:10.981658+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:12.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:11.165149+0000 mgr.y (mgr.14142) 109 : audit [DBG] from='client.24311 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:12.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:11.165312+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:12.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: cephadm 2023-12-08T06:03:11.165990+0000 mgr.y (mgr.14142) 110 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:03:12.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:11.166241+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:03:12.404 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:11.165312+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:12.404 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: cephadm 2023-12-08T06:03:11.165990+0000 mgr.y (mgr.14142) 110 : cephadm [INF] Applying osd on host smithi118... 2023-12-08T06:03:12.404 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:11.166241+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T06:03:12.405 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:11.169389+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:12.405 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:11.169618+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:12.405 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: audit 2023-12-08T06:03:11.172194+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:12.405 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[111590]: cluster 2023-12-08T06:03:11.725823+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v118: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:12.405 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:11.169389+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"55cea33cbed0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586288\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:08.038124\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:05.349193\"}}, \"last_daemon_update\": \"2023-12-08T06:03:08.586387\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:12.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:11.169618+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:12.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: audit 2023-12-08T06:03:11.172194+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:12.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:11 smithi061 bash[108174]: cluster 2023-12-08T06:03:11.725823+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v118: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:13.089 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[114491]: debug 2023-12-08T06:03:12.691+0000 7f70b74c3700 -1 osd.5 54 build_incremental_map_msg missing incremental map 54 2023-12-08T06:03:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[108248]: cluster 2023-12-08T06:03:11.932743+0000 mon.a (mon.0) 599 : cluster [INF] osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412] boot 2023-12-08T06:03:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[108248]: cluster 2023-12-08T06:03:11.932800+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e53: 7 total, 7 up, 7 in 2023-12-08T06:03:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[108248]: audit 2023-12-08T06:03:11.933380+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[108248]: audit 2023-12-08T06:03:12.683796+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.118:0/2819688790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]: dispatch 2023-12-08T06:03:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[108248]: audit 2023-12-08T06:03:12.684185+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]: dispatch 2023-12-08T06:03:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[108248]: audit 2023-12-08T06:03:12.690802+0000 mon.a (mon.0) 603 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]': finished 2023-12-08T06:03:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[108248]: cluster 2023-12-08T06:03:12.690846+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-08T06:03:13.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:12 smithi118 bash[108248]: audit 2023-12-08T06:03:12.690960+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:13.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[108174]: cluster 2023-12-08T06:03:11.932743+0000 mon.a (mon.0) 599 : cluster [INF] osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412] boot 2023-12-08T06:03:13.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[108174]: cluster 2023-12-08T06:03:11.932800+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e53: 7 total, 7 up, 7 in 2023-12-08T06:03:13.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[108174]: audit 2023-12-08T06:03:11.933380+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:13.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[108174]: audit 2023-12-08T06:03:12.683796+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.118:0/2819688790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]: dispatch 2023-12-08T06:03:13.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[108174]: audit 2023-12-08T06:03:12.684185+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]: dispatch 2023-12-08T06:03:13.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[108174]: audit 2023-12-08T06:03:12.690802+0000 mon.a (mon.0) 603 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]': finished 2023-12-08T06:03:13.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[108174]: cluster 2023-12-08T06:03:12.690846+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-08T06:03:13.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[108174]: audit 2023-12-08T06:03:12.690960+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:13.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[111590]: cluster 2023-12-08T06:03:11.932743+0000 mon.a (mon.0) 599 : cluster [INF] osd.6 [v2:172.21.15.118:6816/3250845412,v1:172.21.15.118:6817/3250845412] boot 2023-12-08T06:03:13.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[111590]: cluster 2023-12-08T06:03:11.932800+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e53: 7 total, 7 up, 7 in 2023-12-08T06:03:13.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[111590]: audit 2023-12-08T06:03:11.933380+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:13.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[111590]: audit 2023-12-08T06:03:12.683796+0000 mon.b (mon.2) 21 : audit [INF] from='client.? 172.21.15.118:0/2819688790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]: dispatch 2023-12-08T06:03:13.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[111590]: audit 2023-12-08T06:03:12.684185+0000 mon.a (mon.0) 602 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]: dispatch 2023-12-08T06:03:13.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[111590]: audit 2023-12-08T06:03:12.690802+0000 mon.a (mon.0) 603 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff"}]': finished 2023-12-08T06:03:13.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[111590]: cluster 2023-12-08T06:03:12.690846+0000 mon.a (mon.0) 604 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2023-12-08T06:03:13.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:12 smithi061 bash[111590]: audit 2023-12-08T06:03:12.690960+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:14.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:13 smithi118 bash[108248]: audit 2023-12-08T06:03:13.432576+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.118:0/1303835747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:03:14.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:13 smithi118 bash[108248]: cluster 2023-12-08T06:03:13.726289+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v121: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:14.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:13 smithi061 bash[108174]: audit 2023-12-08T06:03:13.432576+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.118:0/1303835747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:03:14.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:13 smithi061 bash[108174]: cluster 2023-12-08T06:03:13.726289+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v121: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:14.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:13 smithi061 bash[111590]: audit 2023-12-08T06:03:13.432576+0000 mon.b (mon.2) 22 : audit [DBG] from='client.? 172.21.15.118:0/1303835747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T06:03:14.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:13 smithi061 bash[111590]: cluster 2023-12-08T06:03:13.726289+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v121: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:16.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:15 smithi118 bash[108248]: audit 2023-12-08T06:03:15.630398+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:15 smithi061 bash[108174]: audit 2023-12-08T06:03:15.630398+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:16.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:15 smithi061 bash[111590]: audit 2023-12-08T06:03:15.630398+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:17.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:16 smithi118 bash[108248]: cluster 2023-12-08T06:03:15.726702+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:17.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:16 smithi061 bash[108174]: cluster 2023-12-08T06:03:15.726702+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:17.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:16 smithi061 bash[111590]: cluster 2023-12-08T06:03:15.726702+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:18.063 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:17 smithi118 bash[108248]: audit 2023-12-08T06:03:17.339025+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:03:18.063 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:17 smithi118 bash[108248]: audit 2023-12-08T06:03:17.339817+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:18.063 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:17 smithi118 bash[108248]: audit 2023-12-08T06:03:17.340671+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-08T06:03:18.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:17 smithi061 bash[108174]: audit 2023-12-08T06:03:17.339025+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:03:18.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:17 smithi061 bash[108174]: audit 2023-12-08T06:03:17.339817+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:18.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:17 smithi061 bash[108174]: audit 2023-12-08T06:03:17.340671+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-08T06:03:18.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:17 smithi061 bash[111590]: audit 2023-12-08T06:03:17.339025+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:03:18.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:17 smithi061 bash[111590]: audit 2023-12-08T06:03:17.339817+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:18.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:17 smithi061 bash[111590]: audit 2023-12-08T06:03:17.340671+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2023-12-08T06:03:18.330 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:18 smithi118 systemd[1]: Stopping Ceph osd.6 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:03:18.589 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[114884]: debug 2023-12-08T06:03:18.326+0000 7f8624059700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:03:18.589 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[114884]: debug 2023-12-08T06:03:18.326+0000 7f8624059700 -1 osd.6 54 *** Got signal Terminated *** 2023-12-08T06:03:18.590 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[114884]: debug 2023-12-08T06:03:18.326+0000 7f8624059700 -1 osd.6 54 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:03:18.847 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:18 smithi118 podman[116227]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.6 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cephadm 2023-12-08T06:03:17.340400+0000 mgr.y (mgr.14142) 114 : cephadm [INF] Deploying daemon osd.6 on smithi118 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:17.727160+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:17.782434+0000 mon.a (mon.0) 610 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:17.782497+0000 mon.a (mon.0) 611 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.371807+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.371842+0000 mon.a (mon.0) 613 : cluster [INF] osd.6 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.371989+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.572043+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.572211+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.572267+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.572464+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.572567+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:18.848 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.572661+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-08T06:03:18.849 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.572846+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:18.849 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.573042+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:18.849 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.573227+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:18.849 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.573363+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:18.849 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.573549+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-08T06:03:18.849 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.573684+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:18.849 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.573833+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-08T06:03:18.849 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:18 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.573977+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:19.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cephadm 2023-12-08T06:03:17.340400+0000 mgr.y (mgr.14142) 114 : cephadm [INF] Deploying daemon osd.6 on smithi118 2023-12-08T06:03:19.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:17.727160+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:19.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:17.782434+0000 mon.a (mon.0) 610 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-08T06:03:19.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:17.782497+0000 mon.a (mon.0) 611 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.371807+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.371842+0000 mon.a (mon.0) 613 : cluster [INF] osd.6 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.371989+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.572043+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.572211+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.572267+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.572464+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.572567+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.572661+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-08T06:03:19.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.572846+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:19.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.573042+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:19.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.573227+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:19.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.573363+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:19.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.573549+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-08T06:03:19.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.573684+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:19.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.573833+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.573977+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cephadm 2023-12-08T06:03:17.340400+0000 mgr.y (mgr.14142) 114 : cephadm [INF] Deploying daemon osd.6 on smithi118 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:17.727160+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:17.782434+0000 mon.a (mon.0) 610 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:17.782497+0000 mon.a (mon.0) 611 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.371807+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.371842+0000 mon.a (mon.0) 613 : cluster [INF] osd.6 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.371989+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.572043+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.572211+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2023-12-08T06:03:19.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.572267+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.572464+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.572567+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.3 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.572661+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.1 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.572846+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.573042+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.573227+0000 mon.a (mon.0) 623 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.573363+0000 mon.a (mon.0) 624 : cluster [DBG] osd.6 reported immediately failed by osd.2 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.573549+0000 mon.a (mon.0) 625 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.573684+0000 mon.a (mon.0) 626 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.573833+0000 mon.a (mon.0) 627 : cluster [DBG] osd.6 reported immediately failed by osd.5 2023-12-08T06:03:19.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:18 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.573977+0000 mon.a (mon.0) 628 : cluster [DBG] osd.6 reported immediately failed by osd.4 2023-12-08T06:03:19.737 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:19 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.6.service: Succeeded. 2023-12-08T06:03:19.738 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:19 smithi118 systemd[1]: Stopped Ceph osd.6 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:03:19.738 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:19 smithi118 systemd[1]: Starting Ceph osd.6 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:03:19.738 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:19 smithi118 podman[116361]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.6" found: no such container 2023-12-08T06:03:19.738 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:19 smithi118 systemd[1]: Started Ceph osd.6 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.790093+0000 mon.a (mon.0) 629 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: cluster 2023-12-08T06:03:18.795647+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e55: 8 total, 6 up, 7 in 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: audit 2023-12-08T06:03:18.796233+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: audit 2023-12-08T06:03:19.639386+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: audit 2023-12-08T06:03:19.639892+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: audit 2023-12-08T06:03:19.643115+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: audit 2023-12-08T06:03:19.644318+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: audit 2023-12-08T06:03:19.645522+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:19.991 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: audit 2023-12-08T06:03:19.646554+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-08T06:03:19.992 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: cluster 2023-12-08T06:03:19.796723+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-08T06:03:19.992 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:19 smithi118 bash[108248]: audit 2023-12-08T06:03:19.796893+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:20.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.790093+0000 mon.a (mon.0) 629 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:03:20.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: cluster 2023-12-08T06:03:18.795647+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e55: 8 total, 6 up, 7 in 2023-12-08T06:03:20.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: audit 2023-12-08T06:03:18.796233+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.790093+0000 mon.a (mon.0) 629 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: cluster 2023-12-08T06:03:18.795647+0000 mon.a (mon.0) 630 : cluster [DBG] osdmap e55: 8 total, 6 up, 7 in 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: audit 2023-12-08T06:03:18.796233+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: audit 2023-12-08T06:03:19.639386+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: audit 2023-12-08T06:03:19.639892+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: audit 2023-12-08T06:03:19.643115+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: audit 2023-12-08T06:03:19.644318+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: audit 2023-12-08T06:03:19.645522+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:20.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: audit 2023-12-08T06:03:19.646554+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-08T06:03:20.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: cluster 2023-12-08T06:03:19.796723+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-08T06:03:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: audit 2023-12-08T06:03:19.639386+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: audit 2023-12-08T06:03:19.639892+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:20.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[111590]: audit 2023-12-08T06:03:19.796893+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:20.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: audit 2023-12-08T06:03:19.643115+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586070\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586181\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586221\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:08.586255\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:20.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: audit 2023-12-08T06:03:19.644318+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T06:03:20.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: audit 2023-12-08T06:03:19.645522+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:20.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: audit 2023-12-08T06:03:19.646554+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2023-12-08T06:03:20.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: cluster 2023-12-08T06:03:19.796723+0000 mon.a (mon.0) 638 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2023-12-08T06:03:20.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:19 smithi061 bash[108174]: audit 2023-12-08T06:03:19.796893+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:20.340 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[116377]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-08T06:03:20.340 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[116377]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-12-08T06:03:20.340 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[116377]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-08T06:03:20.340 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[116377]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-12-08T06:03:20.340 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[116377]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-08T06:03:20.340 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[116377]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-08T06:03:20.340 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[116377]: --> ceph-volume lvm activate successful for osd ID: 6 2023-12-08T06:03:21.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[108248]: cephadm 2023-12-08T06:03:19.646221+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.7 on smithi118 2023-12-08T06:03:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:20 smithi118 bash[108248]: cluster 2023-12-08T06:03:19.727459+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v125: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:21.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:20 smithi061 bash[111590]: cephadm 2023-12-08T06:03:19.646221+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.7 on smithi118 2023-12-08T06:03:21.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:20 smithi061 bash[111590]: cluster 2023-12-08T06:03:19.727459+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v125: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:20 smithi061 bash[108174]: cephadm 2023-12-08T06:03:19.646221+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.7 on smithi118 2023-12-08T06:03:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:20 smithi061 bash[108174]: cluster 2023-12-08T06:03:19.727459+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v125: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:21.348 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 6,7 on host 'smithi118' 2023-12-08T06:03:21.709 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:21 smithi118 bash[116599]: debug 2023-12-08T06:03:21.622+0000 7f4919f00ec0 -1 Falling back to public interface 2023-12-08T06:03:21.841 DEBUG:teuthology.orchestra.run.smithi118:osd.7> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.7.service 2023-12-08T06:03:21.843 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T06:03:21.844 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T06:03:21.874 INFO:journalctl@ceph.osd.7.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:03:22.018 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:21 smithi118 bash[108248]: audit 2023-12-08T06:03:21.207168+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_daemon_update\": \"2023-12-08T06:03:21.206419\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:22.018 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:21 smithi118 bash[108248]: audit 2023-12-08T06:03:21.210819+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_daemon_update\": \"2023-12-08T06:03:21.206419\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:22.019 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:21 smithi118 bash[108248]: audit 2023-12-08T06:03:21.338975+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:22.019 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:21 smithi118 bash[108248]: audit 2023-12-08T06:03:21.339466+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:22.019 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:21 smithi118 bash[108248]: audit 2023-12-08T06:03:21.342671+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:22.104 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[108174]: audit 2023-12-08T06:03:21.207168+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_daemon_update\": \"2023-12-08T06:03:21.206419\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:22.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[111590]: audit 2023-12-08T06:03:21.207168+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_daemon_update\": \"2023-12-08T06:03:21.206419\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:22.105 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[108174]: audit 2023-12-08T06:03:21.210819+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_daemon_update\": \"2023-12-08T06:03:21.206419\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:22.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[111590]: audit 2023-12-08T06:03:21.210819+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}}, \"last_daemon_update\": \"2023-12-08T06:03:21.206419\", \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:22.105 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[108174]: audit 2023-12-08T06:03:21.338975+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:22.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[108174]: audit 2023-12-08T06:03:21.339466+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:22.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[108174]: audit 2023-12-08T06:03:21.342671+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:22.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[111590]: audit 2023-12-08T06:03:21.338975+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:22.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[111590]: audit 2023-12-08T06:03:21.339466+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:22.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:21 smithi061 bash[111590]: audit 2023-12-08T06:03:21.342671+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206113\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206219\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206259\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206294\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:21.206327\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_device_update\": \"2023-12-08T06:03:11.164609\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:22.339 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[116599]: debug 2023-12-08T06:03:22.187+0000 7f4919f00ec0 -1 osd.6 54 log_to_monitors {default=true} 2023-12-08T06:03:22.339 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[116599]: debug 2023-12-08T06:03:22.194+0000 7f4909ec9700 -1 osd.6 54 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:03:23.014 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:03:23.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[108174]: cluster 2023-12-08T06:03:21.727792+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v127: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:23.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[108174]: audit 2023-12-08T06:03:22.192090+0000 mon.c (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:23.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[108174]: audit 2023-12-08T06:03:22.192407+0000 mon.a (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:23.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[108174]: audit 2023-12-08T06:03:22.192886+0000 mon.c (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:23.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[108174]: audit 2023-12-08T06:03:22.193112+0000 mon.a (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:23.047 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[111590]: cluster 2023-12-08T06:03:21.727792+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v127: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:23.047 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[111590]: audit 2023-12-08T06:03:22.192090+0000 mon.c (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:23.047 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[111590]: audit 2023-12-08T06:03:22.192407+0000 mon.a (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:23.047 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[111590]: audit 2023-12-08T06:03:22.192886+0000 mon.c (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:23.047 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[111590]: audit 2023-12-08T06:03:22.193112+0000 mon.a (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:23.048 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[108174]: audit 2023-12-08T06:03:22.718547+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:23.048 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[108174]: audit 2023-12-08T06:03:22.721504+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:23.048 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[108174]: audit 2023-12-08T06:03:22.722256+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:23.048 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[111590]: audit 2023-12-08T06:03:22.718547+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:23.048 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[111590]: audit 2023-12-08T06:03:22.721504+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:23.048 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:22 smithi061 bash[111590]: audit 2023-12-08T06:03:22.722256+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:23.084 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[108248]: cluster 2023-12-08T06:03:21.727792+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v127: 1 pgs: 1 stale+active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:23.084 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[108248]: audit 2023-12-08T06:03:22.192090+0000 mon.c (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:23.084 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[108248]: audit 2023-12-08T06:03:22.192407+0000 mon.a (mon.0) 645 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T06:03:23.084 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[108248]: audit 2023-12-08T06:03:22.192886+0000 mon.c (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:23.084 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[108248]: audit 2023-12-08T06:03:22.193112+0000 mon.a (mon.0) 646 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:23.084 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[108248]: audit 2023-12-08T06:03:22.718547+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:23.085 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[108248]: audit 2023-12-08T06:03:22.721504+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 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\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:23.085 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:22 smithi118 bash[108248]: audit 2023-12-08T06:03:22.722256+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2023-12-08T06:03:23.339 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[117142]: debug 2023-12-08T06:03:23.079+0000 7fe6ec6a9ec0 -1 Falling back to public interface 2023-12-08T06:03:23.369 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":57,"num_osds":8,"num_up_osds":7,"osd_up_since":1702015402,"num_in_osds":7,"osd_in_since":1702015391,"num_remapped_pgs":0} 2023-12-08T06:03:23.823 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[117142]: debug 2023-12-08T06:03:23.637+0000 7fe6ec6a9ec0 -1 osd.7 0 log_to_monitors {default=true} 2023-12-08T06:03:24.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: cluster 2023-12-08T06:03:22.804021+0000 mon.a (mon.0) 650 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:03:24.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: cluster 2023-12-08T06:03:22.804044+0000 mon.a (mon.0) 651 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:24.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: cluster 2023-12-08T06:03:22.807473+0000 mon.a (mon.0) 652 : cluster [INF] osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977] boot 2023-12-08T06:03:24.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: cluster 2023-12-08T06:03:22.807518+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2023-12-08T06:03:24.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: audit 2023-12-08T06:03:22.808013+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:24.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: audit 2023-12-08T06:03:22.808318+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:24.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: audit 2023-12-08T06:03:23.011409+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.61:0/3379766284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:24.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: audit 2023-12-08T06:03:23.641105+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T06:03:24.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:23 smithi118 bash[108248]: audit 2023-12-08T06:03:23.641379+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T06:03:24.151 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[117796]: debug 2023-12-08T06:03:23.827+0000 7f6526e40700 -1 osd.1 58 build_incremental_map_msg missing incremental map 58 2023-12-08T06:03:24.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: cluster 2023-12-08T06:03:22.804021+0000 mon.a (mon.0) 650 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:03:24.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: cluster 2023-12-08T06:03:22.804044+0000 mon.a (mon.0) 651 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:24.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: cluster 2023-12-08T06:03:22.807473+0000 mon.a (mon.0) 652 : cluster [INF] osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977] boot 2023-12-08T06:03:24.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: cluster 2023-12-08T06:03:22.807518+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2023-12-08T06:03:24.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: audit 2023-12-08T06:03:22.808013+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:24.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: audit 2023-12-08T06:03:22.808318+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: audit 2023-12-08T06:03:23.011409+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.61:0/3379766284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: audit 2023-12-08T06:03:23.641105+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[108174]: audit 2023-12-08T06:03:23.641379+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: cluster 2023-12-08T06:03:22.804021+0000 mon.a (mon.0) 650 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: cluster 2023-12-08T06:03:22.804044+0000 mon.a (mon.0) 651 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: cluster 2023-12-08T06:03:22.807473+0000 mon.a (mon.0) 652 : cluster [INF] osd.6 [v2:172.21.15.118:6816/825503977,v1:172.21.15.118:6817/825503977] boot 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: cluster 2023-12-08T06:03:22.807518+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: audit 2023-12-08T06:03:22.808013+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: audit 2023-12-08T06:03:22.808318+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: audit 2023-12-08T06:03:23.011409+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.61:0/3379766284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: audit 2023-12-08T06:03:23.641105+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T06:03:24.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:23 smithi061 bash[111590]: audit 2023-12-08T06:03:23.641379+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T06:03:24.370 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T06:03:24.673 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[117796]: debug 2023-12-08T06:03:24.440+0000 7f6542ee8700 -1 osd.1 58 build_incremental_map_msg missing incremental map 58 2023-12-08T06:03:25.089 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[117142]: debug 2023-12-08T06:03:24.832+0000 7fe6d545e700 -1 osd.7 0 waiting for initial osdmap 2023-12-08T06:03:25.090 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[117142]: debug 2023-12-08T06:03:24.842+0000 7fe6e067a700 -1 osd.7 59 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-12-08T06:03:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[108248]: cluster 2023-12-08T06:03:23.728275+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[108248]: cluster 2023-12-08T06:03:23.813774+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:03:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[108248]: audit 2023-12-08T06:03:23.825910+0000 mon.a (mon.0) 659 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T06:03:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[108248]: cluster 2023-12-08T06:03:23.825958+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-08T06:03:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[108248]: audit 2023-12-08T06:03:23.826380+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[108248]: audit 2023-12-08T06:03:23.826409+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[108248]: audit 2023-12-08T06:03:23.827011+0000 mon.a (mon.0) 662 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:24 smithi118 bash[108248]: audit 2023-12-08T06:03:24.777775+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:25.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[108174]: cluster 2023-12-08T06:03:23.728275+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:25.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[108174]: cluster 2023-12-08T06:03:23.813774+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:03:25.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[108174]: audit 2023-12-08T06:03:23.825910+0000 mon.a (mon.0) 659 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T06:03:25.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[108174]: cluster 2023-12-08T06:03:23.825958+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-08T06:03:25.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[108174]: audit 2023-12-08T06:03:23.826380+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:25.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[108174]: audit 2023-12-08T06:03:23.826409+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:25.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[108174]: audit 2023-12-08T06:03:23.827011+0000 mon.a (mon.0) 662 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:25.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[108174]: audit 2023-12-08T06:03:24.777775+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:25.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[111590]: cluster 2023-12-08T06:03:23.728275+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:25.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[111590]: cluster 2023-12-08T06:03:23.813774+0000 mon.a (mon.0) 658 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-08T06:03:25.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[111590]: audit 2023-12-08T06:03:23.825910+0000 mon.a (mon.0) 659 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T06:03:25.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[111590]: cluster 2023-12-08T06:03:23.825958+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2023-12-08T06:03:25.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[111590]: audit 2023-12-08T06:03:23.826380+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:25.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[111590]: audit 2023-12-08T06:03:23.826409+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:25.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[111590]: audit 2023-12-08T06:03:23.827011+0000 mon.a (mon.0) 662 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-12-08T06:03:25.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[111590]: audit 2023-12-08T06:03:24.777775+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:25.134 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:03:24 smithi061 bash[117796]: debug 2023-12-08T06:03:24.833+0000 7f6526e40700 -1 osd.1 59 build_incremental_map_msg missing incremental map 58 2023-12-08T06:03:25.528 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:03:25.883 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":59,"num_osds":8,"num_up_osds":7,"osd_up_since":1702015402,"num_in_osds":7,"osd_in_since":1702015391,"num_remapped_pgs":0} 2023-12-08T06:03:26.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: cluster 2023-12-08T06:03:24.669107+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:03:26.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: cluster 2023-12-08T06:03:24.669181+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:03:26.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: audit 2023-12-08T06:03:24.831134+0000 mon.a (mon.0) 664 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:03:26.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: cluster 2023-12-08T06:03:24.831192+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-08T06:03:26.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: audit 2023-12-08T06:03:24.831665+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:26.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: cluster 2023-12-08T06:03:24.669107+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:03:26.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: cluster 2023-12-08T06:03:24.669181+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:03:26.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: audit 2023-12-08T06:03:24.831134+0000 mon.a (mon.0) 664 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:03:26.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: cluster 2023-12-08T06:03:24.831192+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-08T06:03:26.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: audit 2023-12-08T06:03:24.831665+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: audit 2023-12-08T06:03:24.965157+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: audit 2023-12-08T06:03:24.967883+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: audit 2023-12-08T06:03:25.525726+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.61:0/1105406578' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: cluster 2023-12-08T06:03:25.832554+0000 mon.a (mon.0) 670 : cluster [INF] osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507] boot 2023-12-08T06:03:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: cluster 2023-12-08T06:03:25.832602+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-08T06:03:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[108174]: audit 2023-12-08T06:03:25.832797+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: audit 2023-12-08T06:03:24.965157+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: audit 2023-12-08T06:03:24.967883+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: audit 2023-12-08T06:03:25.525726+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.61:0/1105406578' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: cluster 2023-12-08T06:03:25.832554+0000 mon.a (mon.0) 670 : cluster [INF] osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507] boot 2023-12-08T06:03:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: cluster 2023-12-08T06:03:25.832602+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-08T06:03:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:25 smithi061 bash[111590]: audit 2023-12-08T06:03:25.832797+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:26.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: cluster 2023-12-08T06:03:24.669107+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T06:03:26.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: cluster 2023-12-08T06:03:24.669181+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T06:03:26.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: audit 2023-12-08T06:03:24.831134+0000 mon.a (mon.0) 664 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-12-08T06:03:26.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: cluster 2023-12-08T06:03:24.831192+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2023-12-08T06:03:26.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: audit 2023-12-08T06:03:24.831665+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:26.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: audit 2023-12-08T06:03:24.965157+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:26.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: audit 2023-12-08T06:03:24.967883+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}}, \"last_daemon_update\": \"2023-12-08T06:03:22.717904\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:26.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: audit 2023-12-08T06:03:25.525726+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.61:0/1105406578' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:26.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: cluster 2023-12-08T06:03:25.832554+0000 mon.a (mon.0) 670 : cluster [INF] osd.7 [v2:172.21.15.118:6824/3294534507,v1:172.21.15.118:6825/3294534507] boot 2023-12-08T06:03:26.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: cluster 2023-12-08T06:03:25.832602+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-08T06:03:26.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:25 smithi118 bash[108248]: audit 2023-12-08T06:03:25.832797+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:03:26.884 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T06:03:27.089 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:03:26 smithi118 bash[116599]: debug 2023-12-08T06:03:26.829+0000 7f48efe95700 -1 osd.6 61 build_incremental_map_msg missing incremental map 61 2023-12-08T06:03:27.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:26 smithi118 bash[108248]: cluster 2023-12-08T06:03:25.728703+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v132: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:27.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:26 smithi118 bash[108248]: cluster 2023-12-08T06:03:26.829919+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-08T06:03:27.118 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:03:26 smithi061 bash[117796]: debug 2023-12-08T06:03:26.829+0000 7f6522e38700 -1 osd.1 61 build_incremental_map_msg missing incremental map 61 2023-12-08T06:03:27.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:26 smithi061 bash[108174]: cluster 2023-12-08T06:03:25.728703+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v132: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:27.119 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:26 smithi061 bash[108174]: cluster 2023-12-08T06:03:26.829919+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-08T06:03:27.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:26 smithi061 bash[111590]: cluster 2023-12-08T06:03:25.728703+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v132: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:27.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:26 smithi061 bash[111590]: cluster 2023-12-08T06:03:26.829919+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-08T06:03:27.985 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:03:28.349 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":61,"num_osds":8,"num_up_osds":8,"osd_up_since":1702015405,"num_in_osds":8,"osd_in_since":1702015405,"num_remapped_pgs":0} 2023-12-08T06:03:28.350 INFO:tasks.cephadm:Adding prometheus.a on smithi118 2023-12-08T06:03:28.350 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch apply prometheus '1;smithi118=a' 2023-12-08T06:03:29.028 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:28 smithi118 bash[108248]: cluster 2023-12-08T06:03:27.729156+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v135: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:29.028 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:28 smithi118 bash[108248]: audit 2023-12-08T06:03:27.982960+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.61:0/2464378659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:29.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:28 smithi061 bash[108174]: cluster 2023-12-08T06:03:27.729156+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v135: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:29.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:28 smithi061 bash[108174]: audit 2023-12-08T06:03:27.982960+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.61:0/2464378659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:29.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:28 smithi061 bash[111590]: cluster 2023-12-08T06:03:27.729156+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v135: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:29.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:28 smithi061 bash[111590]: audit 2023-12-08T06:03:27.982960+0000 mon.a (mon.0) 674 : audit [DBG] from='client.? 172.21.15.61:0/2464378659' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T06:03:29.580 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled prometheus update... 2023-12-08T06:03:29.971 DEBUG:teuthology.orchestra.run.smithi118:prometheus.a> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@prometheus.a.service 2023-12-08T06:03:29.973 INFO:tasks.cephadm:Adding node-exporter.a on smithi061 2023-12-08T06:03:29.973 INFO:tasks.cephadm:Adding node-exporter.b on smithi118 2023-12-08T06:03:29.973 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch apply node-exporter '2;smithi061=a;smithi118=b' 2023-12-08T06:03:30.003 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:03:30.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:29 smithi061 bash[108174]: audit 2023-12-08T06:03:29.569842+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-08T06:03:29.569423\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-08T06:03:30.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:29 smithi061 bash[108174]: audit 2023-12-08T06:03:29.573519+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-08T06:03:29.569423\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-08T06:03:30.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:29 smithi061 bash[111590]: audit 2023-12-08T06:03:29.569842+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-08T06:03:29.569423\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-08T06:03:30.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:29 smithi061 bash[111590]: audit 2023-12-08T06:03:29.573519+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-08T06:03:29.569423\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-08T06:03:30.222 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:29 smithi118 bash[108248]: audit 2023-12-08T06:03:29.569842+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-08T06:03:29.569423\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2023-12-08T06:03:30.222 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:29 smithi118 bash[108248]: audit 2023-12-08T06:03:29.573519+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2023-12-08T06:03:29.569423\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2023-12-08T06:03:30.875 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:30 smithi118 bash[108248]: audit 2023-12-08T06:03:29.568775+0000 mgr.y (mgr.14142) 122 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:30.875 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:30 smithi118 bash[108248]: cephadm 2023-12-08T06:03:29.569404+0000 mgr.y (mgr.14142) 123 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi118=a 2023-12-08T06:03:30.875 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:30 smithi118 bash[108248]: cephadm 2023-12-08T06:03:29.577173+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon prometheus.a on smithi118 2023-12-08T06:03:30.875 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:30 smithi118 bash[108248]: cluster 2023-12-08T06:03:29.729460+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v136: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:30 smithi061 bash[108174]: audit 2023-12-08T06:03:29.568775+0000 mgr.y (mgr.14142) 122 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:30 smithi061 bash[108174]: cephadm 2023-12-08T06:03:29.569404+0000 mgr.y (mgr.14142) 123 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi118=a 2023-12-08T06:03:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:30 smithi061 bash[108174]: cephadm 2023-12-08T06:03:29.577173+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon prometheus.a on smithi118 2023-12-08T06:03:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:30 smithi061 bash[108174]: cluster 2023-12-08T06:03:29.729460+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v136: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:31.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:30 smithi061 bash[111590]: audit 2023-12-08T06:03:29.568775+0000 mgr.y (mgr.14142) 122 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:31.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:30 smithi061 bash[111590]: cephadm 2023-12-08T06:03:29.569404+0000 mgr.y (mgr.14142) 123 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi118=a 2023-12-08T06:03:31.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:30 smithi061 bash[111590]: cephadm 2023-12-08T06:03:29.577173+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon prometheus.a on smithi118 2023-12-08T06:03:31.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:30 smithi061 bash[111590]: cluster 2023-12-08T06:03:29.729460+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v136: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2023-12-08T06:03:31.206 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled node-exporter update... 2023-12-08T06:03:31.580 DEBUG:teuthology.orchestra.run.smithi061:node-exporter.a> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@node-exporter.a.service 2023-12-08T06:03:31.583 DEBUG:teuthology.orchestra.run.smithi118:node-exporter.b> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@node-exporter.b.service 2023-12-08T06:03:31.585 INFO:tasks.cephadm:Adding alertmanager.a on smithi061 2023-12-08T06:03:31.585 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch apply alertmanager '1;smithi061=a' 2023-12-08T06:03:31.615 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:03:31.621 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T06:03:31.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[108174]: audit 2023-12-08T06:03:31.198790+0000 mgr.y (mgr.14142) 126 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi061=a;smithi118=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:31.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[108174]: cephadm 2023-12-08T06:03:31.199404+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi061=a,smithi118=b 2023-12-08T06:03:31.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[108174]: audit 2023-12-08T06:03:31.199805+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-08T06:03:31.199417\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-08T06:03:31.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[108174]: audit 2023-12-08T06:03:31.202769+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-08T06:03:31.199417\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-08T06:03:31.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[108174]: cluster 2023-12-08T06:03:31.729814+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:31.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[111590]: audit 2023-12-08T06:03:31.198790+0000 mgr.y (mgr.14142) 126 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi061=a;smithi118=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:31.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[111590]: cephadm 2023-12-08T06:03:31.199404+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi061=a,smithi118=b 2023-12-08T06:03:31.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[111590]: audit 2023-12-08T06:03:31.199805+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-08T06:03:31.199417\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-08T06:03:31.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[111590]: audit 2023-12-08T06:03:31.202769+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-08T06:03:31.199417\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-08T06:03:31.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:31 smithi061 bash[111590]: cluster 2023-12-08T06:03:31.729814+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:32.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:31 smithi118 bash[108248]: audit 2023-12-08T06:03:31.198790+0000 mgr.y (mgr.14142) 126 : audit [DBG] from='client.24365 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi061=a;smithi118=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:32.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:31 smithi118 bash[108248]: cephadm 2023-12-08T06:03:31.199404+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi061=a,smithi118=b 2023-12-08T06:03:32.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:31 smithi118 bash[108248]: audit 2023-12-08T06:03:31.199805+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-08T06:03:31.199417\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2023-12-08T06:03:32.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:31 smithi118 bash[108248]: audit 2023-12-08T06:03:31.202769+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2023-12-08T06:03:31.199417\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi118\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2023-12-08T06:03:32.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:31 smithi118 bash[108248]: cluster 2023-12-08T06:03:31.729814+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:32.821 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled alertmanager update... 2023-12-08T06:03:33.111 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:32 smithi118 bash[108248]: cluster 2023-12-08T06:03:32.200913+0000 mon.a (mon.0) 679 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-08T06:03:33.111 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:32 smithi118 bash[108248]: cluster 2023-12-08T06:03:32.200945+0000 mon.a (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:33.111 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:32 smithi118 bash[108248]: audit 2023-12-08T06:03:32.814123+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi061=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:33.111 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:32 smithi118 bash[108248]: cephadm 2023-12-08T06:03:32.814651+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi061=a 2023-12-08T06:03:33.111 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:32 smithi118 bash[108248]: audit 2023-12-08T06:03:32.814976+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-08T06:03:32.814664\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-08T06:03:33.111 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:32 smithi118 bash[108248]: audit 2023-12-08T06:03:32.817980+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-08T06:03:32.814664\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-08T06:03:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[111590]: cluster 2023-12-08T06:03:32.200913+0000 mon.a (mon.0) 679 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-08T06:03:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[111590]: cluster 2023-12-08T06:03:32.200945+0000 mon.a (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[111590]: audit 2023-12-08T06:03:32.814123+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi061=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[111590]: cephadm 2023-12-08T06:03:32.814651+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi061=a 2023-12-08T06:03:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[111590]: audit 2023-12-08T06:03:32.814976+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-08T06:03:32.814664\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-08T06:03:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[111590]: audit 2023-12-08T06:03:32.817980+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-08T06:03:32.814664\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-08T06:03:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[108174]: cluster 2023-12-08T06:03:32.200913+0000 mon.a (mon.0) 679 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2023-12-08T06:03:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[108174]: cluster 2023-12-08T06:03:32.200945+0000 mon.a (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-12-08T06:03:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[108174]: audit 2023-12-08T06:03:32.814123+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi061=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[108174]: cephadm 2023-12-08T06:03:32.814651+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi061=a 2023-12-08T06:03:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[108174]: audit 2023-12-08T06:03:32.814976+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-08T06:03:32.814664\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2023-12-08T06:03:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:32 smithi061 bash[108174]: audit 2023-12-08T06:03:32.817980+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2023-12-08T06:03:32.814664\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi061\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2023-12-08T06:03:33.212 DEBUG:teuthology.orchestra.run.smithi061:alertmanager.a> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@alertmanager.a.service 2023-12-08T06:03:33.215 INFO:tasks.cephadm:Adding grafana.a on smithi118 2023-12-08T06:03:33.215 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph orch apply grafana '1;smithi118=a' 2023-12-08T06:03:33.249 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:-- Logs begin at Fri 2023-12-08 05:50:28 UTC. -- 2023-12-08T06:03:34.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:33 smithi118 bash[108248]: cluster 2023-12-08T06:03:33.730275+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:34.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:33 smithi061 bash[108174]: cluster 2023-12-08T06:03:33.730275+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:34.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:33 smithi061 bash[111590]: cluster 2023-12-08T06:03:33.730275+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:34.474 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled grafana update... 2023-12-08T06:03:34.872 DEBUG:teuthology.orchestra.run.smithi118:grafana.a> sudo journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@grafana.a.service 2023-12-08T06:03:34.874 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T06:03:34.875 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T06:03:34.902 INFO:journalctl@ceph.grafana.a.smithi118.stdout:-- Logs begin at Fri 2023-12-08 05:50:24 UTC. -- 2023-12-08T06:03:35.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:34 smithi118 bash[108248]: audit 2023-12-08T06:03:34.466091+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.24377 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:34 smithi118 bash[108248]: cephadm 2023-12-08T06:03:34.466688+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service grafana spec with placement count:1 smithi118=a 2023-12-08T06:03:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:34 smithi118 bash[108248]: audit 2023-12-08T06:03:34.467084+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-08T06:03:34.466701\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-08T06:03:35.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:34 smithi118 bash[108248]: audit 2023-12-08T06:03:34.470838+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-08T06:03:34.466701\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-08T06:03:35.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:34 smithi061 bash[108174]: audit 2023-12-08T06:03:34.466091+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.24377 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:35.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:34 smithi061 bash[108174]: cephadm 2023-12-08T06:03:34.466688+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service grafana spec with placement count:1 smithi118=a 2023-12-08T06:03:35.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:34 smithi061 bash[108174]: audit 2023-12-08T06:03:34.467084+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-08T06:03:34.466701\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-08T06:03:35.126 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:34 smithi061 bash[108174]: audit 2023-12-08T06:03:34.470838+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-08T06:03:34.466701\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-08T06:03:35.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:34 smithi061 bash[111590]: audit 2023-12-08T06:03:34.466091+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.24377 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:03:35.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:34 smithi061 bash[111590]: cephadm 2023-12-08T06:03:34.466688+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service grafana spec with placement count:1 smithi118=a 2023-12-08T06:03:35.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:34 smithi061 bash[111590]: audit 2023-12-08T06:03:34.467084+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-08T06:03:34.466701\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2023-12-08T06:03:35.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:34 smithi061 bash[111590]: audit 2023-12-08T06:03:34.470838+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2023-12-08T06:03:34.466701\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2023-12-08T06:03:36.087 INFO:teuthology.orchestra.run.smithi061.stdout:[client.0] 2023-12-08T06:03:36.087 INFO:teuthology.orchestra.run.smithi061.stdout: key = AQC4sXJl1ozZBBAA36MU64KroriXbAvd1w9nVg== 2023-12-08T06:03:36.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:35 smithi061 bash[108174]: cluster 2023-12-08T06:03:35.730600+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:36.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:35 smithi061 bash[108174]: audit 2023-12-08T06:03:35.732826+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"6766932d-accd-474d-a4ec-22a0ca067891\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1702015405.832317, \"finished_at\": 1702015412.205634}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-08T06:03:36.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:35 smithi061 bash[108174]: audit 2023-12-08T06:03:35.735847+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"6766932d-accd-474d-a4ec-22a0ca067891\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1702015405.832317, \"finished_at\": 1702015412.205634}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-08T06:03:36.101 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:35 smithi061 bash[111590]: cluster 2023-12-08T06:03:35.730600+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:36.101 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:35 smithi061 bash[111590]: audit 2023-12-08T06:03:35.732826+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"6766932d-accd-474d-a4ec-22a0ca067891\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1702015405.832317, \"finished_at\": 1702015412.205634}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-08T06:03:36.102 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:35 smithi061 bash[111590]: audit 2023-12-08T06:03:35.735847+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"6766932d-accd-474d-a4ec-22a0ca067891\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1702015405.832317, \"finished_at\": 1702015412.205634}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-08T06:03:36.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:35 smithi118 bash[108248]: cluster 2023-12-08T06:03:35.730600+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:36.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:35 smithi118 bash[108248]: audit 2023-12-08T06:03:35.732826+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"6766932d-accd-474d-a4ec-22a0ca067891\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1702015405.832317, \"finished_at\": 1702015412.205634}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2023-12-08T06:03:36.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:35 smithi118 bash[108248]: audit 2023-12-08T06:03:35.735847+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"6766932d-accd-474d-a4ec-22a0ca067891\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1702015405.832317, \"finished_at\": 1702015412.205634}], \"version\": 2, \"compat_version\": 2}"}]': finished 2023-12-08T06:03:36.448 DEBUG:teuthology.orchestra.run.smithi061:> set -ex 2023-12-08T06:03:36.448 DEBUG:teuthology.orchestra.run.smithi061:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T06:03:36.448 DEBUG:teuthology.orchestra.run.smithi061:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T06:03:36.489 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T06:03:37.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:36 smithi118 bash[108248]: audit 2023-12-08T06:03:36.080961+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.61:0/1603545514' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:37.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:36 smithi118 bash[108248]: audit 2023-12-08T06:03:36.081249+0000 mon.a (mon.0) 687 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:37.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:36 smithi118 bash[108248]: audit 2023-12-08T06:03:36.084210+0000 mon.a (mon.0) 688 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T06:03:37.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:36 smithi061 bash[108174]: audit 2023-12-08T06:03:36.080961+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.61:0/1603545514' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:37.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:36 smithi061 bash[108174]: audit 2023-12-08T06:03:36.081249+0000 mon.a (mon.0) 687 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:37.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:36 smithi061 bash[108174]: audit 2023-12-08T06:03:36.084210+0000 mon.a (mon.0) 688 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T06:03:37.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:36 smithi061 bash[111590]: audit 2023-12-08T06:03:36.080961+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.61:0/1603545514' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:37.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:36 smithi061 bash[111590]: audit 2023-12-08T06:03:36.081249+0000 mon.a (mon.0) 687 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:37.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:36 smithi061 bash[111590]: audit 2023-12-08T06:03:36.084210+0000 mon.a (mon.0) 688 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T06:03:38.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:37 smithi061 bash[108174]: cluster 2023-12-08T06:03:37.731099+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:38.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:37 smithi061 bash[111590]: cluster 2023-12-08T06:03:37.731099+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:38.334 INFO:teuthology.orchestra.run.smithi118.stdout:[client.1] 2023-12-08T06:03:38.334 INFO:teuthology.orchestra.run.smithi118.stdout: key = AQC6sXJllzuKExAAILtdkZQH2mPE1pFbdzKJjA== 2023-12-08T06:03:38.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:37 smithi118 bash[108248]: cluster 2023-12-08T06:03:37.731099+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:38 smithi061 bash[108174]: audit 2023-12-08T06:03:38.326788+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.118:0/3623062970' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:38 smithi061 bash[108174]: audit 2023-12-08T06:03:38.327664+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:38 smithi061 bash[108174]: audit 2023-12-08T06:03:38.331381+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T06:03:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:38 smithi061 bash[111590]: audit 2023-12-08T06:03:38.326788+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.118:0/3623062970' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:38 smithi061 bash[111590]: audit 2023-12-08T06:03:38.327664+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:38 smithi061 bash[111590]: audit 2023-12-08T06:03:38.331381+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T06:03:39.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:38 smithi118 bash[108248]: audit 2023-12-08T06:03:38.326788+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.118:0/3623062970' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:39.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:38 smithi118 bash[108248]: audit 2023-12-08T06:03:38.327664+0000 mon.a (mon.0) 689 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T06:03:39.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:38 smithi118 bash[108248]: audit 2023-12-08T06:03:38.331381+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T06:03:40.095 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-12-08T06:03:40.096 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-08T06:03:40.096 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-08T06:03:40.138 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T06:03:40.830 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:40 smithi061 bash[108174]: cluster 2023-12-08T06:03:39.731405+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:40.830 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:40 smithi061 bash[111590]: cluster 2023-12-08T06:03:39.731405+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:41.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:40 smithi118 bash[108248]: cluster 2023-12-08T06:03:39.731405+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:41.291 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:03:41.291 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":61,"fsid":"f98a4f9a-958e-11ee-95a3-87774f69a715","created":"2023-12-08T06:00:06.499843+0000","modified":"2023-12-08T06:03:26.825393+0000","last_up_change":"2023-12-08T06:03:25.824005+0000","last_in_change":"2023-12-08T06:03:25.824005+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T06:00:15.174716+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":"d0d64a64-f210-4da4-bc99-4cb765ad0b2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":59,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6802","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6803","nonce":1425740278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6804","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6805","nonce":1425740278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6808","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6809","nonce":1425740278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6806","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6807","nonce":1425740278}]},"public_addr":"172.21.15.61:6803/1425740278","cluster_addr":"172.21.15.61:6805/1425740278","heartbeat_back_addr":"172.21.15.61:6809/1425740278","heartbeat_front_addr":"172.21.15.61:6807/1425740278","state":["exists","up"]},{"osd":1,"uuid":"a8992679-4d8e-4214-aafd-3172f61adc0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":19,"up_from":22,"up_thru":42,"down_at":20,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6810","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6811","nonce":3599032572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6812","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6813","nonce":3599032572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6816","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6817","nonce":3599032572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6814","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6815","nonce":3599032572}]},"public_addr":"172.21.15.61:6811/3599032572","cluster_addr":"172.21.15.61:6813/3599032572","heartbeat_back_addr":"172.21.15.61:6817/3599032572","heartbeat_front_addr":"172.21.15.61:6815/3599032572","state":["exists","up"]},{"osd":2,"uuid":"483e06bc-9af3-4d2d-b1d6-a04257308de4","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.61:6818","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6819","nonce":102466593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6820","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6821","nonce":102466593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6824","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6825","nonce":102466593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6822","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6823","nonce":102466593}]},"public_addr":"172.21.15.61:6819/102466593","cluster_addr":"172.21.15.61:6821/102466593","heartbeat_back_addr":"172.21.15.61:6825/102466593","heartbeat_front_addr":"172.21.15.61:6823/102466593","state":["exists","up"]},{"osd":3,"uuid":"d2ba7a52-9aed-438d-804f-c3fb75af1946","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.61:6826","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6827","nonce":1393803634}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6828","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6829","nonce":1393803634}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6832","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6833","nonce":1393803634}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6830","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6831","nonce":1393803634}]},"public_addr":"172.21.15.61:6827/1393803634","cluster_addr":"172.21.15.61:6829/1393803634","heartbeat_back_addr":"172.21.15.61:6833/1393803634","heartbeat_front_addr":"172.21.15.61:6831/1393803634","state":["exists","up"]},{"osd":4,"uuid":"ec3d1b09-21af-404c-8976-5cc44752d782","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":39,"up_from":42,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6801","nonce":2172220795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6803","nonce":2172220795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6807","nonce":2172220795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6805","nonce":2172220795}]},"public_addr":"172.21.15.118:6801/2172220795","cluster_addr":"172.21.15.118:6803/2172220795","heartbeat_back_addr":"172.21.15.118:6807/2172220795","heartbeat_front_addr":"172.21.15.118:6805/2172220795","state":["exists","up"]},{"osd":5,"uuid":"04795882-5a4a-4210-8074-17e16764cd4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":46,"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.118:6808","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6809","nonce":1711547715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6811","nonce":1711547715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6815","nonce":1711547715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6813","nonce":1711547715}]},"public_addr":"172.21.15.118:6809/1711547715","cluster_addr":"172.21.15.118:6811/1711547715","heartbeat_back_addr":"172.21.15.118:6815/1711547715","heartbeat_front_addr":"172.21.15.118:6813/1711547715","state":["exists","up"]},{"osd":6,"uuid":"b7ade142-4fa5-46a2-bb8e-31eab728dc4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":53,"last_clean_end":54,"up_from":57,"up_thru":57,"down_at":55,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6817","nonce":825503977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6819","nonce":825503977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6823","nonce":825503977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6821","nonce":825503977}]},"public_addr":"172.21.15.118:6817/825503977","cluster_addr":"172.21.15.118:6819/825503977","heartbeat_back_addr":"172.21.15.118:6823/825503977","heartbeat_front_addr":"172.21.15.118:6821/825503977","state":["exists","up"]},{"osd":7,"uuid":"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":60,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6825","nonce":3294534507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6827","nonce":3294534507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6831","nonce":3294534507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6829","nonce":3294534507}]},"public_addr":"172.21.15.118:6825/3294534507","cluster_addr":"172.21.15.118:6827/3294534507","heartbeat_back_addr":"172.21.15.118:6831/3294534507","heartbeat_front_addr":"172.21.15.118:6829/3294534507","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-08T06:02:02.718551+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:01:50.593047+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:04.881235+0000","dead_epoch":20},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:19.387231+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":"2023-12-08T06:02:32.750520+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:43.016956+0000","dead_epoch":40},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:57.478260+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":"2023-12-08T06:03:10.512164+0000","dead_epoch":55},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:03:24.669185+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.61:0/3453519049":"2023-12-09T06:00:35.632265+0000","172.21.15.61:6800/3842974908":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/1918441133":"2023-12-09T06:00:35.632265+0000","172.21.15.61:6801/3842974908":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/3277912215":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/918273025":"2023-12-09T06:00:22.936063+0000","172.21.15.61:6800/937169094":"2023-12-09T06:00:22.936063+0000","172.21.15.61:0/2136031226":"2023-12-09T06:00:22.936063+0000","172.21.15.61:0/144480670":"2023-12-09T06:00:22.936063+0000","172.21.15.61:6801/937169094":"2023-12-09T06:00:22.936063+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-08T06:03:41.640 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T06:00:15.174716+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '12', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-08T06:03:41.641 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T06:03:41.874 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:41 smithi061 bash[108174]: audit 2023-12-08T06:03:41.288519+0000 mon.a (mon.0) 691 : audit [DBG] from='client.? 172.21.15.61:0/1490436156' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:41.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:41 smithi061 bash[111590]: audit 2023-12-08T06:03:41.288519+0000 mon.a (mon.0) 691 : audit [DBG] from='client.? 172.21.15.61:0/1490436156' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:41.926 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:41 smithi118 bash[108248]: audit 2023-12-08T06:03:41.288519+0000 mon.a (mon.0) 691 : audit [DBG] from='client.? 172.21.15.61:0/1490436156' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:42.762 INFO:teuthology.orchestra.run.smithi061.stdout:pg_num: 1 2023-12-08T06:03:42.839 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:42 smithi118 bash[108248]: cluster 2023-12-08T06:03:41.731685+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:43.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:42 smithi061 bash[108174]: cluster 2023-12-08T06:03:41.731685+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:43.046 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:42 smithi061 bash[111590]: cluster 2023-12-08T06:03:41.731685+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2023-12-08T06:03:43.122 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T06:03:43.123 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T06:03:43.123 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T06:03:43.230 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 podman[118830]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-prometheus.a" found: no such container 2023-12-08T06:03:43.230 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 systemd[1]: Started Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:03:43.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.449Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-08T06:03:43.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.450Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.0, branch=HEAD, revision=6d80b30990bc297d95b5c844e118c4011fad8054)" 2023-12-08T06:03:43.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.450Z caller=main.go:588 level=info build_context="(go=go1.21.4, platform=linux/amd64, user=root@26117804242c, date=20231116-04:35:21, tags=netgo,builtinassets,stringlabels)" 2023-12-08T06:03:43.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.450Z caller=main.go:589 level=info host_details="(Linux 4.18.0-526.el8.x86_64 #1 SMP Sat Nov 18 00:54:11 UTC 2023 x86_64 smithi118 (none))" 2023-12-08T06:03:43.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.450Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-08T06:03:43.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.450Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.451Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.451Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.452Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.452Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.454Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.454Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.579µs 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.454Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.455Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.455Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=24.939µs wal_replay_duration=178.766µs wbl_replay_duration=145ns total_replay_duration=221.584µs 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.456Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.456Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.456Z caller=main.go:1229 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.456Z caller=main.go:1266 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=557.901µs db_storage=771ns remote_storage=1.123µs web_handler=430ns query_engine=569ns scrape=345.458µs scrape_sd=16.377µs notify=642ns notify_sd=1.139µs rules=24.665µs tracing=5.234µs 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.456Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-08T06:03:43.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[118846]: ts=2023-12-08T06:03:43.456Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-08T06:03:43.919 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:43 smithi061 bash[111590]: audit 2023-12-08T06:03:42.759551+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.61:0/2036268364' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T06:03:43.919 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:43 smithi061 bash[108174]: audit 2023-12-08T06:03:42.759551+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.61:0/2036268364' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T06:03:43.919 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:43 smithi061 bash[108174]: audit 2023-12-08T06:03:43.050247+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:43.919 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:43 smithi061 bash[108174]: audit 2023-12-08T06:03:43.052857+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:43.919 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:43 smithi061 bash[108174]: audit 2023-12-08T06:03:43.053492+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:43.920 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:43 smithi061 bash[111590]: audit 2023-12-08T06:03:43.050247+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:43.920 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:43 smithi061 bash[111590]: audit 2023-12-08T06:03:43.052857+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:43.920 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:43 smithi061 bash[111590]: audit 2023-12-08T06:03:43.053492+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:44.052 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[108248]: audit 2023-12-08T06:03:42.759551+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.61:0/2036268364' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T06:03:44.052 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[108248]: audit 2023-12-08T06:03:43.050247+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:44.053 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[108248]: audit 2023-12-08T06:03:43.052857+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717641\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717714\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717747\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717778\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717807\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:22.717835\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:44.053 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:43 smithi118 bash[108248]: audit 2023-12-08T06:03:43.053492+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:03:44.258 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:03:44.652 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6800","nonce":1579084917},{"type":"v1","addr":"172.21.15.61:6801","nonce":1579084917}]},"active_addr":"172.21.15.61:6801/1579084917","active_change":"2023-12-08T06:00:35.632619+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://smithi061.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.61:0","nonce":705961836}]},{"addrvec":[{"type":"v2","addr":"172.21.15.61:0","nonce":548735696}]},{"addrvec":[{"type":"v2","addr":"172.21.15.61:0","nonce":1414910236}]}]}} 2023-12-08T06:03:44.654 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T06:03:44.654 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T06:03:44.655 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T06:03:44.892 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:44 smithi061 podman[122311]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-node-exporter.a" found: no such container 2023-12-08T06:03:44.892 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:44 smithi061 systemd[1]: Started Ceph node-exporter.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:03:44.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[108174]: cluster 2023-12-08T06:03:43.732156+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:44.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[111590]: cluster 2023-12-08T06:03:43.732156+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:44.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[108174]: audit 2023-12-08T06:03:44.251467+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_daemon_update\": \"2023-12-08T06:03:44.250765\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:44.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[108174]: audit 2023-12-08T06:03:44.251974+0000 mon.a (mon.0) 696 : audit [DBG] from='client.? 172.21.15.61:0/3335588326' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T06:03:44.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[108174]: audit 2023-12-08T06:03:44.257261+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_daemon_update\": \"2023-12-08T06:03:44.250765\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:44.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[108174]: audit 2023-12-08T06:03:44.258989+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-08T06:03:44.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[108174]: audit 2023-12-08T06:03:44.259635+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:44.894 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[111590]: audit 2023-12-08T06:03:44.251467+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_daemon_update\": \"2023-12-08T06:03:44.250765\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:44.894 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[111590]: audit 2023-12-08T06:03:44.251974+0000 mon.a (mon.0) 696 : audit [DBG] from='client.? 172.21.15.61:0/3335588326' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T06:03:44.894 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[111590]: audit 2023-12-08T06:03:44.257261+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_daemon_update\": \"2023-12-08T06:03:44.250765\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:44.894 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[111590]: audit 2023-12-08T06:03:44.258989+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-08T06:03:44.894 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[111590]: audit 2023-12-08T06:03:44.259635+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:44 smithi118 bash[108248]: cluster 2023-12-08T06:03:43.732156+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:44 smithi118 bash[108248]: audit 2023-12-08T06:03:44.251467+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_daemon_update\": \"2023-12-08T06:03:44.250765\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:45.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:44 smithi118 bash[108248]: audit 2023-12-08T06:03:44.251974+0000 mon.a (mon.0) 696 : audit [DBG] from='client.? 172.21.15.61:0/3335588326' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T06:03:45.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:44 smithi118 bash[108248]: audit 2023-12-08T06:03:44.257261+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}}, \"last_daemon_update\": \"2023-12-08T06:03:44.250765\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:45.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:44 smithi118 bash[108248]: audit 2023-12-08T06:03:44.258989+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-08T06:03:45.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:44 smithi118 bash[108248]: audit 2023-12-08T06:03:44.259635+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:45.151 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[122328]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-08T06:03:45.151 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:44 smithi061 bash[122328]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-08T06:03:45.589 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:45 smithi118 systemd[1]: Started Ceph node-exporter.b for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:03:45.590 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[119266]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2023-12-08T06:03:45.590 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[119266]: Trying to pull docker.io/prom/node-exporter:latest... 2023-12-08T06:03:45.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[111590]: cephadm 2023-12-08T06:03:44.260063+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon node-exporter.a on smithi061 2023-12-08T06:03:45.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[108174]: cephadm 2023-12-08T06:03:44.260063+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon node-exporter.a on smithi061 2023-12-08T06:03:45.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[111590]: audit 2023-12-08T06:03:44.803416+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:03:45.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[108174]: audit 2023-12-08T06:03:44.803416+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:03:45.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[111590]: audit 2023-12-08T06:03:44.807039+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:03:45.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[111590]: audit 2023-12-08T06:03:44.807789+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-08T06:03:45.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[111590]: audit 2023-12-08T06:03:44.808353+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:45.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[111590]: cephadm 2023-12-08T06:03:44.808834+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.b on smithi118 2023-12-08T06:03:45.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[111590]: audit 2023-12-08T06:03:45.292878+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:45.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[111590]: audit 2023-12-08T06:03:45.295900+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:45.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[108174]: audit 2023-12-08T06:03:44.807039+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:03:45.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[108174]: audit 2023-12-08T06:03:44.807789+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-08T06:03:45.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[108174]: audit 2023-12-08T06:03:44.808353+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:45.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[108174]: cephadm 2023-12-08T06:03:44.808834+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.b on smithi118 2023-12-08T06:03:45.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[108174]: audit 2023-12-08T06:03:45.292878+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:45.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:45 smithi061 bash[108174]: audit 2023-12-08T06:03:45.295900+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:45.944 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:03:45.944 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":61,"fsid":"f98a4f9a-958e-11ee-95a3-87774f69a715","created":"2023-12-08T06:00:06.499843+0000","modified":"2023-12-08T06:03:26.825393+0000","last_up_change":"2023-12-08T06:03:25.824005+0000","last_in_change":"2023-12-08T06:03:25.824005+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T06:00:15.174716+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":"d0d64a64-f210-4da4-bc99-4cb765ad0b2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":59,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6802","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6803","nonce":1425740278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6804","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6805","nonce":1425740278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6808","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6809","nonce":1425740278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6806","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6807","nonce":1425740278}]},"public_addr":"172.21.15.61:6803/1425740278","cluster_addr":"172.21.15.61:6805/1425740278","heartbeat_back_addr":"172.21.15.61:6809/1425740278","heartbeat_front_addr":"172.21.15.61:6807/1425740278","state":["exists","up"]},{"osd":1,"uuid":"a8992679-4d8e-4214-aafd-3172f61adc0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":19,"up_from":22,"up_thru":42,"down_at":20,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6810","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6811","nonce":3599032572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6812","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6813","nonce":3599032572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6816","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6817","nonce":3599032572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6814","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6815","nonce":3599032572}]},"public_addr":"172.21.15.61:6811/3599032572","cluster_addr":"172.21.15.61:6813/3599032572","heartbeat_back_addr":"172.21.15.61:6817/3599032572","heartbeat_front_addr":"172.21.15.61:6815/3599032572","state":["exists","up"]},{"osd":2,"uuid":"483e06bc-9af3-4d2d-b1d6-a04257308de4","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.61:6818","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6819","nonce":102466593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6820","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6821","nonce":102466593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6824","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6825","nonce":102466593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6822","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6823","nonce":102466593}]},"public_addr":"172.21.15.61:6819/102466593","cluster_addr":"172.21.15.61:6821/102466593","heartbeat_back_addr":"172.21.15.61:6825/102466593","heartbeat_front_addr":"172.21.15.61:6823/102466593","state":["exists","up"]},{"osd":3,"uuid":"d2ba7a52-9aed-438d-804f-c3fb75af1946","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.61:6826","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6827","nonce":1393803634}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6828","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6829","nonce":1393803634}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6832","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6833","nonce":1393803634}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6830","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6831","nonce":1393803634}]},"public_addr":"172.21.15.61:6827/1393803634","cluster_addr":"172.21.15.61:6829/1393803634","heartbeat_back_addr":"172.21.15.61:6833/1393803634","heartbeat_front_addr":"172.21.15.61:6831/1393803634","state":["exists","up"]},{"osd":4,"uuid":"ec3d1b09-21af-404c-8976-5cc44752d782","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":39,"up_from":42,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6801","nonce":2172220795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6803","nonce":2172220795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6807","nonce":2172220795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6805","nonce":2172220795}]},"public_addr":"172.21.15.118:6801/2172220795","cluster_addr":"172.21.15.118:6803/2172220795","heartbeat_back_addr":"172.21.15.118:6807/2172220795","heartbeat_front_addr":"172.21.15.118:6805/2172220795","state":["exists","up"]},{"osd":5,"uuid":"04795882-5a4a-4210-8074-17e16764cd4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":46,"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.118:6808","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6809","nonce":1711547715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6811","nonce":1711547715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6815","nonce":1711547715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6813","nonce":1711547715}]},"public_addr":"172.21.15.118:6809/1711547715","cluster_addr":"172.21.15.118:6811/1711547715","heartbeat_back_addr":"172.21.15.118:6815/1711547715","heartbeat_front_addr":"172.21.15.118:6813/1711547715","state":["exists","up"]},{"osd":6,"uuid":"b7ade142-4fa5-46a2-bb8e-31eab728dc4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":53,"last_clean_end":54,"up_from":57,"up_thru":57,"down_at":55,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6817","nonce":825503977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6819","nonce":825503977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6823","nonce":825503977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6821","nonce":825503977}]},"public_addr":"172.21.15.118:6817/825503977","cluster_addr":"172.21.15.118:6819/825503977","heartbeat_back_addr":"172.21.15.118:6823/825503977","heartbeat_front_addr":"172.21.15.118:6821/825503977","state":["exists","up"]},{"osd":7,"uuid":"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":60,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6825","nonce":3294534507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6827","nonce":3294534507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6831","nonce":3294534507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6829","nonce":3294534507}]},"public_addr":"172.21.15.118:6825/3294534507","cluster_addr":"172.21.15.118:6827/3294534507","heartbeat_back_addr":"172.21.15.118:6831/3294534507","heartbeat_front_addr":"172.21.15.118:6829/3294534507","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-08T06:02:02.718551+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:01:50.593047+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:04.881235+0000","dead_epoch":20},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:19.387231+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":"2023-12-08T06:02:32.750520+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:43.016956+0000","dead_epoch":40},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:57.478260+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":"2023-12-08T06:03:10.512164+0000","dead_epoch":55},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:03:24.669185+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.61:0/3453519049":"2023-12-09T06:00:35.632265+0000","172.21.15.61:6800/3842974908":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/1918441133":"2023-12-09T06:00:35.632265+0000","172.21.15.61:6801/3842974908":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/3277912215":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/918273025":"2023-12-09T06:00:22.936063+0000","172.21.15.61:6800/937169094":"2023-12-09T06:00:22.936063+0000","172.21.15.61:0/2136031226":"2023-12-09T06:00:22.936063+0000","172.21.15.61:0/144480670":"2023-12-09T06:00:22.936063+0000","172.21.15.61:6801/937169094":"2023-12-09T06:00:22.936063+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-08T06:03:46.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[108248]: cephadm 2023-12-08T06:03:44.260063+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon node-exporter.a on smithi061 2023-12-08T06:03:46.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[108248]: audit 2023-12-08T06:03:44.803416+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:03:46.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[108248]: audit 2023-12-08T06:03:44.807039+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:03:46.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[108248]: audit 2023-12-08T06:03:44.807789+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2023-12-08T06:03:46.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[108248]: audit 2023-12-08T06:03:44.808353+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:03:46.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[108248]: cephadm 2023-12-08T06:03:44.808834+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.b on smithi118 2023-12-08T06:03:46.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[108248]: audit 2023-12-08T06:03:45.292878+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:03:46.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:45 smithi118 bash[108248]: audit 2023-12-08T06:03:45.295900+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:03:46.308 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T06:03:46.308 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T06:03:46.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:46 smithi061 bash[108174]: cephadm 2023-12-08T06:03:45.298062+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon alertmanager.a on smithi061 2023-12-08T06:03:46.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:46 smithi061 bash[108174]: cluster 2023-12-08T06:03:45.732498+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:46.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:46 smithi061 bash[108174]: audit 2023-12-08T06:03:45.940857+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.61:0/290479593' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:46.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:46 smithi061 bash[111590]: cephadm 2023-12-08T06:03:45.298062+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon alertmanager.a on smithi061 2023-12-08T06:03:46.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:46 smithi061 bash[111590]: cluster 2023-12-08T06:03:45.732498+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:46.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:46 smithi061 bash[111590]: audit 2023-12-08T06:03:45.940857+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.61:0/290479593' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:46 smithi118 bash[108248]: cephadm 2023-12-08T06:03:45.298062+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon alertmanager.a on smithi061 2023-12-08T06:03:47.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:46 smithi118 bash[108248]: cluster 2023-12-08T06:03:45.732498+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:47.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:46 smithi118 bash[108248]: audit 2023-12-08T06:03:45.940857+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.61:0/290479593' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:47.473 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:03:47.473 INFO:teuthology.orchestra.run.smithi061.stdout:{"epoch":61,"fsid":"f98a4f9a-958e-11ee-95a3-87774f69a715","created":"2023-12-08T06:00:06.499843+0000","modified":"2023-12-08T06:03:26.825393+0000","last_up_change":"2023-12-08T06:03:25.824005+0000","last_in_change":"2023-12-08T06:03:25.824005+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T06:00:15.174716+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":"d0d64a64-f210-4da4-bc99-4cb765ad0b2c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":59,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6802","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6803","nonce":1425740278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6804","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6805","nonce":1425740278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6808","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6809","nonce":1425740278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6806","nonce":1425740278},{"type":"v1","addr":"172.21.15.61:6807","nonce":1425740278}]},"public_addr":"172.21.15.61:6803/1425740278","cluster_addr":"172.21.15.61:6805/1425740278","heartbeat_back_addr":"172.21.15.61:6809/1425740278","heartbeat_front_addr":"172.21.15.61:6807/1425740278","state":["exists","up"]},{"osd":1,"uuid":"a8992679-4d8e-4214-aafd-3172f61adc0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":19,"up_from":22,"up_thru":42,"down_at":20,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6810","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6811","nonce":3599032572}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6812","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6813","nonce":3599032572}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6816","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6817","nonce":3599032572}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6814","nonce":3599032572},{"type":"v1","addr":"172.21.15.61:6815","nonce":3599032572}]},"public_addr":"172.21.15.61:6811/3599032572","cluster_addr":"172.21.15.61:6813/3599032572","heartbeat_back_addr":"172.21.15.61:6817/3599032572","heartbeat_front_addr":"172.21.15.61:6815/3599032572","state":["exists","up"]},{"osd":2,"uuid":"483e06bc-9af3-4d2d-b1d6-a04257308de4","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.61:6818","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6819","nonce":102466593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6820","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6821","nonce":102466593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6824","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6825","nonce":102466593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6822","nonce":102466593},{"type":"v1","addr":"172.21.15.61:6823","nonce":102466593}]},"public_addr":"172.21.15.61:6819/102466593","cluster_addr":"172.21.15.61:6821/102466593","heartbeat_back_addr":"172.21.15.61:6825/102466593","heartbeat_front_addr":"172.21.15.61:6823/102466593","state":["exists","up"]},{"osd":3,"uuid":"d2ba7a52-9aed-438d-804f-c3fb75af1946","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.61:6826","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6827","nonce":1393803634}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6828","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6829","nonce":1393803634}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6832","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6833","nonce":1393803634}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.61:6830","nonce":1393803634},{"type":"v1","addr":"172.21.15.61:6831","nonce":1393803634}]},"public_addr":"172.21.15.61:6827/1393803634","cluster_addr":"172.21.15.61:6829/1393803634","heartbeat_back_addr":"172.21.15.61:6833/1393803634","heartbeat_front_addr":"172.21.15.61:6831/1393803634","state":["exists","up"]},{"osd":4,"uuid":"ec3d1b09-21af-404c-8976-5cc44752d782","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":38,"last_clean_end":39,"up_from":42,"up_thru":0,"down_at":40,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6801","nonce":2172220795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6803","nonce":2172220795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6807","nonce":2172220795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2172220795},{"type":"v1","addr":"172.21.15.118:6805","nonce":2172220795}]},"public_addr":"172.21.15.118:6801/2172220795","cluster_addr":"172.21.15.118:6803/2172220795","heartbeat_back_addr":"172.21.15.118:6807/2172220795","heartbeat_front_addr":"172.21.15.118:6805/2172220795","state":["exists","up"]},{"osd":5,"uuid":"04795882-5a4a-4210-8074-17e16764cd4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":46,"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.118:6808","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6809","nonce":1711547715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6811","nonce":1711547715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6815","nonce":1711547715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":1711547715},{"type":"v1","addr":"172.21.15.118:6813","nonce":1711547715}]},"public_addr":"172.21.15.118:6809/1711547715","cluster_addr":"172.21.15.118:6811/1711547715","heartbeat_back_addr":"172.21.15.118:6815/1711547715","heartbeat_front_addr":"172.21.15.118:6813/1711547715","state":["exists","up"]},{"osd":6,"uuid":"b7ade142-4fa5-46a2-bb8e-31eab728dc4c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":53,"last_clean_end":54,"up_from":57,"up_thru":57,"down_at":55,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6817","nonce":825503977}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6819","nonce":825503977}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6823","nonce":825503977}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":825503977},{"type":"v1","addr":"172.21.15.118:6821","nonce":825503977}]},"public_addr":"172.21.15.118:6817/825503977","cluster_addr":"172.21.15.118:6819/825503977","heartbeat_back_addr":"172.21.15.118:6823/825503977","heartbeat_front_addr":"172.21.15.118:6821/825503977","state":["exists","up"]},{"osd":7,"uuid":"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":60,"up_thru":60,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6825","nonce":3294534507}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6827","nonce":3294534507}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6831","nonce":3294534507}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3294534507},{"type":"v1","addr":"172.21.15.118:6829","nonce":3294534507}]},"public_addr":"172.21.15.118:6825/3294534507","cluster_addr":"172.21.15.118:6827/3294534507","heartbeat_back_addr":"172.21.15.118:6831/3294534507","heartbeat_front_addr":"172.21.15.118:6829/3294534507","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2023-12-08T06:02:02.718551+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:01:50.593047+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:04.881235+0000","dead_epoch":20},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:19.387231+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":"2023-12-08T06:02:32.750520+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:43.016956+0000","dead_epoch":40},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:02:57.478260+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":"2023-12-08T06:03:10.512164+0000","dead_epoch":55},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T06:03:24.669185+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.61:0/3453519049":"2023-12-09T06:00:35.632265+0000","172.21.15.61:6800/3842974908":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/1918441133":"2023-12-09T06:00:35.632265+0000","172.21.15.61:6801/3842974908":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/3277912215":"2023-12-09T06:00:35.632265+0000","172.21.15.61:0/918273025":"2023-12-09T06:00:22.936063+0000","172.21.15.61:6800/937169094":"2023-12-09T06:00:22.936063+0000","172.21.15.61:0/2136031226":"2023-12-09T06:00:22.936063+0000","172.21.15.61:0/144480670":"2023-12-09T06:00:22.936063+0000","172.21.15.61:6801/937169094":"2023-12-09T06:00:22.936063+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2023-12-08T06:03:47.831 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T06:03:47.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:47 smithi061 bash[108174]: audit 2023-12-08T06:03:47.470274+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.61:0/3277219788' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:47.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:47 smithi061 bash[111590]: audit 2023-12-08T06:03:47.470274+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.61:0/3277219788' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:48.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:47 smithi118 bash[108248]: audit 2023-12-08T06:03:47.470274+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.61:0/3277219788' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T06:03:48.900 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:48 smithi061 bash[108174]: cluster 2023-12-08T06:03:47.732837+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:48.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:48 smithi061 bash[111590]: cluster 2023-12-08T06:03:47.732837+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:49.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:48 smithi118 bash[108248]: cluster 2023-12-08T06:03:47.732837+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:49.180 INFO:teuthology.orchestra.run.smithi061.stdout:60129542167 2023-12-08T06:03:49.181 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T06:03:50.555 INFO:teuthology.orchestra.run.smithi061.stdout:94489280532 2023-12-08T06:03:50.555 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T06:03:51.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:50 smithi118 bash[108248]: cluster 2023-12-08T06:03:49.733154+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:50 smithi061 bash[108174]: cluster 2023-12-08T06:03:49.733154+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:51.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:50 smithi061 bash[111590]: cluster 2023-12-08T06:03:49.733154+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:51.651 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:51 smithi061 bash[122328]: Getting image source signatures 2023-12-08T06:03:51.654 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:51 smithi061 bash[122328]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2023-12-08T06:03:51.654 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:51 smithi061 bash[122328]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2023-12-08T06:03:51.654 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:51 smithi061 bash[122328]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2023-12-08T06:03:52.339 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:51 smithi118 bash[119266]: Getting image source signatures 2023-12-08T06:03:52.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:51 smithi118 bash[119266]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2023-12-08T06:03:52.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:51 smithi118 bash[119266]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2023-12-08T06:03:52.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:51 smithi118 bash[119266]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2023-12-08T06:03:52.480 INFO:teuthology.orchestra.run.smithi061.stdout:128849018898 2023-12-08T06:03:52.481 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T06:03:53.048 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:52 smithi061 bash[108174]: cluster 2023-12-08T06:03:51.733420+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:53.048 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:52 smithi061 bash[111590]: cluster 2023-12-08T06:03:51.733420+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:53.062 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:52 smithi118 bash[119266]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2023-12-08T06:03:53.062 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:52 smithi118 bash[119266]: Writing manifest to image destination 2023-12-08T06:03:53.062 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:52 smithi118 bash[108248]: cluster 2023-12-08T06:03:51.733420+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.183Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.184Z 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)" 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.184Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.184Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.184Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.184Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=arp 2023-12-08T06:03:53.340 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=bcache 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=bonding 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=btrfs 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=conntrack 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=cpu 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=diskstats 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=dmi 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=edac 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=entropy 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=filefd 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=filesystem 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=hwmon 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=infiniband 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=ipvs 2023-12-08T06:03:53.341 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=loadavg 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=mdadm 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=meminfo 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=netclass 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=netdev 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=netstat 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=nfs 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=nfsd 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=nvme 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=os 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=pressure 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=rapl 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=schedstat 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=selinux 2023-12-08T06:03:53.342 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=sockstat 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=softnet 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=stat 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=tapestats 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=textfile 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=time 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=uname 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=vmstat 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=xfs 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=node_exporter.go:117 level=info collector=zfs 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-12-08T06:03:53.343 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:03:53 smithi118 bash[119266]: ts=2023-12-08T06:03:53.185Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-12-08T06:03:53.401 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:53 smithi061 bash[122328]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2023-12-08T06:03:53.401 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:53 smithi061 bash[122328]: Writing manifest to image destination 2023-12-08T06:03:54.750 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.383Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2023-12-08T06:03:54.750 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.383Z 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)" 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=arp 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=bcache 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=bonding 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=btrfs 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=conntrack 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=cpu 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=diskstats 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=dmi 2023-12-08T06:03:54.751 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=edac 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=entropy 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=filefd 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=filesystem 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=hwmon 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=infiniband 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=ipvs 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=loadavg 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=mdadm 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=meminfo 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=netclass 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=netdev 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=netstat 2023-12-08T06:03:54.752 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=nfs 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=nfsd 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=nvme 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=os 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=pressure 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=rapl 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=schedstat 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=selinux 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=sockstat 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=softnet 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.384Z caller=node_exporter.go:117 level=info collector=stat 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=tapestats 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=textfile 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-12-08T06:03:54.753 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=time 2023-12-08T06:03:54.754 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-12-08T06:03:54.754 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=uname 2023-12-08T06:03:54.754 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=vmstat 2023-12-08T06:03:54.754 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=xfs 2023-12-08T06:03:54.754 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=node_exporter.go:117 level=info collector=zfs 2023-12-08T06:03:54.754 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2023-12-08T06:03:54.754 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[122328]: ts=2023-12-08T06:03:54.385Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-12-08T06:03:55.047 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[108174]: cluster 2023-12-08T06:03:53.733714+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:55.047 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:54 smithi061 bash[111590]: cluster 2023-12-08T06:03:53.733714+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:55.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:54 smithi118 bash[108248]: cluster 2023-12-08T06:03:53.733714+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:56.222 INFO:teuthology.orchestra.run.smithi061.stdout:141733920788 2023-12-08T06:03:56.222 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T06:03:56.847 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:56 smithi061 bash[108174]: cluster 2023-12-08T06:03:55.734189+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:56.848 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:56 smithi061 bash[111590]: cluster 2023-12-08T06:03:55.734189+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:57.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:56 smithi118 bash[108248]: cluster 2023-12-08T06:03:55.734189+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:57.100 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:56 smithi061 podman[123667]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-alertmanager.a" found: no such container 2023-12-08T06:03:57.101 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:56 smithi061 systemd[1]: Started Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:03:57.762 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[123683]: ts=2023-12-08T06:03:57.420Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-08T06:03:57.762 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[123683]: ts=2023-12-08T06:03:57.420Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-08T06:03:57.762 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[123683]: ts=2023-12-08T06:03:57.420Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.61 port=9094 2023-12-08T06:03:57.762 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[123683]: ts=2023-12-08T06:03:57.422Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-08T06:03:57.763 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[123683]: ts=2023-12-08T06:03:57.444Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-08T06:03:57.763 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[123683]: ts=2023-12-08T06:03:57.444Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-08T06:03:57.763 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[123683]: ts=2023-12-08T06:03:57.446Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-08T06:03:57.763 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[123683]: ts=2023-12-08T06:03:57.446Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-08T06:03:57.764 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[111590]: audit 2023-12-08T06:03:56.912288+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:03:57.764 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[111590]: audit 2023-12-08T06:03:56.915104+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:03:57.764 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[111590]: audit 2023-12-08T06:03:57.114037+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCMIWFh+VdPhI8Lxd/SRmWhMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjA4MDYwMzU3WhcN\nMzMxMjA1MDYwMzU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt2H1XaTzba3XuO0oM9EV\nx7VjSgZ7nguALnT+WMzvZ0UwpgAZ2kCavCkv5FjVkGXHqHeY/PaEDF+7Lntcp0ap\ntJSwxZgHK2K7CcjibKhzw4R6uhE01DbhnRUa8mKpvJbvejoDZL2ROpXXk0rcWxGQ\nWO1xwRVMINUD/zbsEYQNpOkCg+aK6f+JDK65Dji6YNnj3W4chQp4TZswDfj4d6ro\n902xmz7QsfG8tUET9dQeufEziJWqTMD+6VIUgo8GN/Mb0B5brpl24ll1cH4hmcNY\nStjzuy9kYqZ6hFi1IB/bb8H069x/GljOWNfZHM9RwhHMkhN8C9sxO0sr9nQt9SZc\nZwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBqK399LkSROSF1CJnHKAmj+D3uVpdD\n1JumH+2PJI0qvjq/mqSI9xg6ZTtYeOX8YSyiFl0JA4m7Km3QUJmJgVurlUsilmgM\nR4cdZMMO//yFqpQNYleUbTXtY2XJqOv10F5o6geK+AY8PuwxoagJr8Zty0+gpT17\nWyM6BxL+E563Qr1BjMHvWJbIXXv/AehIO0snCC/ZWU+Fdl0gowFE65oWj0sNo4Ib\n3PKXXmyahQijHxvEbDaOvV20P4zjI5+1ftZcPPf41o4fYxMQcshnPUgMCODLAkAH\no/rRcoTYKpEMqWgCQw/pt02Mtj2APXy/bXADNdZIbowu3fidIKymikaJ\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-08T06:03:57.764 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[111590]: audit 2023-12-08T06:03:57.117097+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCMIWFh+VdPhI8Lxd/SRmWhMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjA4MDYwMzU3WhcN\nMzMxMjA1MDYwMzU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt2H1XaTzba3XuO0oM9EV\nx7VjSgZ7nguALnT+WMzvZ0UwpgAZ2kCavCkv5FjVkGXHqHeY/PaEDF+7Lntcp0ap\ntJSwxZgHK2K7CcjibKhzw4R6uhE01DbhnRUa8mKpvJbvejoDZL2ROpXXk0rcWxGQ\nWO1xwRVMINUD/zbsEYQNpOkCg+aK6f+JDK65Dji6YNnj3W4chQp4TZswDfj4d6ro\n902xmz7QsfG8tUET9dQeufEziJWqTMD+6VIUgo8GN/Mb0B5brpl24ll1cH4hmcNY\nStjzuy9kYqZ6hFi1IB/bb8H069x/GljOWNfZHM9RwhHMkhN8C9sxO0sr9nQt9SZc\nZwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBqK399LkSROSF1CJnHKAmj+D3uVpdD\n1JumH+2PJI0qvjq/mqSI9xg6ZTtYeOX8YSyiFl0JA4m7Km3QUJmJgVurlUsilmgM\nR4cdZMMO//yFqpQNYleUbTXtY2XJqOv10F5o6geK+AY8PuwxoagJr8Zty0+gpT17\nWyM6BxL+E563Qr1BjMHvWJbIXXv/AehIO0snCC/ZWU+Fdl0gowFE65oWj0sNo4Ib\n3PKXXmyahQijHxvEbDaOvV20P4zjI5+1ftZcPPf41o4fYxMQcshnPUgMCODLAkAH\no/rRcoTYKpEMqWgCQw/pt02Mtj2APXy/bXADNdZIbowu3fidIKymikaJ\n-----END CERTIFICATE-----\n"}]': finished 2023-12-08T06:03:57.764 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[111590]: audit 2023-12-08T06:03:57.117547+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC3YfVdpPNtrde4\n7Sgz0RXHtWNKBnueC4AudP5YzO9nRTCmABnaQJq8KS/kWNWQZceod5j89oQMX7su\ne1ynRqm0lLDFmAcrYrsJyOJsqHPDhHq6ETTUNuGdFRryYqm8lu96OgNkvZE6ldeT\nStxbEZBY7XHBFUwg1QP/NuwRhA2k6QKD5orp/4kMrrkOOLpg2ePdbhyFCnhNmzAN\n+Ph3quj3TbGbPtCx8by1QRP11B658TOIlapMwP7pUhSCjwY38xvQHluumXbiWXVw\nfiGZw1hK2PO7L2RipnqEWLUgH9tvwfTr3H8aWM5Y19kcz1HCEcySE3wL2zE7Syv2\ndC31JlxnAgMBAAECggEAHHIvk4Ug1aSfz+nJ0K/gRwhWDIeQ6WUzTwGK6s9vW3+a\nGkXtvLNEzWc+LJezGSEQpYtXyfWbaif3azBroO8PKBngieYZRpucE9p7dQt0WaHV\nP8OnhDu3J5y8f1jap4xqPXV+TUQyoPnZZNm58M56q7C5cpARLQ6d/hrQ566qRygy\nqUIxotTCxS+hUiGpp1B0T/cWk/f85FRAktwWR0vUrWAWKsolgrFo80nDcIxeGd9f\nutP0ifGiLGLBCBac/RjbU44n+iaUGqxIuVv8ZbLhb0oOqS+Dwo/cRycv8TlKL9oo\nSg99NLQqFwqxkvq7Bef5qpid17fb3S+Mrxj24p9k0QKBgQDZUCWArMCHzTq3M8ia\nUvjMhs7KIZWgvpNFyIFRQUzVLo03YpXa+qjyYl5+Z32jdYUm9V6nwOl5GWWFeVq5\noUSeKxxUaFWYjKYExio3GYaW2PwMSJ/x7byo+ZqVN3JfWDjmvYy+Y2KM2LQeEChY\nSsqq54Lsj4+eqnpJcGqtlav7vQKBgQDYB3ZtrqffZ5VI+SKe2JdrCF8x4IvWMN8y\nxHf6IIG8Um19OJoLZtR1ZH6X6k6oo5+H9jAgQ3br8yfNKfMmxcaavpsYpG6FNZv8\nVWVy5PvB8bMNiq4lMkqYzn7j6kIfpTNVFn614a+58NWZxF9OdtmM4HJuigBwpPnv\nTLtWR3KI8wKBgAgEjv2qYgggqFPuEy6udQOGzcZjatPddC2U8kB/Okh7STaL6p+D\ntAwNWRMs2lPXmCwRzYY+9d5D85zzF0fWDWQQjyEGIHJabh2q+g/CX1bddp81ZsFU\nViud2fg7bXrbFG5e+/xiSlaMAElDq1lmmQepNwlnWpMuEwj2ntj8trW5AoGBAM65\nRXDsI6S7QLYWAjUzWqKH3mCiWe5b0hqIu67VkJCf6DpeAbtLaZ/0zNee1iq2eSDo\nS2F0bcaYZswDirTdqZHHOC+6mjBK/rvXFD+ANBKBsjARN1hM6emUIQUE1MXnllmk\nLxjpoPk0J5L/wZwaS1BuL9LrqEQi+zEtok+MC2RVAoGABJohfdje5omPFfzI6sgk\nBCQ5GsYpU5qm1oB4IE8Ea3N70+qO1EKdZ5IGJfE2cFHWVZc3XCsUeF10mN0YYRBV\nxcKbcXzYa2DPTkrm6kvcY2z0Nlhq27sZUJkk6TGtvX3nfLEzZJKdjIGuYa9t2guz\n4OfsqLYPdwuj8H6QbG0foGM=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-08T06:03:57.764 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[111590]: audit 2023-12-08T06:03:57.119924+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC3YfVdpPNtrde4\n7Sgz0RXHtWNKBnueC4AudP5YzO9nRTCmABnaQJq8KS/kWNWQZceod5j89oQMX7su\ne1ynRqm0lLDFmAcrYrsJyOJsqHPDhHq6ETTUNuGdFRryYqm8lu96OgNkvZE6ldeT\nStxbEZBY7XHBFUwg1QP/NuwRhA2k6QKD5orp/4kMrrkOOLpg2ePdbhyFCnhNmzAN\n+Ph3quj3TbGbPtCx8by1QRP11B658TOIlapMwP7pUhSCjwY38xvQHluumXbiWXVw\nfiGZw1hK2PO7L2RipnqEWLUgH9tvwfTr3H8aWM5Y19kcz1HCEcySE3wL2zE7Syv2\ndC31JlxnAgMBAAECggEAHHIvk4Ug1aSfz+nJ0K/gRwhWDIeQ6WUzTwGK6s9vW3+a\nGkXtvLNEzWc+LJezGSEQpYtXyfWbaif3azBroO8PKBngieYZRpucE9p7dQt0WaHV\nP8OnhDu3J5y8f1jap4xqPXV+TUQyoPnZZNm58M56q7C5cpARLQ6d/hrQ566qRygy\nqUIxotTCxS+hUiGpp1B0T/cWk/f85FRAktwWR0vUrWAWKsolgrFo80nDcIxeGd9f\nutP0ifGiLGLBCBac/RjbU44n+iaUGqxIuVv8ZbLhb0oOqS+Dwo/cRycv8TlKL9oo\nSg99NLQqFwqxkvq7Bef5qpid17fb3S+Mrxj24p9k0QKBgQDZUCWArMCHzTq3M8ia\nUvjMhs7KIZWgvpNFyIFRQUzVLo03YpXa+qjyYl5+Z32jdYUm9V6nwOl5GWWFeVq5\noUSeKxxUaFWYjKYExio3GYaW2PwMSJ/x7byo+ZqVN3JfWDjmvYy+Y2KM2LQeEChY\nSsqq54Lsj4+eqnpJcGqtlav7vQKBgQDYB3ZtrqffZ5VI+SKe2JdrCF8x4IvWMN8y\nxHf6IIG8Um19OJoLZtR1ZH6X6k6oo5+H9jAgQ3br8yfNKfMmxcaavpsYpG6FNZv8\nVWVy5PvB8bMNiq4lMkqYzn7j6kIfpTNVFn614a+58NWZxF9OdtmM4HJuigBwpPnv\nTLtWR3KI8wKBgAgEjv2qYgggqFPuEy6udQOGzcZjatPddC2U8kB/Okh7STaL6p+D\ntAwNWRMs2lPXmCwRzYY+9d5D85zzF0fWDWQQjyEGIHJabh2q+g/CX1bddp81ZsFU\nViud2fg7bXrbFG5e+/xiSlaMAElDq1lmmQepNwlnWpMuEwj2ntj8trW5AoGBAM65\nRXDsI6S7QLYWAjUzWqKH3mCiWe5b0hqIu67VkJCf6DpeAbtLaZ/0zNee1iq2eSDo\nS2F0bcaYZswDirTdqZHHOC+6mjBK/rvXFD+ANBKBsjARN1hM6emUIQUE1MXnllmk\nLxjpoPk0J5L/wZwaS1BuL9LrqEQi+zEtok+MC2RVAoGABJohfdje5omPFfzI6sgk\nBCQ5GsYpU5qm1oB4IE8Ea3N70+qO1EKdZ5IGJfE2cFHWVZc3XCsUeF10mN0YYRBV\nxcKbcXzYa2DPTkrm6kvcY2z0Nlhq27sZUJkk6TGtvX3nfLEzZJKdjIGuYa9t2guz\n4OfsqLYPdwuj8H6QbG0foGM=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-08T06:03:58.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[108174]: audit 2023-12-08T06:03:56.912288+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:03:58.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[108174]: audit 2023-12-08T06:03:56.915104+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:03:58.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[108174]: audit 2023-12-08T06:03:57.114037+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCMIWFh+VdPhI8Lxd/SRmWhMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjA4MDYwMzU3WhcN\nMzMxMjA1MDYwMzU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt2H1XaTzba3XuO0oM9EV\nx7VjSgZ7nguALnT+WMzvZ0UwpgAZ2kCavCkv5FjVkGXHqHeY/PaEDF+7Lntcp0ap\ntJSwxZgHK2K7CcjibKhzw4R6uhE01DbhnRUa8mKpvJbvejoDZL2ROpXXk0rcWxGQ\nWO1xwRVMINUD/zbsEYQNpOkCg+aK6f+JDK65Dji6YNnj3W4chQp4TZswDfj4d6ro\n902xmz7QsfG8tUET9dQeufEziJWqTMD+6VIUgo8GN/Mb0B5brpl24ll1cH4hmcNY\nStjzuy9kYqZ6hFi1IB/bb8H069x/GljOWNfZHM9RwhHMkhN8C9sxO0sr9nQt9SZc\nZwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBqK399LkSROSF1CJnHKAmj+D3uVpdD\n1JumH+2PJI0qvjq/mqSI9xg6ZTtYeOX8YSyiFl0JA4m7Km3QUJmJgVurlUsilmgM\nR4cdZMMO//yFqpQNYleUbTXtY2XJqOv10F5o6geK+AY8PuwxoagJr8Zty0+gpT17\nWyM6BxL+E563Qr1BjMHvWJbIXXv/AehIO0snCC/ZWU+Fdl0gowFE65oWj0sNo4Ib\n3PKXXmyahQijHxvEbDaOvV20P4zjI5+1ftZcPPf41o4fYxMQcshnPUgMCODLAkAH\no/rRcoTYKpEMqWgCQw/pt02Mtj2APXy/bXADNdZIbowu3fidIKymikaJ\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-08T06:03:58.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[108174]: audit 2023-12-08T06:03:57.117097+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCMIWFh+VdPhI8Lxd/SRmWhMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjA4MDYwMzU3WhcN\nMzMxMjA1MDYwMzU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt2H1XaTzba3XuO0oM9EV\nx7VjSgZ7nguALnT+WMzvZ0UwpgAZ2kCavCkv5FjVkGXHqHeY/PaEDF+7Lntcp0ap\ntJSwxZgHK2K7CcjibKhzw4R6uhE01DbhnRUa8mKpvJbvejoDZL2ROpXXk0rcWxGQ\nWO1xwRVMINUD/zbsEYQNpOkCg+aK6f+JDK65Dji6YNnj3W4chQp4TZswDfj4d6ro\n902xmz7QsfG8tUET9dQeufEziJWqTMD+6VIUgo8GN/Mb0B5brpl24ll1cH4hmcNY\nStjzuy9kYqZ6hFi1IB/bb8H069x/GljOWNfZHM9RwhHMkhN8C9sxO0sr9nQt9SZc\nZwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBqK399LkSROSF1CJnHKAmj+D3uVpdD\n1JumH+2PJI0qvjq/mqSI9xg6ZTtYeOX8YSyiFl0JA4m7Km3QUJmJgVurlUsilmgM\nR4cdZMMO//yFqpQNYleUbTXtY2XJqOv10F5o6geK+AY8PuwxoagJr8Zty0+gpT17\nWyM6BxL+E563Qr1BjMHvWJbIXXv/AehIO0snCC/ZWU+Fdl0gowFE65oWj0sNo4Ib\n3PKXXmyahQijHxvEbDaOvV20P4zjI5+1ftZcPPf41o4fYxMQcshnPUgMCODLAkAH\no/rRcoTYKpEMqWgCQw/pt02Mtj2APXy/bXADNdZIbowu3fidIKymikaJ\n-----END CERTIFICATE-----\n"}]': finished 2023-12-08T06:03:58.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[108174]: audit 2023-12-08T06:03:57.117547+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC3YfVdpPNtrde4\n7Sgz0RXHtWNKBnueC4AudP5YzO9nRTCmABnaQJq8KS/kWNWQZceod5j89oQMX7su\ne1ynRqm0lLDFmAcrYrsJyOJsqHPDhHq6ETTUNuGdFRryYqm8lu96OgNkvZE6ldeT\nStxbEZBY7XHBFUwg1QP/NuwRhA2k6QKD5orp/4kMrrkOOLpg2ePdbhyFCnhNmzAN\n+Ph3quj3TbGbPtCx8by1QRP11B658TOIlapMwP7pUhSCjwY38xvQHluumXbiWXVw\nfiGZw1hK2PO7L2RipnqEWLUgH9tvwfTr3H8aWM5Y19kcz1HCEcySE3wL2zE7Syv2\ndC31JlxnAgMBAAECggEAHHIvk4Ug1aSfz+nJ0K/gRwhWDIeQ6WUzTwGK6s9vW3+a\nGkXtvLNEzWc+LJezGSEQpYtXyfWbaif3azBroO8PKBngieYZRpucE9p7dQt0WaHV\nP8OnhDu3J5y8f1jap4xqPXV+TUQyoPnZZNm58M56q7C5cpARLQ6d/hrQ566qRygy\nqUIxotTCxS+hUiGpp1B0T/cWk/f85FRAktwWR0vUrWAWKsolgrFo80nDcIxeGd9f\nutP0ifGiLGLBCBac/RjbU44n+iaUGqxIuVv8ZbLhb0oOqS+Dwo/cRycv8TlKL9oo\nSg99NLQqFwqxkvq7Bef5qpid17fb3S+Mrxj24p9k0QKBgQDZUCWArMCHzTq3M8ia\nUvjMhs7KIZWgvpNFyIFRQUzVLo03YpXa+qjyYl5+Z32jdYUm9V6nwOl5GWWFeVq5\noUSeKxxUaFWYjKYExio3GYaW2PwMSJ/x7byo+ZqVN3JfWDjmvYy+Y2KM2LQeEChY\nSsqq54Lsj4+eqnpJcGqtlav7vQKBgQDYB3ZtrqffZ5VI+SKe2JdrCF8x4IvWMN8y\nxHf6IIG8Um19OJoLZtR1ZH6X6k6oo5+H9jAgQ3br8yfNKfMmxcaavpsYpG6FNZv8\nVWVy5PvB8bMNiq4lMkqYzn7j6kIfpTNVFn614a+58NWZxF9OdtmM4HJuigBwpPnv\nTLtWR3KI8wKBgAgEjv2qYgggqFPuEy6udQOGzcZjatPddC2U8kB/Okh7STaL6p+D\ntAwNWRMs2lPXmCwRzYY+9d5D85zzF0fWDWQQjyEGIHJabh2q+g/CX1bddp81ZsFU\nViud2fg7bXrbFG5e+/xiSlaMAElDq1lmmQepNwlnWpMuEwj2ntj8trW5AoGBAM65\nRXDsI6S7QLYWAjUzWqKH3mCiWe5b0hqIu67VkJCf6DpeAbtLaZ/0zNee1iq2eSDo\nS2F0bcaYZswDirTdqZHHOC+6mjBK/rvXFD+ANBKBsjARN1hM6emUIQUE1MXnllmk\nLxjpoPk0J5L/wZwaS1BuL9LrqEQi+zEtok+MC2RVAoGABJohfdje5omPFfzI6sgk\nBCQ5GsYpU5qm1oB4IE8Ea3N70+qO1EKdZ5IGJfE2cFHWVZc3XCsUeF10mN0YYRBV\nxcKbcXzYa2DPTkrm6kvcY2z0Nlhq27sZUJkk6TGtvX3nfLEzZJKdjIGuYa9t2guz\n4OfsqLYPdwuj8H6QbG0foGM=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-08T06:03:58.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:57 smithi061 bash[108174]: audit 2023-12-08T06:03:57.119924+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC3YfVdpPNtrde4\n7Sgz0RXHtWNKBnueC4AudP5YzO9nRTCmABnaQJq8KS/kWNWQZceod5j89oQMX7su\ne1ynRqm0lLDFmAcrYrsJyOJsqHPDhHq6ETTUNuGdFRryYqm8lu96OgNkvZE6ldeT\nStxbEZBY7XHBFUwg1QP/NuwRhA2k6QKD5orp/4kMrrkOOLpg2ePdbhyFCnhNmzAN\n+Ph3quj3TbGbPtCx8by1QRP11B658TOIlapMwP7pUhSCjwY38xvQHluumXbiWXVw\nfiGZw1hK2PO7L2RipnqEWLUgH9tvwfTr3H8aWM5Y19kcz1HCEcySE3wL2zE7Syv2\ndC31JlxnAgMBAAECggEAHHIvk4Ug1aSfz+nJ0K/gRwhWDIeQ6WUzTwGK6s9vW3+a\nGkXtvLNEzWc+LJezGSEQpYtXyfWbaif3azBroO8PKBngieYZRpucE9p7dQt0WaHV\nP8OnhDu3J5y8f1jap4xqPXV+TUQyoPnZZNm58M56q7C5cpARLQ6d/hrQ566qRygy\nqUIxotTCxS+hUiGpp1B0T/cWk/f85FRAktwWR0vUrWAWKsolgrFo80nDcIxeGd9f\nutP0ifGiLGLBCBac/RjbU44n+iaUGqxIuVv8ZbLhb0oOqS+Dwo/cRycv8TlKL9oo\nSg99NLQqFwqxkvq7Bef5qpid17fb3S+Mrxj24p9k0QKBgQDZUCWArMCHzTq3M8ia\nUvjMhs7KIZWgvpNFyIFRQUzVLo03YpXa+qjyYl5+Z32jdYUm9V6nwOl5GWWFeVq5\noUSeKxxUaFWYjKYExio3GYaW2PwMSJ/x7byo+ZqVN3JfWDjmvYy+Y2KM2LQeEChY\nSsqq54Lsj4+eqnpJcGqtlav7vQKBgQDYB3ZtrqffZ5VI+SKe2JdrCF8x4IvWMN8y\nxHf6IIG8Um19OJoLZtR1ZH6X6k6oo5+H9jAgQ3br8yfNKfMmxcaavpsYpG6FNZv8\nVWVy5PvB8bMNiq4lMkqYzn7j6kIfpTNVFn614a+58NWZxF9OdtmM4HJuigBwpPnv\nTLtWR3KI8wKBgAgEjv2qYgggqFPuEy6udQOGzcZjatPddC2U8kB/Okh7STaL6p+D\ntAwNWRMs2lPXmCwRzYY+9d5D85zzF0fWDWQQjyEGIHJabh2q+g/CX1bddp81ZsFU\nViud2fg7bXrbFG5e+/xiSlaMAElDq1lmmQepNwlnWpMuEwj2ntj8trW5AoGBAM65\nRXDsI6S7QLYWAjUzWqKH3mCiWe5b0hqIu67VkJCf6DpeAbtLaZ/0zNee1iq2eSDo\nS2F0bcaYZswDirTdqZHHOC+6mjBK/rvXFD+ANBKBsjARN1hM6emUIQUE1MXnllmk\nLxjpoPk0J5L/wZwaS1BuL9LrqEQi+zEtok+MC2RVAoGABJohfdje5omPFfzI6sgk\nBCQ5GsYpU5qm1oB4IE8Ea3N70+qO1EKdZ5IGJfE2cFHWVZc3XCsUeF10mN0YYRBV\nxcKbcXzYa2DPTkrm6kvcY2z0Nlhq27sZUJkk6TGtvX3nfLEzZJKdjIGuYa9t2guz\n4OfsqLYPdwuj8H6QbG0foGM=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-08T06:03:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:57 smithi118 bash[108248]: audit 2023-12-08T06:03:56.912288+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:03:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:57 smithi118 bash[108248]: audit 2023-12-08T06:03:56.915104+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783652\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783727\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783760\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783790\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783819\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783847\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:02:30.783876\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:03:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:57 smithi118 bash[108248]: audit 2023-12-08T06:03:57.114037+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCMIWFh+VdPhI8Lxd/SRmWhMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjA4MDYwMzU3WhcN\nMzMxMjA1MDYwMzU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt2H1XaTzba3XuO0oM9EV\nx7VjSgZ7nguALnT+WMzvZ0UwpgAZ2kCavCkv5FjVkGXHqHeY/PaEDF+7Lntcp0ap\ntJSwxZgHK2K7CcjibKhzw4R6uhE01DbhnRUa8mKpvJbvejoDZL2ROpXXk0rcWxGQ\nWO1xwRVMINUD/zbsEYQNpOkCg+aK6f+JDK65Dji6YNnj3W4chQp4TZswDfj4d6ro\n902xmz7QsfG8tUET9dQeufEziJWqTMD+6VIUgo8GN/Mb0B5brpl24ll1cH4hmcNY\nStjzuy9kYqZ6hFi1IB/bb8H069x/GljOWNfZHM9RwhHMkhN8C9sxO0sr9nQt9SZc\nZwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBqK399LkSROSF1CJnHKAmj+D3uVpdD\n1JumH+2PJI0qvjq/mqSI9xg6ZTtYeOX8YSyiFl0JA4m7Km3QUJmJgVurlUsilmgM\nR4cdZMMO//yFqpQNYleUbTXtY2XJqOv10F5o6geK+AY8PuwxoagJr8Zty0+gpT17\nWyM6BxL+E563Qr1BjMHvWJbIXXv/AehIO0snCC/ZWU+Fdl0gowFE65oWj0sNo4Ib\n3PKXXmyahQijHxvEbDaOvV20P4zjI5+1ftZcPPf41o4fYxMQcshnPUgMCODLAkAH\no/rRcoTYKpEMqWgCQw/pt02Mtj2APXy/bXADNdZIbowu3fidIKymikaJ\n-----END CERTIFICATE-----\n"}]: dispatch 2023-12-08T06:03:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:57 smithi118 bash[108248]: audit 2023-12-08T06:03:57.117097+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCMIWFh+VdPhI8Lxd/SRmWhMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjMxMjA4MDYwMzU3WhcN\nMzMxMjA1MDYwMzU3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt2H1XaTzba3XuO0oM9EV\nx7VjSgZ7nguALnT+WMzvZ0UwpgAZ2kCavCkv5FjVkGXHqHeY/PaEDF+7Lntcp0ap\ntJSwxZgHK2K7CcjibKhzw4R6uhE01DbhnRUa8mKpvJbvejoDZL2ROpXXk0rcWxGQ\nWO1xwRVMINUD/zbsEYQNpOkCg+aK6f+JDK65Dji6YNnj3W4chQp4TZswDfj4d6ro\n902xmz7QsfG8tUET9dQeufEziJWqTMD+6VIUgo8GN/Mb0B5brpl24ll1cH4hmcNY\nStjzuy9kYqZ6hFi1IB/bb8H069x/GljOWNfZHM9RwhHMkhN8C9sxO0sr9nQt9SZc\nZwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBqK399LkSROSF1CJnHKAmj+D3uVpdD\n1JumH+2PJI0qvjq/mqSI9xg6ZTtYeOX8YSyiFl0JA4m7Km3QUJmJgVurlUsilmgM\nR4cdZMMO//yFqpQNYleUbTXtY2XJqOv10F5o6geK+AY8PuwxoagJr8Zty0+gpT17\nWyM6BxL+E563Qr1BjMHvWJbIXXv/AehIO0snCC/ZWU+Fdl0gowFE65oWj0sNo4Ib\n3PKXXmyahQijHxvEbDaOvV20P4zjI5+1ftZcPPf41o4fYxMQcshnPUgMCODLAkAH\no/rRcoTYKpEMqWgCQw/pt02Mtj2APXy/bXADNdZIbowu3fidIKymikaJ\n-----END CERTIFICATE-----\n"}]': finished 2023-12-08T06:03:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:57 smithi118 bash[108248]: audit 2023-12-08T06:03:57.117547+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC3YfVdpPNtrde4\n7Sgz0RXHtWNKBnueC4AudP5YzO9nRTCmABnaQJq8KS/kWNWQZceod5j89oQMX7su\ne1ynRqm0lLDFmAcrYrsJyOJsqHPDhHq6ETTUNuGdFRryYqm8lu96OgNkvZE6ldeT\nStxbEZBY7XHBFUwg1QP/NuwRhA2k6QKD5orp/4kMrrkOOLpg2ePdbhyFCnhNmzAN\n+Ph3quj3TbGbPtCx8by1QRP11B658TOIlapMwP7pUhSCjwY38xvQHluumXbiWXVw\nfiGZw1hK2PO7L2RipnqEWLUgH9tvwfTr3H8aWM5Y19kcz1HCEcySE3wL2zE7Syv2\ndC31JlxnAgMBAAECggEAHHIvk4Ug1aSfz+nJ0K/gRwhWDIeQ6WUzTwGK6s9vW3+a\nGkXtvLNEzWc+LJezGSEQpYtXyfWbaif3azBroO8PKBngieYZRpucE9p7dQt0WaHV\nP8OnhDu3J5y8f1jap4xqPXV+TUQyoPnZZNm58M56q7C5cpARLQ6d/hrQ566qRygy\nqUIxotTCxS+hUiGpp1B0T/cWk/f85FRAktwWR0vUrWAWKsolgrFo80nDcIxeGd9f\nutP0ifGiLGLBCBac/RjbU44n+iaUGqxIuVv8ZbLhb0oOqS+Dwo/cRycv8TlKL9oo\nSg99NLQqFwqxkvq7Bef5qpid17fb3S+Mrxj24p9k0QKBgQDZUCWArMCHzTq3M8ia\nUvjMhs7KIZWgvpNFyIFRQUzVLo03YpXa+qjyYl5+Z32jdYUm9V6nwOl5GWWFeVq5\noUSeKxxUaFWYjKYExio3GYaW2PwMSJ/x7byo+ZqVN3JfWDjmvYy+Y2KM2LQeEChY\nSsqq54Lsj4+eqnpJcGqtlav7vQKBgQDYB3ZtrqffZ5VI+SKe2JdrCF8x4IvWMN8y\nxHf6IIG8Um19OJoLZtR1ZH6X6k6oo5+H9jAgQ3br8yfNKfMmxcaavpsYpG6FNZv8\nVWVy5PvB8bMNiq4lMkqYzn7j6kIfpTNVFn614a+58NWZxF9OdtmM4HJuigBwpPnv\nTLtWR3KI8wKBgAgEjv2qYgggqFPuEy6udQOGzcZjatPddC2U8kB/Okh7STaL6p+D\ntAwNWRMs2lPXmCwRzYY+9d5D85zzF0fWDWQQjyEGIHJabh2q+g/CX1bddp81ZsFU\nViud2fg7bXrbFG5e+/xiSlaMAElDq1lmmQepNwlnWpMuEwj2ntj8trW5AoGBAM65\nRXDsI6S7QLYWAjUzWqKH3mCiWe5b0hqIu67VkJCf6DpeAbtLaZ/0zNee1iq2eSDo\nS2F0bcaYZswDirTdqZHHOC+6mjBK/rvXFD+ANBKBsjARN1hM6emUIQUE1MXnllmk\nLxjpoPk0J5L/wZwaS1BuL9LrqEQi+zEtok+MC2RVAoGABJohfdje5omPFfzI6sgk\nBCQ5GsYpU5qm1oB4IE8Ea3N70+qO1EKdZ5IGJfE2cFHWVZc3XCsUeF10mN0YYRBV\nxcKbcXzYa2DPTkrm6kvcY2z0Nlhq27sZUJkk6TGtvX3nfLEzZJKdjIGuYa9t2guz\n4OfsqLYPdwuj8H6QbG0foGM=\n-----END PRIVATE KEY-----\n"}]: dispatch 2023-12-08T06:03:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:57 smithi118 bash[108248]: audit 2023-12-08T06:03:57.119924+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC3YfVdpPNtrde4\n7Sgz0RXHtWNKBnueC4AudP5YzO9nRTCmABnaQJq8KS/kWNWQZceod5j89oQMX7su\ne1ynRqm0lLDFmAcrYrsJyOJsqHPDhHq6ETTUNuGdFRryYqm8lu96OgNkvZE6ldeT\nStxbEZBY7XHBFUwg1QP/NuwRhA2k6QKD5orp/4kMrrkOOLpg2ePdbhyFCnhNmzAN\n+Ph3quj3TbGbPtCx8by1QRP11B658TOIlapMwP7pUhSCjwY38xvQHluumXbiWXVw\nfiGZw1hK2PO7L2RipnqEWLUgH9tvwfTr3H8aWM5Y19kcz1HCEcySE3wL2zE7Syv2\ndC31JlxnAgMBAAECggEAHHIvk4Ug1aSfz+nJ0K/gRwhWDIeQ6WUzTwGK6s9vW3+a\nGkXtvLNEzWc+LJezGSEQpYtXyfWbaif3azBroO8PKBngieYZRpucE9p7dQt0WaHV\nP8OnhDu3J5y8f1jap4xqPXV+TUQyoPnZZNm58M56q7C5cpARLQ6d/hrQ566qRygy\nqUIxotTCxS+hUiGpp1B0T/cWk/f85FRAktwWR0vUrWAWKsolgrFo80nDcIxeGd9f\nutP0ifGiLGLBCBac/RjbU44n+iaUGqxIuVv8ZbLhb0oOqS+Dwo/cRycv8TlKL9oo\nSg99NLQqFwqxkvq7Bef5qpid17fb3S+Mrxj24p9k0QKBgQDZUCWArMCHzTq3M8ia\nUvjMhs7KIZWgvpNFyIFRQUzVLo03YpXa+qjyYl5+Z32jdYUm9V6nwOl5GWWFeVq5\noUSeKxxUaFWYjKYExio3GYaW2PwMSJ/x7byo+ZqVN3JfWDjmvYy+Y2KM2LQeEChY\nSsqq54Lsj4+eqnpJcGqtlav7vQKBgQDYB3ZtrqffZ5VI+SKe2JdrCF8x4IvWMN8y\nxHf6IIG8Um19OJoLZtR1ZH6X6k6oo5+H9jAgQ3br8yfNKfMmxcaavpsYpG6FNZv8\nVWVy5PvB8bMNiq4lMkqYzn7j6kIfpTNVFn614a+58NWZxF9OdtmM4HJuigBwpPnv\nTLtWR3KI8wKBgAgEjv2qYgggqFPuEy6udQOGzcZjatPddC2U8kB/Okh7STaL6p+D\ntAwNWRMs2lPXmCwRzYY+9d5D85zzF0fWDWQQjyEGIHJabh2q+g/CX1bddp81ZsFU\nViud2fg7bXrbFG5e+/xiSlaMAElDq1lmmQepNwlnWpMuEwj2ntj8trW5AoGBAM65\nRXDsI6S7QLYWAjUzWqKH3mCiWe5b0hqIu67VkJCf6DpeAbtLaZ/0zNee1iq2eSDo\nS2F0bcaYZswDirTdqZHHOC+6mjBK/rvXFD+ANBKBsjARN1hM6emUIQUE1MXnllmk\nLxjpoPk0J5L/wZwaS1BuL9LrqEQi+zEtok+MC2RVAoGABJohfdje5omPFfzI6sgk\nBCQ5GsYpU5qm1oB4IE8Ea3N70+qO1EKdZ5IGJfE2cFHWVZc3XCsUeF10mN0YYRBV\nxcKbcXzYa2DPTkrm6kvcY2z0Nlhq27sZUJkk6TGtvX3nfLEzZJKdjIGuYa9t2guz\n4OfsqLYPdwuj8H6QbG0foGM=\n-----END PRIVATE KEY-----\n"}]': finished 2023-12-08T06:03:58.146 INFO:teuthology.orchestra.run.smithi061.stdout:180388626446 2023-12-08T06:03:58.147 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T06:03:59.016 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:58 smithi061 bash[108174]: cephadm 2023-12-08T06:03:57.120395+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Deploying daemon grafana.a on smithi118 2023-12-08T06:03:59.016 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:03:58 smithi061 bash[108174]: cluster 2023-12-08T06:03:57.734584+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:59.017 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:58 smithi061 bash[111590]: cephadm 2023-12-08T06:03:57.120395+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Deploying daemon grafana.a on smithi118 2023-12-08T06:03:59.017 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:03:58 smithi061 bash[111590]: cluster 2023-12-08T06:03:57.734584+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:59.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:58 smithi118 bash[108248]: cephadm 2023-12-08T06:03:57.120395+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Deploying daemon grafana.a on smithi118 2023-12-08T06:03:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:03:58 smithi118 bash[108248]: cluster 2023-12-08T06:03:57.734584+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:03:59.578 INFO:teuthology.orchestra.run.smithi061.stdout:214748364812 2023-12-08T06:03:59.579 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T06:03:59.651 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:03:59 smithi061 bash[123683]: ts=2023-12-08T06:03:59.422Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000026512s 2023-12-08T06:04:00.979 INFO:teuthology.orchestra.run.smithi061.stdout:244813135881 2023-12-08T06:04:00.979 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T06:04:01.005 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:00 smithi061 bash[108174]: cluster 2023-12-08T06:03:59.735138+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:01.005 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:00 smithi061 bash[111590]: cluster 2023-12-08T06:03:59.735138+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:01.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:00 smithi118 bash[108248]: cluster 2023-12-08T06:03:59.735138+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:02.379 INFO:teuthology.orchestra.run.smithi061.stdout:257698037770 2023-12-08T06:04:02.379 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T06:04:03.043 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:02 smithi061 bash[108174]: cluster 2023-12-08T06:04:01.735623+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:03.044 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:02 smithi061 bash[111590]: cluster 2023-12-08T06:04:01.735623+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:03.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:02 smithi118 bash[108248]: cluster 2023-12-08T06:04:01.735623+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:03.587 INFO:teuthology.orchestra.run.smithi061.stdout:60129542169 2023-12-08T06:04:03.885 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:03 smithi061 bash[108174]: audit 2023-12-08T06:04:03.584961+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.61:0/3618886517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T06:04:03.885 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:03 smithi061 bash[111590]: audit 2023-12-08T06:04:03.584961+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.61:0/3618886517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T06:04:03.953 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542167 got 60129542169 for osd.0 2023-12-08T06:04:03.953 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T06:04:04.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:03 smithi118 bash[108248]: audit 2023-12-08T06:04:03.584961+0000 mon.a (mon.0) 712 : audit [DBG] from='client.? 172.21.15.61:0/3618886517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T06:04:04.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:04 smithi061 bash[108174]: cluster 2023-12-08T06:04:03.736179+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:04.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:04 smithi061 bash[111590]: cluster 2023-12-08T06:04:03.736179+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:05.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:04 smithi118 bash[108248]: cluster 2023-12-08T06:04:03.736179+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:05.122 INFO:teuthology.orchestra.run.smithi061.stdout:94489280535 2023-12-08T06:04:05.503 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280532 got 94489280535 for osd.1 2023-12-08T06:04:05.503 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T06:04:06.056 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:05 smithi061 bash[108174]: audit 2023-12-08T06:04:05.120076+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.61:0/277306759' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T06:04:06.056 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:05 smithi061 bash[111590]: audit 2023-12-08T06:04:05.120076+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.61:0/277306759' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T06:04:06.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:05 smithi118 bash[108248]: audit 2023-12-08T06:04:05.120076+0000 mon.a (mon.0) 713 : audit [DBG] from='client.? 172.21.15.61:0/277306759' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T06:04:06.677 INFO:teuthology.orchestra.run.smithi061.stdout:128849018901 2023-12-08T06:04:07.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:06 smithi061 bash[108174]: cluster 2023-12-08T06:04:05.736515+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:07.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:06 smithi061 bash[108174]: audit 2023-12-08T06:04:06.674460+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.61:0/503968231' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T06:04:07.044 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:06 smithi061 bash[111590]: cluster 2023-12-08T06:04:05.736515+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:07.044 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:06 smithi061 bash[111590]: audit 2023-12-08T06:04:06.674460+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.61:0/503968231' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T06:04:07.069 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018898 got 128849018901 for osd.2 2023-12-08T06:04:07.069 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T06:04:07.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:06 smithi118 bash[108248]: cluster 2023-12-08T06:04:05.736515+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:07.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:06 smithi118 bash[108248]: audit 2023-12-08T06:04:06.674460+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.61:0/503968231' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T06:04:07.651 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:07 smithi061 bash[123683]: ts=2023-12-08T06:04:07.425Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002988433s 2023-12-08T06:04:08.248 INFO:teuthology.orchestra.run.smithi061.stdout:141733920790 2023-12-08T06:04:08.611 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920788 got 141733920790 for osd.3 2023-12-08T06:04:08.611 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T06:04:09.026 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:08 smithi061 bash[108174]: cluster 2023-12-08T06:04:07.736788+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:09.026 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:08 smithi061 bash[108174]: audit 2023-12-08T06:04:08.246005+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.61:0/57818356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T06:04:09.026 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:08 smithi061 bash[111590]: cluster 2023-12-08T06:04:07.736788+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:09.026 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:08 smithi061 bash[111590]: audit 2023-12-08T06:04:08.246005+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.61:0/57818356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T06:04:09.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:08 smithi118 bash[108248]: cluster 2023-12-08T06:04:07.736788+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:09.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:08 smithi118 bash[108248]: audit 2023-12-08T06:04:08.246005+0000 mon.a (mon.0) 714 : audit [DBG] from='client.? 172.21.15.61:0/57818356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T06:04:09.863 INFO:teuthology.orchestra.run.smithi061.stdout:180388626448 2023-12-08T06:04:10.236 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626446 got 180388626448 for osd.4 2023-12-08T06:04:10.236 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T06:04:11.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:10 smithi061 bash[108174]: cluster 2023-12-08T06:04:09.737054+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:11.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:10 smithi061 bash[108174]: audit 2023-12-08T06:04:09.860926+0000 mon.a (mon.0) 715 : audit [DBG] from='client.? 172.21.15.61:0/1463275079' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T06:04:11.044 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:10 smithi061 bash[111590]: cluster 2023-12-08T06:04:09.737054+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:11.045 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:10 smithi061 bash[111590]: audit 2023-12-08T06:04:09.860926+0000 mon.a (mon.0) 715 : audit [DBG] from='client.? 172.21.15.61:0/1463275079' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T06:04:11.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:10 smithi118 bash[108248]: cluster 2023-12-08T06:04:09.737054+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:11.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:10 smithi118 bash[108248]: audit 2023-12-08T06:04:09.860926+0000 mon.a (mon.0) 715 : audit [DBG] from='client.? 172.21.15.61:0/1463275079' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T06:04:11.409 INFO:teuthology.orchestra.run.smithi061.stdout:214748364814 2023-12-08T06:04:11.778 INFO:tasks.cephadm.ceph_manager.ceph:need seq 214748364812 got 214748364814 for osd.5 2023-12-08T06:04:11.778 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T06:04:12.029 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:11 smithi061 bash[108174]: audit 2023-12-08T06:04:11.406774+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.61:0/2077022451' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T06:04:12.029 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:11 smithi061 bash[111590]: audit 2023-12-08T06:04:11.406774+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.61:0/2077022451' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T06:04:12.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:11 smithi118 bash[108248]: audit 2023-12-08T06:04:11.406774+0000 mon.b (mon.2) 26 : audit [DBG] from='client.? 172.21.15.61:0/2077022451' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T06:04:12.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:12 smithi061 bash[108174]: cluster 2023-12-08T06:04:11.737317+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:12.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:12 smithi061 bash[111590]: cluster 2023-12-08T06:04:11.737317+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:12.910 INFO:teuthology.orchestra.run.smithi061.stdout:244813135883 2023-12-08T06:04:13.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:12 smithi118 bash[108248]: cluster 2023-12-08T06:04:11.737317+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:13.269 INFO:tasks.cephadm.ceph_manager.ceph:need seq 244813135881 got 244813135883 for osd.6 2023-12-08T06:04:13.269 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T06:04:13.964 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:13 smithi061 bash[108174]: audit 2023-12-08T06:04:12.907972+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.61:0/1629752971' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T06:04:13.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:13 smithi061 bash[111590]: audit 2023-12-08T06:04:12.907972+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.61:0/1629752971' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T06:04:14.017 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:13 smithi118 bash[108248]: audit 2023-12-08T06:04:12.907972+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.61:0/1629752971' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T06:04:14.439 INFO:teuthology.orchestra.run.smithi061.stdout:257698037772 2023-12-08T06:04:14.565 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 podman[119532]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-grafana.a" found: no such container 2023-12-08T06:04:14.565 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 systemd[1]: Started Ceph grafana.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:04:14.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[108248]: cluster 2023-12-08T06:04:13.737609+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:14.840 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2023-12-08T06:04:14.840 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-08T06:04:14.840 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-08T06:04:14.840 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="App mode production" logger=settings 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing SqlStore" logger=server 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Starting DB migration" logger=migrator 2023-12-08T06:04:14.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-08T06:04:14.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-08T06:04:14.843 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[108248]: audit 2023-12-08T06:04:14.334291+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:14.843 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[108248]: audit 2023-12-08T06:04:14.337023+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:14.843 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[108248]: audit 2023-12-08T06:04:14.337703+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:14.843 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[108248]: audit 2023-12-08T06:04:14.436337+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.61:0/267485704' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T06:04:14.844 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-08T06:04:14.844 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-08T06:04:14.844 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-08T06:04:14.844 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-08T06:04:14.845 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-08T06:04:14.846 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-08T06:04:14.847 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-08T06:04:14.848 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-08T06:04:14.849 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-08T06:04:14.850 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-08T06:04:14.851 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-08T06:04:14.852 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-08T06:04:14.853 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-08T06:04:14.854 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-08T06:04:14.855 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-08T06:04:14.856 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-08T06:04:14.857 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-08T06:04:14.858 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-08T06:04:14.859 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-08T06:04:14.860 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing HTTPServer" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing PluginManager" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Starting plugin search" logger=plugins 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing HooksService" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing RemoteCache" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing QuotaService" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing ServerLockService" logger=server 2023-12-08T06:04:14.861 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing RenderingService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing AlertEngine" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing LoginService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing SearchService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing TracingService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing CleanUpService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing NotificationService" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2023-12-08T06:04:14.862 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-08T06:04:14.863 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2023-12-08T06:04:14.863 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2023-12-08T06:04:14.863 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2023-12-08T06:04:14.863 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="Initializing Stream Manager" 2023-12-08T06:04:14.863 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:04:14 smithi118 bash[119548]: t=2023-12-08T06:04:14+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2023-12-08T06:04:14.912 INFO:tasks.cephadm.ceph_manager.ceph:need seq 257698037770 got 257698037772 for osd.7 2023-12-08T06:04:14.912 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T06:04:14.912 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T06:04:15.044 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[108174]: cluster 2023-12-08T06:04:13.737609+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:15.045 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[111590]: cluster 2023-12-08T06:04:13.737609+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:15.045 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[108174]: audit 2023-12-08T06:04:14.334291+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:15.046 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[111590]: audit 2023-12-08T06:04:14.334291+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:15.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[108174]: audit 2023-12-08T06:04:14.337023+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:15.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[108174]: audit 2023-12-08T06:04:14.337703+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:15.046 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[108174]: audit 2023-12-08T06:04:14.436337+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.61:0/267485704' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T06:04:15.046 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[111590]: audit 2023-12-08T06:04:14.337023+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250462\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250541\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250574\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250604\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250633\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250661\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:03:44.250689\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:15.046 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[111590]: audit 2023-12-08T06:04:14.337703+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:15.047 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:14 smithi061 bash[111590]: audit 2023-12-08T06:04:14.436337+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.61:0/267485704' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T06:04:16.277 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:04:16.278 INFO:teuthology.orchestra.run.smithi061.stderr:dumped all 2023-12-08T06:04:16.885 INFO:teuthology.orchestra.run.smithi061.stdout:{"pg_ready":true,"pg_map":{"version":159,"stamp":"2023-12-08T06:04:15.737827+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":8393360,"kb_used_data":4688,"kb_used_omap":47,"kb_used_meta":8388560,"kb_avail":741567856,"statfs":{"total":767960285184,"available":759365484544,"internally_reserved":8589934592,"allocated":4800512,"data_stored":1907068,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":49151,"internal_metadata":8589885441},"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.001939"},"pg_stats":[{"pgid":"1.0","version":"18'1","reported_seq":"14","reported_epoch":"61","state":"active+clean","last_fresh":"2023-12-08T06:03:26.834395+0000","last_change":"2023-12-08T06:03:26.834395+0000","last_active":"2023-12-08T06:03:26.834395+0000","last_peered":"2023-12-08T06:03:26.834395+0000","last_clean":"2023-12-08T06:03:26.834395+0000","last_became_active":"2023-12-08T06:03:26.831321+0000","last_became_peered":"2023-12-08T06:03:26.831321+0000","last_unstale":"2023-12-08T06:03:26.834395+0000","last_undegraded":"2023-12-08T06:03:26.834395+0000","last_fullsized":"2023-12-08T06:03:26.834395+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T06:00:15.174760+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T06:00:15.174760+0000","last_clean_scrub_stamp":"2023-12-08T06:00:15.174760+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":44028,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":60,"seq":257698037772,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"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.40899999999999997}]},{"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.48499999999999999}]},{"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.84399999999999997}]},{"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.71299999999999997}]},{"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.38900000000000001}]},{"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.45500000000000002}]},{"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.34000000000000002}]}]},{"osd":6,"up_from":57,"seq":244813135884,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":238349,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7768,"internal_metadata":1073734056},"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.39700000000000002}]},{"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.40899999999999997}]},{"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.45500000000000002}]},{"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.48299999999999998}]},{"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.59399999999999997}]},{"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.61899999999999999}]},{"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.63500000000000001}]}]},{"osd":1,"up_from":22,"seq":94489280537,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049164,"kb_used_data":580,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695988,"statfs":{"total":95995035648,"available":94920691712,"internally_reserved":1073741824,"allocated":593920,"data_stored":237183,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8195,"internal_metadata":1073733629},"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":"Fri Dec 8 06:03:19 2023","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.185,"5min":0.185,"15min":0.185},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.29099999999999998}]},{"osd":2,"last update":"Fri Dec 8 06:03:31 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.33200000000000002}]},{"osd":3,"last update":"Fri Dec 8 06:03:37 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.315}]},{"osd":4,"last update":"Fri Dec 8 06:03:58 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.439},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.38100000000000001}]},{"osd":5,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.59299999999999997}]},{"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.51800000000000002}]},{"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.57599999999999996}]}]},{"osd":0,"up_from":14,"seq":60129542172,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5123,"internal_metadata":1073736701},"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":"Fri Dec 8 06:03:18 2023","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.22800000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.32600000000000001}]},{"osd":2,"last update":"Fri Dec 8 06:03:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.29199999999999998}]},{"osd":3,"last update":"Fri Dec 8 06:03:35 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.374},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.27700000000000002}]},{"osd":4,"last update":"Fri Dec 8 06:03:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.42899999999999999}]},{"osd":5,"last update":"Fri Dec 8 06:04:11 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.33900000000000002}]},{"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.41599999999999998}]},{"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.36799999999999999}]}]},{"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":1049172,"kb_used_data":588,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9824,"internal_metadata":1073732000},"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":"Fri Dec 8 06:03:31 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.313}]},{"osd":1,"last update":"Fri Dec 8 06:03:31 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.32300000000000001}]},{"osd":3,"last update":"Fri Dec 8 06:03:36 2023","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.373}]},{"osd":4,"last update":"Fri Dec 8 06:03:55 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.53300000000000003}]},{"osd":5,"last update":"Fri Dec 8 06:04:11 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.52000000000000002}]},{"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.54600000000000004}]},{"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.498}]}]},{"osd":3,"up_from":33,"seq":141733920792,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"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":"Fri Dec 8 06:03:36 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.317}]},{"osd":1,"last update":"Fri Dec 8 06:03:36 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.30399999999999999}]},{"osd":2,"last update":"Fri Dec 8 06:03:36 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.28299999999999997}]},{"osd":4,"last update":"Fri Dec 8 06:03:59 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.44},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.44800000000000001}]},{"osd":5,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.46000000000000002}]},{"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.38200000000000001}]}]},{"osd":4,"up_from":42,"seq":180388626450,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8421,"internal_metadata":1073733403},"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":"Fri Dec 8 06:03:56 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":2.4420000000000002,"5min":2.4420000000000002,"15min":2.4420000000000002},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":2.2440000000000002,"5min":2.2440000000000002,"15min":2.2440000000000002},"last":0.41399999999999998}]},{"osd":1,"last update":"Fri Dec 8 06:03:56 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":2.4609999999999999,"5min":2.4609999999999999,"15min":2.4609999999999999},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":4.6479999999999997,"5min":4.6479999999999997,"15min":4.6479999999999997},"last":0.371}]},{"osd":2,"last update":"Fri Dec 8 06:03:56 2023","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":4.6070000000000002,"5min":4.6070000000000002,"15min":4.6070000000000002},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":2.2850000000000001,"5min":2.2850000000000001,"15min":2.2850000000000001},"last":0.38700000000000001}]},{"osd":3,"last update":"Fri Dec 8 06:03:56 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":2.3519999999999999,"5min":2.3519999999999999,"15min":2.3519999999999999},"last":0.439},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":2.4140000000000001,"5min":2.4140000000000001,"15min":2.4140000000000001},"last":0.33200000000000002}]},{"osd":5,"last update":"Fri Dec 8 06:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.32700000000000001}]},{"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.36199999999999999}]},{"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.315}]}]},{"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":1049168,"kb_used_data":584,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":238321,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9820,"internal_metadata":1073732004},"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":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.39800000000000002}]},{"osd":1,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.35899999999999999}]},{"osd":2,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":1.653,"5min":1.653,"15min":1.653},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.41599999999999998}]},{"osd":3,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.442}]},{"osd":4,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.435},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.35199999999999998}]},{"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.372}]},{"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.39000000000000001}]}]}]}} 2023-12-08T06:04:16.887 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T06:04:17.033 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:16 smithi118 bash[108248]: cluster 2023-12-08T06:04:15.738070+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:17.033 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:16 smithi118 bash[108248]: audit 2023-12-08T06:04:16.675625+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"33a85c794dd4\", \"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\": \"2023-12-08T06:04:16.674559\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:03:57.002141\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_daemon_update\": \"2023-12-08T06:04:16.674642\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:17.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:16 smithi118 bash[108248]: audit 2023-12-08T06:04:16.678605+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"33a85c794dd4\", \"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\": \"2023-12-08T06:04:16.674559\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:03:57.002141\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_daemon_update\": \"2023-12-08T06:04:16.674642\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:17.034 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:16 smithi118 bash[108248]: audit 2023-12-08T06:04:16.679341+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:17.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:16 smithi061 bash[111590]: cluster 2023-12-08T06:04:15.738070+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:17.138 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:16 smithi061 bash[108174]: cluster 2023-12-08T06:04:15.738070+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:17.138 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:16 smithi061 bash[108174]: audit 2023-12-08T06:04:16.675625+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"33a85c794dd4\", \"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\": \"2023-12-08T06:04:16.674559\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:03:57.002141\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_daemon_update\": \"2023-12-08T06:04:16.674642\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:17.138 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:16 smithi061 bash[108174]: audit 2023-12-08T06:04:16.678605+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"33a85c794dd4\", \"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\": \"2023-12-08T06:04:16.674559\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:03:57.002141\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_daemon_update\": \"2023-12-08T06:04:16.674642\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:17.138 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:16 smithi061 bash[108174]: audit 2023-12-08T06:04:16.679341+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:17.138 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:16 smithi061 bash[111590]: audit 2023-12-08T06:04:16.675625+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"33a85c794dd4\", \"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\": \"2023-12-08T06:04:16.674559\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:03:57.002141\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_daemon_update\": \"2023-12-08T06:04:16.674642\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:17.138 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:16 smithi061 bash[111590]: audit 2023-12-08T06:04:16.678605+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"33a85c794dd4\", \"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\": \"2023-12-08T06:04:16.674559\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:03:57.002141\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:45.296460\"}}, \"last_daemon_update\": \"2023-12-08T06:04:16.674642\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:17.139 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:16 smithi061 bash[111590]: audit 2023-12-08T06:04:16.679341+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:17.789 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:17 smithi061 bash[108174]: audit 2023-12-08T06:04:16.271989+0000 mgr.y (mgr.14142) 159 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T06:04:17.790 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:17 smithi061 bash[111590]: audit 2023-12-08T06:04:16.271989+0000 mgr.y (mgr.14142) 159 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T06:04:17.962 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:17 smithi118 bash[108248]: audit 2023-12-08T06:04:16.271989+0000 mgr.y (mgr.14142) 159 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T06:04:18.101 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:04:18.102 INFO:teuthology.orchestra.run.smithi061.stderr:dumped all 2023-12-08T06:04:18.468 INFO:teuthology.orchestra.run.smithi061.stdout:{"pg_ready":true,"pg_map":{"version":160,"stamp":"2023-12-08T06:04:17.738313+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":8393360,"kb_used_data":4688,"kb_used_omap":47,"kb_used_meta":8388560,"kb_avail":741567856,"statfs":{"total":767960285184,"available":759365484544,"internally_reserved":8589934592,"allocated":4800512,"data_stored":1907068,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":49151,"internal_metadata":8589885441},"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.001931"},"pg_stats":[{"pgid":"1.0","version":"18'1","reported_seq":"14","reported_epoch":"61","state":"active+clean","last_fresh":"2023-12-08T06:03:26.834395+0000","last_change":"2023-12-08T06:03:26.834395+0000","last_active":"2023-12-08T06:03:26.834395+0000","last_peered":"2023-12-08T06:03:26.834395+0000","last_clean":"2023-12-08T06:03:26.834395+0000","last_became_active":"2023-12-08T06:03:26.831321+0000","last_became_peered":"2023-12-08T06:03:26.831321+0000","last_unstale":"2023-12-08T06:03:26.834395+0000","last_undegraded":"2023-12-08T06:03:26.834395+0000","last_fullsized":"2023-12-08T06:03:26.834395+0000","mapping_epoch":60,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":61,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T06:00:15.174760+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T06:00:15.174760+0000","last_clean_scrub_stamp":"2023-12-08T06:00:15.174760+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":44028,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":60,"seq":257698037773,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"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.40899999999999997}]},{"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.48499999999999999}]},{"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.84399999999999997}]},{"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.71299999999999997}]},{"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.38900000000000001}]},{"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.45500000000000002}]},{"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.34000000000000002}]}]},{"osd":6,"up_from":57,"seq":244813135885,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":238349,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7768,"internal_metadata":1073734056},"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.47399999999999998}]},{"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.54500000000000004}]},{"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.55200000000000005}]},{"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.51800000000000002}]},{"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.32600000000000001}]},{"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.309}]},{"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.34200000000000003}]}]},{"osd":1,"up_from":22,"seq":94489280538,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049164,"kb_used_data":580,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695988,"statfs":{"total":95995035648,"available":94920691712,"internally_reserved":1073741824,"allocated":593920,"data_stored":237183,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8195,"internal_metadata":1073733629},"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":"Fri Dec 8 06:03:19 2023","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.185,"5min":0.185,"15min":0.185},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.41799999999999998}]},{"osd":2,"last update":"Fri Dec 8 06:03:31 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.377}]},{"osd":3,"last update":"Fri Dec 8 06:03:37 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.36199999999999999}]},{"osd":4,"last update":"Fri Dec 8 06:03:58 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.50600000000000001}]},{"osd":5,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.59599999999999997}]},{"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.51000000000000001}]},{"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.61099999999999999}]}]},{"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":1049172,"kb_used_data":588,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5123,"internal_metadata":1073736701},"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":"Fri Dec 8 06:03:18 2023","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.30299999999999999}]},{"osd":2,"last update":"Fri Dec 8 06:03:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.311},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.33200000000000002}]},{"osd":3,"last update":"Fri Dec 8 06:03:35 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.25700000000000001}]},{"osd":4,"last update":"Fri Dec 8 06:03:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.57999999999999996}]},{"osd":5,"last update":"Fri Dec 8 06:04:11 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.48599999999999999}]},{"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.56999999999999995}]},{"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.49299999999999999}]}]},{"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":1049172,"kb_used_data":588,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9824,"internal_metadata":1073732000},"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":"Fri Dec 8 06:03:31 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.313}]},{"osd":1,"last update":"Fri Dec 8 06:03:31 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.32300000000000001}]},{"osd":3,"last update":"Fri Dec 8 06:03:36 2023","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.373}]},{"osd":4,"last update":"Fri Dec 8 06:03:55 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.53300000000000003}]},{"osd":5,"last update":"Fri Dec 8 06:04:11 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.52000000000000002}]},{"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.54600000000000004}]},{"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.498}]}]},{"osd":3,"up_from":33,"seq":141733920792,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"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":"Fri Dec 8 06:03:36 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.317}]},{"osd":1,"last update":"Fri Dec 8 06:03:36 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.30399999999999999}]},{"osd":2,"last update":"Fri Dec 8 06:03:36 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.28299999999999997}]},{"osd":4,"last update":"Fri Dec 8 06:03:59 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.44},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.44800000000000001}]},{"osd":5,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.46000000000000002}]},{"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.38200000000000001}]}]},{"osd":4,"up_from":42,"seq":180388626450,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":238643,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8421,"internal_metadata":1073733403},"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":"Fri Dec 8 06:03:56 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":2.4420000000000002,"5min":2.4420000000000002,"15min":2.4420000000000002},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":2.2440000000000002,"5min":2.2440000000000002,"15min":2.2440000000000002},"last":0.41399999999999998}]},{"osd":1,"last update":"Fri Dec 8 06:03:56 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":2.4609999999999999,"5min":2.4609999999999999,"15min":2.4609999999999999},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":4.6479999999999997,"5min":4.6479999999999997,"15min":4.6479999999999997},"last":0.371}]},{"osd":2,"last update":"Fri Dec 8 06:03:56 2023","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":4.6070000000000002,"5min":4.6070000000000002,"15min":4.6070000000000002},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":2.2850000000000001,"5min":2.2850000000000001,"15min":2.2850000000000001},"last":0.38700000000000001}]},{"osd":3,"last update":"Fri Dec 8 06:03:56 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":2.3519999999999999,"5min":2.3519999999999999,"15min":2.3519999999999999},"last":0.439},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":2.4140000000000001,"5min":2.4140000000000001,"15min":2.4140000000000001},"last":0.33200000000000002}]},{"osd":5,"last update":"Fri Dec 8 06:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.32700000000000001}]},{"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.36199999999999999}]},{"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.315}]}]},{"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":1049168,"kb_used_data":584,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":238321,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9820,"internal_metadata":1073732004},"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":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.39800000000000002}]},{"osd":1,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.35899999999999999}]},{"osd":2,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":1.653,"5min":1.653,"15min":1.653},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.41599999999999998}]},{"osd":3,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.442}]},{"osd":4,"last update":"Fri Dec 8 06:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.435},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.35199999999999998}]},{"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.372}]},{"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.39000000000000001}]}]}]}} 2023-12-08T06:04:18.470 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T06:04:18.470 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T06:04:18.470 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T06:04:18.470 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T06:04:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:18 smithi118 bash[108248]: cluster 2023-12-08T06:04:17.738454+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:18 smithi118 bash[108248]: audit 2023-12-08T06:04:18.478712+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477592\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:18.477769\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:18 smithi118 bash[108248]: audit 2023-12-08T06:04:18.481776+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477592\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:18.477769\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:19.099 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:18 smithi061 bash[108174]: cluster 2023-12-08T06:04:17.738454+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:19.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:18 smithi061 bash[111590]: cluster 2023-12-08T06:04:17.738454+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:19.100 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:18 smithi061 bash[108174]: audit 2023-12-08T06:04:18.478712+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477592\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:18.477769\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:19.100 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:18 smithi061 bash[108174]: audit 2023-12-08T06:04:18.481776+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477592\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:18.477769\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:19.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:18 smithi061 bash[111590]: audit 2023-12-08T06:04:18.478712+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477592\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:18.477769\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:19.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:18 smithi061 bash[111590]: audit 2023-12-08T06:04:18.481776+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"def0ba5a7428\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477592\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:03:43.147663\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:03:29.574839\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:18.477769\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:19.989 INFO:teuthology.orchestra.run.smithi061.stdout: 2023-12-08T06:04:20.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:19 smithi118 bash[108248]: audit 2023-12-08T06:04:18.095719+0000 mgr.y (mgr.14142) 161 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T06:04:20.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:19 smithi118 bash[108248]: cephadm 2023-12-08T06:04:18.483503+0000 mgr.y (mgr.14142) 162 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-08T06:04:20.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:19 smithi118 bash[108248]: cephadm 2023-12-08T06:04:18.485256+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi061 2023-12-08T06:04:20.096 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:19 smithi061 bash[108174]: audit 2023-12-08T06:04:18.095719+0000 mgr.y (mgr.14142) 161 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T06:04:20.096 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:19 smithi061 bash[108174]: cephadm 2023-12-08T06:04:18.483503+0000 mgr.y (mgr.14142) 162 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-08T06:04:20.096 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:19 smithi061 bash[108174]: cephadm 2023-12-08T06:04:18.485256+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi061 2023-12-08T06:04:20.097 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:19 smithi061 bash[111590]: audit 2023-12-08T06:04:18.095719+0000 mgr.y (mgr.14142) 161 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T06:04:20.097 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:19 smithi061 bash[111590]: cephadm 2023-12-08T06:04:18.483503+0000 mgr.y (mgr.14142) 162 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-08T06:04:20.097 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:19 smithi061 bash[111590]: cephadm 2023-12-08T06:04:18.485256+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi061 2023-12-08T06:04:20.518 INFO:teuthology.orchestra.run.smithi061.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-08T06:04:20.519 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-08T06:04:20.519 INFO:tasks.cephadm:Setup complete, yielding 2023-12-08T06:04:20.519 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T06:04:20.529 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi061.front.sepia.ceph.com 2023-12-08T06:04:20.530 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-08T06:04:21.033 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:20 smithi061 bash[108174]: cluster 2023-12-08T06:04:19.738744+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:21.034 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:20 smithi061 bash[108174]: audit 2023-12-08T06:04:19.987030+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.61:0/378415636' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T06:04:21.034 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:20 smithi061 systemd[1]: Stopping Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:04:21.034 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:20 smithi061 bash[123683]: ts=2023-12-08T06:04:20.956Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-08T06:04:21.034 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:20 smithi061 bash[111590]: cluster 2023-12-08T06:04:19.738744+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:21.034 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:20 smithi061 bash[111590]: audit 2023-12-08T06:04:19.987030+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.61:0/378415636' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T06:04:21.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:20 smithi118 bash[108248]: cluster 2023-12-08T06:04:19.738744+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:21.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:20 smithi118 bash[108248]: audit 2023-12-08T06:04:19.987030+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.61:0/378415636' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T06:04:21.631 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 podman[126763]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-alertmanager.a 2023-12-08T06:04:21.632 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-08T06:04:21.632 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 systemd[1]: Stopped Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:04:21.632 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@alertmanager.a.service: Found left-over process 123718 (conmon) in control group while starting unit. Ignoring. 2023-12-08T06:04:21.632 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-08T06:04:21.632 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@alertmanager.a.service: Found left-over process 126789 (podman) in control group while starting unit. Ignoring. 2023-12-08T06:04:21.632 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2023-12-08T06:04:21.632 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 systemd[1]: Starting Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:04:21.901 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 podman[126819]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-alertmanager.a" found: no such container 2023-12-08T06:04:21.901 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:21 smithi061 systemd[1]: Started Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:04:22.401 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[126873]: ts=2023-12-08T06:04:22.157Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-08T06:04:22.402 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[126873]: ts=2023-12-08T06:04:22.158Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-08T06:04:22.402 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[126873]: ts=2023-12-08T06:04:22.158Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.61 port=9094 2023-12-08T06:04:22.402 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[126873]: ts=2023-12-08T06:04:22.160Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-08T06:04:22.402 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[126873]: ts=2023-12-08T06:04:22.184Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-08T06:04:22.402 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[126873]: ts=2023-12-08T06:04:22.184Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-08T06:04:22.402 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[126873]: ts=2023-12-08T06:04:22.186Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-08T06:04:22.402 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[126873]: ts=2023-12-08T06:04:22.186Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-08T06:04:22.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[108174]: audit 2023-12-08T06:04:21.675040+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:22.403 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[108174]: audit 2023-12-08T06:04:21.678488+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:22.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[111590]: audit 2023-12-08T06:04:21.675040+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:22.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:22 smithi061 bash[111590]: audit 2023-12-08T06:04:21.678488+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:22.450 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:22 smithi118 bash[108248]: audit 2023-12-08T06:04:21.675040+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:22.450 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:22 smithi118 bash[108248]: audit 2023-12-08T06:04:21.678488+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674260\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674356\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674389\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674419\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674447\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674475\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:16.674503\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:16.674531\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:23.257 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[108248]: cephadm 2023-12-08T06:04:21.679034+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-08T06:04:23.257 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[108248]: cephadm 2023-12-08T06:04:21.681466+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi118 2023-12-08T06:04:23.257 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[108248]: cluster 2023-12-08T06:04:21.739046+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:23.257 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[108248]: cluster 2023-12-08T06:04:22.682673+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-08T06:04:23.257 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[108248]: audit 2023-12-08T06:04:22.685474+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.61:0/1164020142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T06:04:23.536 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 systemd[1]: Stopping Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:04:23.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[108174]: cephadm 2023-12-08T06:04:21.679034+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-08T06:04:23.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[108174]: cephadm 2023-12-08T06:04:21.681466+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi118 2023-12-08T06:04:23.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[108174]: cluster 2023-12-08T06:04:21.739046+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:23.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[108174]: cluster 2023-12-08T06:04:22.682673+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-08T06:04:23.651 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[108174]: audit 2023-12-08T06:04:22.685474+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.61:0/1164020142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T06:04:23.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[111590]: cephadm 2023-12-08T06:04:21.679034+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-08T06:04:23.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[111590]: cephadm 2023-12-08T06:04:21.681466+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi118 2023-12-08T06:04:23.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[111590]: cluster 2023-12-08T06:04:21.739046+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:23.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[111590]: cluster 2023-12-08T06:04:22.682673+0000 mon.a (mon.0) 727 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-08T06:04:23.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:23 smithi061 bash[111590]: audit 2023-12-08T06:04:22.685474+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.61:0/1164020142' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T06:04:23.719 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:04:23.720 INFO:teuthology.orchestra.run.smithi061.stdout: "id": "39c931ed-0bc1-4ac8-bec7-0a7ebac00e0d", 2023-12-08T06:04:23.720 INFO:teuthology.orchestra.run.smithi061.stdout: "name": "r", 2023-12-08T06:04:23.720 INFO:teuthology.orchestra.run.smithi061.stdout: "current_period": "54b09d3f-a4a8-4328-9786-d1c9cf4c4eca", 2023-12-08T06:04:23.720 INFO:teuthology.orchestra.run.smithi061.stdout: "epoch": 1 2023-12-08T06:04:23.720 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:04:23.831 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-08T06:04:23.831 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-08T06:04:23.831 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-08T06:04:23.831 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-08T06:04:23.832 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-08T06:04:23.832 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-08T06:04:23.832 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-08T06:04:23.832 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-08T06:04:23.832 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-08T06:04:23.832 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-08T06:04:23.832 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:1155 level=info msg="Notifier manager stopped" 2023-12-08T06:04:23.832 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 bash[118846]: ts=2023-12-08T06:04:23.534Z caller=main.go:1167 level=info msg="See you next time!" 2023-12-08T06:04:24.089 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:23 smithi118 podman[120184]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-prometheus.a 2023-12-08T06:04:24.090 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@prometheus.a.service: Succeeded. 2023-12-08T06:04:24.090 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 systemd[1]: Stopped Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:04:24.090 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 systemd[1]: Starting Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:04:24.090 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 podman[120225]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-prometheus.a" found: no such container 2023-12-08T06:04:24.090 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 systemd[1]: Started Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:04:24.119 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-08T06:04:24.362 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[126873]: ts=2023-12-08T06:04:24.161Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000948007s 2023-12-08T06:04:24.589 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.397Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.397Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.0, branch=HEAD, revision=6d80b30990bc297d95b5c844e118c4011fad8054)" 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.397Z caller=main.go:588 level=info build_context="(go=go1.21.4, platform=linux/amd64, user=root@26117804242c, date=20231116-04:35:21, tags=netgo,builtinassets,stringlabels)" 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.397Z caller=main.go:589 level=info host_details="(Linux 4.18.0-526.el8.x86_64 #1 SMP Sat Nov 18 00:54:11 UTC 2023 x86_64 smithi118 (none))" 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.397Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.397Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.398Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.399Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.401Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.401Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.402Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.402Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.86µs 2023-12-08T06:04:24.590 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.402Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.402Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.402Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.402Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=27.74µs wal_replay_duration=301.339µs wbl_replay_duration=220ns total_replay_duration=360.623µs 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.404Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.404Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.404Z caller=main.go:1229 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.405Z caller=main.go:1266 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=644.364µs db_storage=769ns remote_storage=1.045µs web_handler=357ns query_engine=559ns scrape=350.613µs scrape_sd=21.049µs notify=37.5µs notify_sd=7.944µs rules=23.974µs tracing=4.773µs 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.405Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-08T06:04:24.591 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[120240]: ts=2023-12-08T06:04:24.405Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-08T06:04:25.022 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[111590]: audit 2023-12-08T06:04:23.685869+0000 mon.a (mon.0) 729 : audit [INF] from='client.? 172.21.15.61:0/1164020142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T06:04:25.023 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[111590]: cluster 2023-12-08T06:04:23.686003+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-08T06:04:25.023 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[111590]: cluster 2023-12-08T06:04:23.739336+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v165: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:25.023 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[108174]: audit 2023-12-08T06:04:23.685869+0000 mon.a (mon.0) 729 : audit [INF] from='client.? 172.21.15.61:0/1164020142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T06:04:25.023 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[108174]: cluster 2023-12-08T06:04:23.686003+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-08T06:04:25.023 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[108174]: cluster 2023-12-08T06:04:23.739336+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v165: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:25.023 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[108174]: audit 2023-12-08T06:04:24.056483+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[108174]: audit 2023-12-08T06:04:24.059250+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[108174]: audit 2023-12-08T06:04:24.059824+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi118:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[108174]: audit 2023-12-08T06:04:24.065636+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi118:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[108174]: audit 2023-12-08T06:04:24.068804+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[111590]: audit 2023-12-08T06:04:24.056483+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[111590]: audit 2023-12-08T06:04:24.059250+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[111590]: audit 2023-12-08T06:04:24.059824+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi118:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[111590]: audit 2023-12-08T06:04:24.065636+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi118:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-08T06:04:25.024 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:24 smithi061 bash[111590]: audit 2023-12-08T06:04:24.068804+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[108248]: audit 2023-12-08T06:04:23.685869+0000 mon.a (mon.0) 729 : audit [INF] from='client.? 172.21.15.61:0/1164020142' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T06:04:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[108248]: cluster 2023-12-08T06:04:23.686003+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-08T06:04:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[108248]: cluster 2023-12-08T06:04:23.739336+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v165: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:04:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[108248]: audit 2023-12-08T06:04:24.056483+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:25.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[108248]: audit 2023-12-08T06:04:24.059250+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477330\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477439\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477476\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477506\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477535\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:18.477563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:18.477639\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:18.477671\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:25.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[108248]: audit 2023-12-08T06:04:24.059824+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi118:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2023-12-08T06:04:25.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[108248]: audit 2023-12-08T06:04:24.065636+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi118:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2023-12-08T06:04:25.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:24 smithi118 bash[108248]: audit 2023-12-08T06:04:24.068804+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:25.242 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:04:25.242 INFO:teuthology.orchestra.run.smithi061.stdout: "id": "bef4bad4-d417-4a31-9450-8d442a5e439a", 2023-12-08T06:04:25.242 INFO:teuthology.orchestra.run.smithi061.stdout: "name": "default", 2023-12-08T06:04:25.242 INFO:teuthology.orchestra.run.smithi061.stdout: "api_name": "default", 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "is_master": "true", 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "endpoints": [], 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "hostnames": [], 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "hostnames_s3website": [], 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "master_zone": "", 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "zones": [], 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "placement_targets": [], 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "default_placement": "", 2023-12-08T06:04:25.243 INFO:teuthology.orchestra.run.smithi061.stdout: "realm_id": "39c931ed-0bc1-4ac8-bec7-0a7ebac00e0d", 2023-12-08T06:04:25.245 INFO:teuthology.orchestra.run.smithi061.stdout: "sync_policy": { 2023-12-08T06:04:25.246 INFO:teuthology.orchestra.run.smithi061.stdout: "groups": [] 2023-12-08T06:04:25.246 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:25.246 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:04:25.610 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-08T06:04:25.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:25 smithi061 bash[108174]: cephadm 2023-12-08T06:04:24.059652+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Setting dashboard grafana config to https://smithi118:3000 2023-12-08T06:04:25.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:25 smithi061 bash[108174]: cluster 2023-12-08T06:04:24.694570+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-08T06:04:25.871 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:25 smithi061 bash[111590]: cephadm 2023-12-08T06:04:24.059652+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Setting dashboard grafana config to https://smithi118:3000 2023-12-08T06:04:25.871 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:25 smithi061 bash[111590]: cluster 2023-12-08T06:04:24.694570+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-08T06:04:26.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:25 smithi118 bash[108248]: cephadm 2023-12-08T06:04:24.059652+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Setting dashboard grafana config to https://smithi118:3000 2023-12-08T06:04:26.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:25 smithi118 bash[108248]: cluster 2023-12-08T06:04:24.694570+0000 mon.a (mon.0) 736 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-08T06:04:26.823 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:04:26.823 INFO:teuthology.orchestra.run.smithi061.stdout: "id": "41fbdb32-fea8-4cef-afc1-dd8c65c42602", 2023-12-08T06:04:26.823 INFO:teuthology.orchestra.run.smithi061.stdout: "name": "z", 2023-12-08T06:04:26.823 INFO:teuthology.orchestra.run.smithi061.stdout: "domain_root": "z.rgw.meta:root", 2023-12-08T06:04:26.823 INFO:teuthology.orchestra.run.smithi061.stdout: "control_pool": "z.rgw.control", 2023-12-08T06:04:26.823 INFO:teuthology.orchestra.run.smithi061.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-08T06:04:26.823 INFO:teuthology.orchestra.run.smithi061.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "log_pool": "z.rgw.log", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "otp_pool": "z.rgw.otp", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "system_key": { 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "access_key": "", 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "secret_key": "" 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:04:26.824 INFO:teuthology.orchestra.run.smithi061.stdout: "placement_pools": [ 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: { 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "key": "default-placement", 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "val": { 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "storage_classes": { 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "STANDARD": { 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "index_type": 0 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: ], 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout: "realm_id": "39c931ed-0bc1-4ac8-bec7-0a7ebac00e0d" 2023-12-08T06:04:26.825 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:04:26.845 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:26 smithi061 bash[108174]: cluster 2023-12-08T06:04:25.739678+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v167: 33 pgs: 5 creating+peering, 9 active+clean, 19 unknown; 10 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-08T06:04:26.845 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:26 smithi061 bash[111590]: cluster 2023-12-08T06:04:25.739678+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v167: 33 pgs: 5 creating+peering, 9 active+clean, 19 unknown; 10 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-08T06:04:27.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:26 smithi118 bash[108248]: cluster 2023-12-08T06:04:25.739678+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v167: 33 pgs: 5 creating+peering, 9 active+clean, 19 unknown; 10 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-08T06:04:28.064 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-08T06:04:28.963 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:28 smithi061 bash[108174]: cluster 2023-12-08T06:04:27.740120+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v168: 33 pgs: 5 creating+peering, 28 active+clean; 415 B data, 5.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2023-12-08T06:04:28.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:28 smithi061 bash[111590]: cluster 2023-12-08T06:04:27.740120+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v168: 33 pgs: 5 creating+peering, 28 active+clean; 415 B data, 5.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2023-12-08T06:04:28.964 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:28 smithi061 bash[108174]: audit 2023-12-08T06:04:28.142784+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141642\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141720\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141753\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141785\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141814\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141844\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141872\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:28.141902\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:28.141932\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:28.142008\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:28.964 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:28 smithi061 bash[108174]: audit 2023-12-08T06:04:28.145851+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141642\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141720\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141753\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141785\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141814\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141844\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141872\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:28.141902\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:28.141932\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:28.142008\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:28.964 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:28 smithi061 bash[108174]: audit 2023-12-08T06:04:28.146420+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:28.964 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:28 smithi061 bash[111590]: audit 2023-12-08T06:04:28.142784+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141642\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141720\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141753\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141785\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141814\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141844\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141872\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:28.141902\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:28.141932\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:28.142008\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:28.965 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:28 smithi061 bash[111590]: audit 2023-12-08T06:04:28.145851+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141642\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141720\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141753\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141785\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141814\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141844\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141872\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:28.141902\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:28.141932\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:28.142008\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:28.965 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:28 smithi061 bash[111590]: audit 2023-12-08T06:04:28.146420+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:29.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:28 smithi118 bash[108248]: cluster 2023-12-08T06:04:27.740120+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v168: 33 pgs: 5 creating+peering, 28 active+clean; 415 B data, 5.0 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2023-12-08T06:04:29.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:28 smithi118 bash[108248]: audit 2023-12-08T06:04:28.142784+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141642\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141720\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141753\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141785\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141814\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141844\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141872\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:28.141902\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:28.141932\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:28.142008\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:29.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:28 smithi118 bash[108248]: audit 2023-12-08T06:04:28.145851+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141642\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141720\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141753\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141785\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141814\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141844\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:28.141872\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:28.141902\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:28.141932\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:28.142008\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:29.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:28 smithi118 bash[108248]: audit 2023-12-08T06:04:28.146420+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:30 smithi118 bash[108248]: cluster 2023-12-08T06:04:29.740572+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v169: 33 pgs: 33 active+clean; 1.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1015 B/s rd, 2.1 KiB/s wr, 3 op/s 2023-12-08T06:04:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:30 smithi118 bash[108248]: cluster 2023-12-08T06:04:29.802496+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-08T06:04:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:30 smithi118 bash[108248]: audit 2023-12-08T06:04:29.807745+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.61:0/4000933357' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-08T06:04:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:30 smithi118 bash[108248]: audit 2023-12-08T06:04:29.808040+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-08T06:04:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:30 smithi118 bash[108248]: audit 2023-12-08T06:04:30.168510+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167349\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167435\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167470\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167503\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167533\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167593\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:30.167623\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:30.167652\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:30.167736\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:30 smithi118 bash[108248]: audit 2023-12-08T06:04:30.171791+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167349\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167435\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167470\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167503\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167533\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167593\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:30.167623\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:30.167652\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:30.167736\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:30 smithi118 bash[108248]: audit 2023-12-08T06:04:30.173975+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[108174]: cluster 2023-12-08T06:04:29.740572+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v169: 33 pgs: 33 active+clean; 1.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1015 B/s rd, 2.1 KiB/s wr, 3 op/s 2023-12-08T06:04:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[108174]: cluster 2023-12-08T06:04:29.802496+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-08T06:04:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[108174]: audit 2023-12-08T06:04:29.807745+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.61:0/4000933357' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-08T06:04:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[108174]: audit 2023-12-08T06:04:29.808040+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-08T06:04:31.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[111590]: cluster 2023-12-08T06:04:29.740572+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v169: 33 pgs: 33 active+clean; 1.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1015 B/s rd, 2.1 KiB/s wr, 3 op/s 2023-12-08T06:04:31.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[111590]: cluster 2023-12-08T06:04:29.802496+0000 mon.a (mon.0) 740 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-08T06:04:31.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[111590]: audit 2023-12-08T06:04:29.807745+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.61:0/4000933357' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-08T06:04:31.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[111590]: audit 2023-12-08T06:04:29.808040+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-08T06:04:31.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[108174]: audit 2023-12-08T06:04:30.168510+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167349\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167435\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167470\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167503\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167533\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167593\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:30.167623\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:30.167652\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:30.167736\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:31.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[108174]: audit 2023-12-08T06:04:30.171791+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167349\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167435\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167470\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167503\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167533\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167593\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:30.167623\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:30.167652\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:30.167736\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:31.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[108174]: audit 2023-12-08T06:04:30.173975+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[111590]: audit 2023-12-08T06:04:30.168510+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167349\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167435\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167470\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167503\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167533\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167593\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:30.167623\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:30.167652\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:30.167736\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[111590]: audit 2023-12-08T06:04:30.171791+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167349\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167435\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167470\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167503\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167533\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167563\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:30.167593\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:30.167623\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:30.167652\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:30.167736\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:31.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:30 smithi061 bash[111590]: audit 2023-12-08T06:04:30.173975+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:32.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:31 smithi118 bash[108248]: audit 2023-12-08T06:04:30.805706+0000 mon.a (mon.0) 745 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-08T06:04:32.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:31 smithi118 bash[108248]: cluster 2023-12-08T06:04:30.805772+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-08T06:04:32.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:31 smithi061 bash[108174]: audit 2023-12-08T06:04:30.805706+0000 mon.a (mon.0) 745 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-08T06:04:32.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:31 smithi061 bash[108174]: cluster 2023-12-08T06:04:30.805772+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-08T06:04:32.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:31 smithi061 bash[111590]: audit 2023-12-08T06:04:30.805706+0000 mon.a (mon.0) 745 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-08T06:04:32.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:31 smithi061 bash[111590]: cluster 2023-12-08T06:04:30.805772+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-08T06:04:32.651 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[126873]: ts=2023-12-08T06:04:32.164Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.004131992s 2023-12-08T06:04:33.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:32 smithi118 bash[108248]: cluster 2023-12-08T06:04:31.741145+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v172: 65 pgs: 1 creating+activating, 6 creating+peering, 17 unknown, 41 active+clean; 1.8 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.3 KiB/s wr, 4 op/s 2023-12-08T06:04:33.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:32 smithi118 bash[108248]: cluster 2023-12-08T06:04:31.823196+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-08T06:04:33.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:32 smithi118 bash[108248]: audit 2023-12-08T06:04:31.830088+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.61:0/4000933357' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-08T06:04:33.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:32 smithi118 bash[108248]: audit 2023-12-08T06:04:31.830717+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-08T06:04:33.040 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:32 smithi118 bash[108248]: audit 2023-12-08T06:04:31.831043+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:31.829680\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:33.041 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:32 smithi118 bash[108248]: audit 2023-12-08T06:04:31.833719+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:31.829680\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:33.041 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:32 smithi118 bash[108248]: audit 2023-12-08T06:04:31.834341+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[108174]: cluster 2023-12-08T06:04:31.741145+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v172: 65 pgs: 1 creating+activating, 6 creating+peering, 17 unknown, 41 active+clean; 1.8 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.3 KiB/s wr, 4 op/s 2023-12-08T06:04:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[108174]: cluster 2023-12-08T06:04:31.823196+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-08T06:04:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[108174]: audit 2023-12-08T06:04:31.830088+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.61:0/4000933357' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-08T06:04:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[108174]: audit 2023-12-08T06:04:31.830717+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-08T06:04:33.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[111590]: cluster 2023-12-08T06:04:31.741145+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v172: 65 pgs: 1 creating+activating, 6 creating+peering, 17 unknown, 41 active+clean; 1.8 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.3 KiB/s wr, 4 op/s 2023-12-08T06:04:33.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[111590]: cluster 2023-12-08T06:04:31.823196+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-08T06:04:33.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[111590]: audit 2023-12-08T06:04:31.830088+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.61:0/4000933357' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-08T06:04:33.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[111590]: audit 2023-12-08T06:04:31.830717+0000 mon.a (mon.0) 748 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-08T06:04:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[108174]: audit 2023-12-08T06:04:31.831043+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:31.829680\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[108174]: audit 2023-12-08T06:04:31.833719+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:31.829680\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:33.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[108174]: audit 2023-12-08T06:04:31.834341+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[111590]: audit 2023-12-08T06:04:31.831043+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:31.829680\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[111590]: audit 2023-12-08T06:04:31.833719+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}}, \"last_daemon_update\": \"2023-12-08T06:04:31.829680\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:33.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:32 smithi061 bash[111590]: audit 2023-12-08T06:04:31.834341+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:33 smithi118 bash[108248]: audit 2023-12-08T06:04:32.823615+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-08T06:04:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:33 smithi118 bash[108248]: cluster 2023-12-08T06:04:32.823682+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-08T06:04:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:33 smithi118 bash[108248]: audit 2023-12-08T06:04:33.776334+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:33.775582\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:33 smithi118 bash[108248]: audit 2023-12-08T06:04:33.780434+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:33.775582\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:34.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:33 smithi118 bash[108248]: cluster 2023-12-08T06:04:33.824567+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-08T06:04:34.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:33 smithi118 bash[108248]: audit 2023-12-08T06:04:33.825812+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T06:04:34.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[108174]: audit 2023-12-08T06:04:32.823615+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-08T06:04:34.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[108174]: cluster 2023-12-08T06:04:32.823682+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-08T06:04:34.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[111590]: audit 2023-12-08T06:04:32.823615+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-08T06:04:34.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[111590]: cluster 2023-12-08T06:04:32.823682+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-08T06:04:34.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[108174]: audit 2023-12-08T06:04:33.776334+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:33.775582\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:34.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[111590]: audit 2023-12-08T06:04:33.776334+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:33.775582\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:34.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[108174]: audit 2023-12-08T06:04:33.780434+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:33.775582\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:34.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[108174]: cluster 2023-12-08T06:04:33.824567+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-08T06:04:34.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[108174]: audit 2023-12-08T06:04:33.825812+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T06:04:34.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[111590]: audit 2023-12-08T06:04:33.780434+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}}, \"last_daemon_update\": \"2023-12-08T06:04:33.775582\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:34.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[111590]: cluster 2023-12-08T06:04:33.824567+0000 mon.a (mon.0) 756 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-08T06:04:34.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:33 smithi061 bash[111590]: audit 2023-12-08T06:04:33.825812+0000 mon.a (mon.0) 757 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T06:04:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:34 smithi061 bash[108174]: cluster 2023-12-08T06:04:33.741484+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 97 pgs: 1 creating+activating, 14 creating+peering, 26 unknown, 56 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-08T06:04:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:34 smithi061 bash[108174]: audit 2023-12-08T06:04:34.828823+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-08T06:04:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:34 smithi061 bash[108174]: cluster 2023-12-08T06:04:34.829025+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-08T06:04:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:34 smithi061 bash[108174]: audit 2023-12-08T06:04:34.836287+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T06:04:35.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:34 smithi061 bash[111590]: cluster 2023-12-08T06:04:33.741484+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 97 pgs: 1 creating+activating, 14 creating+peering, 26 unknown, 56 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-08T06:04:35.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:34 smithi061 bash[111590]: audit 2023-12-08T06:04:34.828823+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-08T06:04:35.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:34 smithi061 bash[111590]: cluster 2023-12-08T06:04:34.829025+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-08T06:04:35.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:34 smithi061 bash[111590]: audit 2023-12-08T06:04:34.836287+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T06:04:35.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:34 smithi118 bash[108248]: cluster 2023-12-08T06:04:33.741484+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 97 pgs: 1 creating+activating, 14 creating+peering, 26 unknown, 56 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 3 op/s 2023-12-08T06:04:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:34 smithi118 bash[108248]: audit 2023-12-08T06:04:34.828823+0000 mon.a (mon.0) 758 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-08T06:04:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:34 smithi118 bash[108248]: cluster 2023-12-08T06:04:34.829025+0000 mon.a (mon.0) 759 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-08T06:04:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:34 smithi118 bash[108248]: audit 2023-12-08T06:04:34.836287+0000 mon.a (mon.0) 760 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T06:04:36.923 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: "id": "a5e7d8ab-7a2f-4e9c-9d70-9e958706dd77", 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: "epoch": 1, 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: "predecessor_uuid": "54b09d3f-a4a8-4328-9786-d1c9cf4c4eca", 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: "sync_status": [], 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: "period_map": { 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: "id": "a5e7d8ab-7a2f-4e9c-9d70-9e958706dd77", 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: "zonegroups": [ 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: { 2023-12-08T06:04:36.975 INFO:teuthology.orchestra.run.smithi061.stdout: "id": "bef4bad4-d417-4a31-9450-8d442a5e439a", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "name": "default", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "api_name": "default", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "is_master": "true", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "endpoints": [], 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "hostnames": [], 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "hostnames_s3website": [], 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "master_zone": "41fbdb32-fea8-4cef-afc1-dd8c65c42602", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "zones": [ 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: { 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "id": "41fbdb32-fea8-4cef-afc1-dd8c65c42602", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "name": "z", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "endpoints": [], 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "log_meta": "false", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "log_data": "false", 2023-12-08T06:04:36.976 INFO:teuthology.orchestra.run.smithi061.stdout: "bucket_index_max_shards": 11, 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "read_only": "false", 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "tier_type": "", 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "sync_from_all": "true", 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "sync_from": [], 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "redirect_zone": "" 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: ], 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "placement_targets": [ 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: { 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "name": "default-placement", 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "tags": [], 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "storage_classes": [ 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: "STANDARD" 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: ] 2023-12-08T06:04:36.977 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: ], 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: "default_placement": "default-placement", 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: "realm_id": "39c931ed-0bc1-4ac8-bec7-0a7ebac00e0d", 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: "sync_policy": { 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: "groups": [] 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: ], 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: "short_zone_ids": [ 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: { 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: "key": "41fbdb32-fea8-4cef-afc1-dd8c65c42602", 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: "val": 2988046994 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:36.978 INFO:teuthology.orchestra.run.smithi061.stdout: ] 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "master_zonegroup": "bef4bad4-d417-4a31-9450-8d442a5e439a", 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "master_zone": "41fbdb32-fea8-4cef-afc1-dd8c65c42602", 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "period_config": { 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "bucket_quota": { 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "enabled": false, 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "check_on_raw": false, 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "max_size": -1, 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "max_size_kb": 0, 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "max_objects": -1 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "user_quota": { 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "enabled": false, 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "check_on_raw": false, 2023-12-08T06:04:36.979 INFO:teuthology.orchestra.run.smithi061.stdout: "max_size": -1, 2023-12-08T06:04:36.980 INFO:teuthology.orchestra.run.smithi061.stdout: "max_size_kb": 0, 2023-12-08T06:04:36.980 INFO:teuthology.orchestra.run.smithi061.stdout: "max_objects": -1 2023-12-08T06:04:36.980 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:04:36.980 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:04:36.980 INFO:teuthology.orchestra.run.smithi061.stdout: "realm_id": "39c931ed-0bc1-4ac8-bec7-0a7ebac00e0d", 2023-12-08T06:04:36.980 INFO:teuthology.orchestra.run.smithi061.stdout: "realm_name": "r", 2023-12-08T06:04:36.980 INFO:teuthology.orchestra.run.smithi061.stdout: "realm_epoch": 2 2023-12-08T06:04:36.980 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:04:37.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:36 smithi118 bash[108248]: cluster 2023-12-08T06:04:35.741847+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v178: 129 pgs: 1 creating+activating, 16 creating+peering, 24 unknown, 88 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T06:04:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:36 smithi118 bash[108248]: audit 2023-12-08T06:04:35.827652+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T06:04:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:36 smithi118 bash[108248]: cluster 2023-12-08T06:04:35.827718+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-08T06:04:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:36 smithi118 bash[108248]: audit 2023-12-08T06:04:35.830092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-08T06:04:37.094 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:36 smithi061 bash[108174]: cluster 2023-12-08T06:04:35.741847+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v178: 129 pgs: 1 creating+activating, 16 creating+peering, 24 unknown, 88 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T06:04:37.094 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:36 smithi061 bash[108174]: audit 2023-12-08T06:04:35.827652+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T06:04:37.094 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:36 smithi061 bash[108174]: cluster 2023-12-08T06:04:35.827718+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-08T06:04:37.094 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:36 smithi061 bash[108174]: audit 2023-12-08T06:04:35.830092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-08T06:04:37.094 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:36 smithi061 bash[111590]: cluster 2023-12-08T06:04:35.741847+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v178: 129 pgs: 1 creating+activating, 16 creating+peering, 24 unknown, 88 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T06:04:37.094 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:36 smithi061 bash[111590]: audit 2023-12-08T06:04:35.827652+0000 mon.a (mon.0) 761 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T06:04:37.095 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:36 smithi061 bash[111590]: cluster 2023-12-08T06:04:35.827718+0000 mon.a (mon.0) 762 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-08T06:04:37.095 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:36 smithi061 bash[111590]: audit 2023-12-08T06:04:35.830092+0000 mon.a (mon.0) 763 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-08T06:04:37.284 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2023-12-08T06:04:38.098 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:37 smithi061 bash[108174]: audit 2023-12-08T06:04:36.829113+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-08T06:04:38.098 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:37 smithi061 bash[108174]: cluster 2023-12-08T06:04:36.829194+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-08T06:04:38.098 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:37 smithi061 bash[111590]: audit 2023-12-08T06:04:36.829113+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-08T06:04:38.099 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:37 smithi061 bash[111590]: cluster 2023-12-08T06:04:36.829194+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-08T06:04:38.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:37 smithi118 bash[108248]: audit 2023-12-08T06:04:36.829113+0000 mon.a (mon.0) 764 : audit [INF] from='client.? 172.21.15.61:0/3276626852' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-08T06:04:38.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:37 smithi118 bash[108248]: cluster 2023-12-08T06:04:36.829194+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-08T06:04:38.506 INFO:teuthology.orchestra.run.smithi061.stdout:Scheduled rgw update... 2023-12-08T06:04:38.868 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'sleep 120' 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: cluster 2023-12-08T06:04:37.742312+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v181: 129 pgs: 8 creating+peering, 5 unknown, 116 active+clean; 2.2 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 0 B/s rd, 1023 B/s wr, 3 op/s 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.498280+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-08T06:04:38.497948\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.500973+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-08T06:04:38.497948\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.503177+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.509024+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.509842+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.515520+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.516336+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.521786+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.522512+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.527382+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-08T06:04:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.527956+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:04:39.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:38 smithi118 bash[108248]: audit 2023-12-08T06:04:38.528771+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi118.wlyzci", "key": "container_image"}]: dispatch 2023-12-08T06:04:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: cluster 2023-12-08T06:04:37.742312+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v181: 129 pgs: 8 creating+peering, 5 unknown, 116 active+clean; 2.2 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 0 B/s rd, 1023 B/s wr, 3 op/s 2023-12-08T06:04:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.498280+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-08T06:04:38.497948\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-08T06:04:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.500973+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-08T06:04:38.497948\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-08T06:04:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.503177+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.509024+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.509842+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.515520+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.516336+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.521786+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.522512+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.527382+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.527956+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[111590]: audit 2023-12-08T06:04:38.528771+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi118.wlyzci", "key": "container_image"}]: dispatch 2023-12-08T06:04:39.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: cluster 2023-12-08T06:04:37.742312+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v181: 129 pgs: 8 creating+peering, 5 unknown, 116 active+clean; 2.2 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 0 B/s rd, 1023 B/s wr, 3 op/s 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.498280+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-08T06:04:38.497948\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.500973+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2023-12-08T06:04:38.497948\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.503177+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.509024+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.509842+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.515520+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.516336+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.521786+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.522512+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.527382+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-08T06:04:39.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.527956+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:04:39.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:38 smithi061 bash[108174]: audit 2023-12-08T06:04:38.528771+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi118.wlyzci", "key": "container_image"}]: dispatch 2023-12-08T06:04:40.038 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: audit 2023-12-08T06:04:38.497423+0000 mgr.y (mgr.14142) 177 : audit [DBG] from='client.24574 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:04:40.038 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: cephadm 2023-12-08T06:04:38.497930+0000 mgr.y (mgr.14142) 178 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-08T06:04:40.038 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: cephadm 2023-12-08T06:04:38.528460+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Deploying daemon rgw.r.z.smithi118.wlyzci on smithi118 2023-12-08T06:04:40.039 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: audit 2023-12-08T06:04:38.497423+0000 mgr.y (mgr.14142) 177 : audit [DBG] from='client.24574 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:04:40.039 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: cephadm 2023-12-08T06:04:38.497930+0000 mgr.y (mgr.14142) 178 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-08T06:04:40.039 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: cephadm 2023-12-08T06:04:38.528460+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Deploying daemon rgw.r.z.smithi118.wlyzci on smithi118 2023-12-08T06:04:40.039 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: audit 2023-12-08T06:04:39.616134+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:40.039 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: audit 2023-12-08T06:04:39.619373+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:40.039 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: audit 2023-12-08T06:04:39.619913+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-08T06:04:40.039 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: audit 2023-12-08T06:04:39.622975+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-08T06:04:40.040 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: audit 2023-12-08T06:04:39.623581+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:04:40.040 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[108174]: audit 2023-12-08T06:04:39.624351+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi061.ccjyax", "key": "container_image"}]: dispatch 2023-12-08T06:04:40.040 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: audit 2023-12-08T06:04:39.616134+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:40.040 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: audit 2023-12-08T06:04:39.619373+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:40.040 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: audit 2023-12-08T06:04:39.619913+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-08T06:04:40.040 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: audit 2023-12-08T06:04:39.622975+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-08T06:04:40.040 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: audit 2023-12-08T06:04:39.623581+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:04:40.040 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:39 smithi061 bash[111590]: audit 2023-12-08T06:04:39.624351+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi061.ccjyax", "key": "container_image"}]: dispatch 2023-12-08T06:04:40.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: audit 2023-12-08T06:04:38.497423+0000 mgr.y (mgr.14142) 177 : audit [DBG] from='client.24574 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:04:40.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: cephadm 2023-12-08T06:04:38.497930+0000 mgr.y (mgr.14142) 178 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2023-12-08T06:04:40.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: cephadm 2023-12-08T06:04:38.528460+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Deploying daemon rgw.r.z.smithi118.wlyzci on smithi118 2023-12-08T06:04:40.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: audit 2023-12-08T06:04:39.616134+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:40.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: audit 2023-12-08T06:04:39.619373+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775199\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775282\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775318\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775350\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775380\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775410\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:33.775440\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:33.775469\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:33.775499\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:40.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: audit 2023-12-08T06:04:39.619913+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2023-12-08T06:04:40.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: audit 2023-12-08T06:04:39.622975+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2023-12-08T06:04:40.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: audit 2023-12-08T06:04:39.623581+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:04:40.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:39 smithi118 bash[108248]: audit 2023-12-08T06:04:39.624351+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi061.ccjyax", "key": "container_image"}]: dispatch 2023-12-08T06:04:40.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[111590]: cephadm 2023-12-08T06:04:39.624002+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi061.ccjyax on smithi061 2023-12-08T06:04:40.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[111590]: cluster 2023-12-08T06:04:39.742719+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 129 pgs: 4 creating+peering, 125 active+clean; 3.3 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 518 B/s rd, 3.0 KiB/s wr, 11 op/s 2023-12-08T06:04:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[108174]: cephadm 2023-12-08T06:04:39.624002+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi061.ccjyax on smithi061 2023-12-08T06:04:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[108174]: cluster 2023-12-08T06:04:39.742719+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 129 pgs: 4 creating+peering, 125 active+clean; 3.3 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 518 B/s rd, 3.0 KiB/s wr, 11 op/s 2023-12-08T06:04:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[108174]: audit 2023-12-08T06:04:40.817673+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[108174]: audit 2023-12-08T06:04:40.820536+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[108174]: audit 2023-12-08T06:04:40.821209+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:40.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[111590]: audit 2023-12-08T06:04:40.817673+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:40.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[111590]: audit 2023-12-08T06:04:40.820536+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:40.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:40 smithi061 bash[111590]: audit 2023-12-08T06:04:40.821209+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:41.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:40 smithi118 bash[108248]: cephadm 2023-12-08T06:04:39.624002+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi061.ccjyax on smithi061 2023-12-08T06:04:41.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:40 smithi118 bash[108248]: cluster 2023-12-08T06:04:39.742719+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 129 pgs: 4 creating+peering, 125 active+clean; 3.3 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 518 B/s rd, 3.0 KiB/s wr, 11 op/s 2023-12-08T06:04:41.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:40 smithi118 bash[108248]: audit 2023-12-08T06:04:40.817673+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:41.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:40 smithi118 bash[108248]: audit 2023-12-08T06:04:40.820536+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.828886\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829011\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829087\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829171\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829244\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829319\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:31.829391\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:31.829465\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:31.829535\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"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\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:41.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:40 smithi118 bash[108248]: audit 2023-12-08T06:04:40.821209+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:43.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:42 smithi061 bash[108174]: cluster 2023-12-08T06:04:41.743214+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 39 KiB/s rd, 5.9 KiB/s wr, 92 op/s 2023-12-08T06:04:43.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:42 smithi061 bash[111590]: cluster 2023-12-08T06:04:41.743214+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 39 KiB/s rd, 5.9 KiB/s wr, 92 op/s 2023-12-08T06:04:43.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:42 smithi061 bash[108174]: audit 2023-12-08T06:04:42.513668+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512482\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512556\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512589\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512619\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512647\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512676\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512704\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:42.512733\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:42.512761\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512789\", \"created\": \"2023-12-08T06:04:40.786957\", \"started\": \"2023-12-08T06:04:40.818678\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_daemon_update\": \"2023-12-08T06:04:42.512862\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:43.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:42 smithi061 bash[111590]: audit 2023-12-08T06:04:42.513668+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512482\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512556\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512589\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512619\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512647\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512676\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512704\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:42.512733\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:42.512761\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512789\", \"created\": \"2023-12-08T06:04:40.786957\", \"started\": \"2023-12-08T06:04:40.818678\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_daemon_update\": \"2023-12-08T06:04:42.512862\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:43.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:42 smithi061 bash[108174]: audit 2023-12-08T06:04:42.516638+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512482\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512556\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512589\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512619\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512647\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512676\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512704\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:42.512733\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:42.512761\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512789\", \"created\": \"2023-12-08T06:04:40.786957\", \"started\": \"2023-12-08T06:04:40.818678\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_daemon_update\": \"2023-12-08T06:04:42.512862\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:43.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:42 smithi061 bash[108174]: audit 2023-12-08T06:04:42.517204+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:43.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:42 smithi061 bash[111590]: audit 2023-12-08T06:04:42.516638+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512482\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512556\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512589\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512619\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512647\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512676\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512704\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:42.512733\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:42.512761\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512789\", \"created\": \"2023-12-08T06:04:40.786957\", \"started\": \"2023-12-08T06:04:40.818678\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_daemon_update\": \"2023-12-08T06:04:42.512862\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:43.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:42 smithi061 bash[111590]: audit 2023-12-08T06:04:42.517204+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:43.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:42 smithi118 bash[108248]: cluster 2023-12-08T06:04:41.743214+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 39 KiB/s rd, 5.9 KiB/s wr, 92 op/s 2023-12-08T06:04:43.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:42 smithi118 bash[108248]: audit 2023-12-08T06:04:42.513668+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512482\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512556\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512589\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512619\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512647\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512676\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512704\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:42.512733\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:42.512761\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512789\", \"created\": \"2023-12-08T06:04:40.786957\", \"started\": \"2023-12-08T06:04:40.818678\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_daemon_update\": \"2023-12-08T06:04:42.512862\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]: dispatch 2023-12-08T06:04:43.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:42 smithi118 bash[108248]: audit 2023-12-08T06:04:42.516638+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512482\", \"created\": \"2023-12-08T06:00:06.229525\", \"started\": \"2023-12-08T06:00:09.503908\"}, \"mgr.y\": {\"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512556\", \"created\": \"2023-12-08T06:00:10.611451\", \"started\": \"2023-12-08T06:00:10.646515\"}, \"mon.c\": {\"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512589\", \"created\": \"2023-12-08T06:01:16.053359\", \"started\": \"2023-12-08T06:01:16.085353\"}, \"osd.0\": {\"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512619\", \"created\": \"2023-12-08T06:01:47.221844\", \"started\": \"2023-12-08T06:02:01.152902\"}, \"osd.1\": {\"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512647\", \"created\": \"2023-12-08T06:02:01.298611\", \"started\": \"2023-12-08T06:02:15.234172\"}, \"osd.2\": {\"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512676\", \"created\": \"2023-12-08T06:02:15.234380\", \"started\": \"2023-12-08T06:02:29.208061\"}, \"osd.3\": {\"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512704\", \"created\": \"2023-12-08T06:02:29.351145\", \"started\": \"2023-12-08T06:02:30.474946\"}, \"node-exporter.a\": {\"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": \"2023-12-08T06:04:42.512733\", \"created\": \"2023-12-08T06:03:44.762890\", \"started\": \"2023-12-08T06:03:53.931847\"}, \"alertmanager.a\": {\"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": \"2023-12-08T06:04:42.512761\", \"created\": \"2023-12-08T06:03:56.874688\", \"started\": \"2023-12-08T06:04:21.834751\"}, \"rgw.r.z.smithi061.ccjyax\": {\"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:42.512789\", \"created\": \"2023-12-08T06:04:40.786957\", \"started\": \"2023-12-08T06:04:40.818678\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413\"}}, \"last_daemon_update\": \"2023-12-08T06:04:42.512862\", \"last_device_update\": \"2023-12-08T06:02:32.984895\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.61\"]}, \"last_host_check\": \"2023-12-08T06:00:29.777355\"}"}]': finished 2023-12-08T06:04:43.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:42 smithi118 bash[108248]: audit 2023-12-08T06:04:42.517204+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:04:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:43 smithi061 bash[111590]: cluster 2023-12-08T06:04:43.743769+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 83 KiB/s rd, 5.1 KiB/s wr, 169 op/s 2023-12-08T06:04:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:43 smithi061 bash[108174]: cluster 2023-12-08T06:04:43.743769+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 83 KiB/s rd, 5.1 KiB/s wr, 169 op/s 2023-12-08T06:04:44.168 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:43 smithi118 bash[108248]: cluster 2023-12-08T06:04:43.743769+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 83 KiB/s rd, 5.1 KiB/s wr, 169 op/s 2023-12-08T06:04:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:46 smithi118 bash[108248]: cluster 2023-12-08T06:04:45.744535+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 101 KiB/s rd, 4.1 KiB/s wr, 197 op/s 2023-12-08T06:04:47.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:46 smithi061 bash[111590]: cluster 2023-12-08T06:04:45.744535+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 101 KiB/s rd, 4.1 KiB/s wr, 197 op/s 2023-12-08T06:04:47.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:46 smithi061 bash[108174]: cluster 2023-12-08T06:04:45.744535+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 101 KiB/s rd, 4.1 KiB/s wr, 197 op/s 2023-12-08T06:04:48.053 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:47 smithi061 bash[111590]: audit 2023-12-08T06:04:46.850538+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849262\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:04:46.849630\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:48.053 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:47 smithi061 bash[111590]: audit 2023-12-08T06:04:46.854321+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849262\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:04:46.849630\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:48.054 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:47 smithi061 bash[108174]: audit 2023-12-08T06:04:46.850538+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849262\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:04:46.849630\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:48.054 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:47 smithi061 bash[108174]: audit 2023-12-08T06:04:46.854321+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849262\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:04:46.849630\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:47 smithi118 bash[108248]: audit 2023-12-08T06:04:46.850538+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849262\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:04:46.849630\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:04:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:47 smithi118 bash[108248]: audit 2023-12-08T06:04:46.854321+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"baed4ddf9669\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849262\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:01:37.517907\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:34.586703\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:04:46.849630\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:04:49.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:48 smithi061 bash[108174]: cluster 2023-12-08T06:04:47.745213+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 3.8 KiB/s wr, 196 op/s 2023-12-08T06:04:49.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:48 smithi061 bash[111590]: cluster 2023-12-08T06:04:47.745213+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 3.8 KiB/s wr, 196 op/s 2023-12-08T06:04:49.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:48 smithi118 bash[108248]: cluster 2023-12-08T06:04:47.745213+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 3.8 KiB/s wr, 196 op/s 2023-12-08T06:04:51.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:50 smithi118 bash[108248]: cluster 2023-12-08T06:04:49.745895+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.1 KiB/s wr, 177 op/s 2023-12-08T06:04:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:50 smithi061 bash[108174]: cluster 2023-12-08T06:04:49.745895+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.1 KiB/s wr, 177 op/s 2023-12-08T06:04:51.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:50 smithi061 bash[111590]: cluster 2023-12-08T06:04:49.745895+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.1 KiB/s wr, 177 op/s 2023-12-08T06:04:53.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:52 smithi118 bash[108248]: cluster 2023-12-08T06:04:51.746466+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.9 KiB/s wr, 173 op/s 2023-12-08T06:04:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:52 smithi061 bash[108174]: cluster 2023-12-08T06:04:51.746466+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.9 KiB/s wr, 173 op/s 2023-12-08T06:04:53.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:52 smithi061 bash[111590]: cluster 2023-12-08T06:04:51.746466+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.9 KiB/s wr, 173 op/s 2023-12-08T06:04:55.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:54 smithi118 bash[108248]: cluster 2023-12-08T06:04:53.747059+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 125 op/s 2023-12-08T06:04:55.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:54 smithi061 bash[108174]: cluster 2023-12-08T06:04:53.747059+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 125 op/s 2023-12-08T06:04:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:54 smithi061 bash[111590]: cluster 2023-12-08T06:04:53.747059+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 125 op/s 2023-12-08T06:04:57.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:56 smithi118 bash[108248]: cluster 2023-12-08T06:04:55.747717+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 65 op/s 2023-12-08T06:04:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:56 smithi061 bash[108174]: cluster 2023-12-08T06:04:55.747717+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 65 op/s 2023-12-08T06:04:57.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:56 smithi061 bash[111590]: cluster 2023-12-08T06:04:55.747717+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 65 op/s 2023-12-08T06:04:59.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:04:58 smithi118 bash[108248]: cluster 2023-12-08T06:04:57.748306+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-08T06:04:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:04:58 smithi061 bash[108174]: cluster 2023-12-08T06:04:57.748306+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-08T06:04:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:04:58 smithi061 bash[111590]: cluster 2023-12-08T06:04:57.748306+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-08T06:05:01.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:00 smithi118 bash[108248]: cluster 2023-12-08T06:04:59.748791+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:01.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:00 smithi061 bash[111590]: cluster 2023-12-08T06:04:59.748791+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:01.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:00 smithi061 bash[108174]: cluster 2023-12-08T06:04:59.748791+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:03.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:02 smithi118 bash[108248]: cluster 2023-12-08T06:05:01.749434+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:02 smithi061 bash[108174]: cluster 2023-12-08T06:05:01.749434+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:03.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:02 smithi061 bash[111590]: cluster 2023-12-08T06:05:01.749434+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:05.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:04 smithi118 bash[108248]: cluster 2023-12-08T06:05:03.749964+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:04 smithi061 bash[108174]: cluster 2023-12-08T06:05:03.749964+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:04 smithi061 bash[111590]: cluster 2023-12-08T06:05:03.749964+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:07.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:06 smithi118 bash[108248]: cluster 2023-12-08T06:05:05.750515+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:06 smithi061 bash[108174]: cluster 2023-12-08T06:05:05.750515+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:06 smithi061 bash[111590]: cluster 2023-12-08T06:05:05.750515+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:09.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:08 smithi118 bash[108248]: cluster 2023-12-08T06:05:07.751063+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:08 smithi061 bash[108174]: cluster 2023-12-08T06:05:07.751063+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:09.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:08 smithi061 bash[111590]: cluster 2023-12-08T06:05:07.751063+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:11.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:10 smithi118 bash[108248]: cluster 2023-12-08T06:05:09.751519+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:10 smithi061 bash[108174]: cluster 2023-12-08T06:05:09.751519+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:11.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:10 smithi061 bash[111590]: cluster 2023-12-08T06:05:09.751519+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:13.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:12 smithi118 bash[108248]: cluster 2023-12-08T06:05:11.752254+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:13.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:12 smithi061 bash[108174]: cluster 2023-12-08T06:05:11.752254+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:13.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:12 smithi061 bash[111590]: cluster 2023-12-08T06:05:11.752254+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:15.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:14 smithi118 bash[108248]: cluster 2023-12-08T06:05:13.752825+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:14 smithi061 bash[108174]: cluster 2023-12-08T06:05:13.752825+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:15.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:14 smithi061 bash[111590]: cluster 2023-12-08T06:05:13.752825+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:17.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:16 smithi118 bash[108248]: cluster 2023-12-08T06:05:15.753416+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:17.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:16 smithi061 bash[108174]: cluster 2023-12-08T06:05:15.753416+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:17.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:16 smithi061 bash[111590]: cluster 2023-12-08T06:05:15.753416+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:19.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:18 smithi118 bash[108248]: cluster 2023-12-08T06:05:17.754183+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:19.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:18 smithi061 bash[108174]: cluster 2023-12-08T06:05:17.754183+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:19.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:18 smithi061 bash[111590]: cluster 2023-12-08T06:05:17.754183+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:21.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:20 smithi118 bash[108248]: cluster 2023-12-08T06:05:19.754686+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:20 smithi061 bash[108174]: cluster 2023-12-08T06:05:19.754686+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:21.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:20 smithi061 bash[111590]: cluster 2023-12-08T06:05:19.754686+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:23.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:22 smithi118 bash[108248]: cluster 2023-12-08T06:05:21.755233+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:23.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:22 smithi061 bash[108174]: cluster 2023-12-08T06:05:21.755233+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:22 smithi061 bash[111590]: cluster 2023-12-08T06:05:21.755233+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:25.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:24 smithi118 bash[108248]: cluster 2023-12-08T06:05:23.755805+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:25.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:24 smithi061 bash[108174]: cluster 2023-12-08T06:05:23.755805+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:25.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:24 smithi061 bash[111590]: cluster 2023-12-08T06:05:23.755805+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:27.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:26 smithi118 bash[108248]: cluster 2023-12-08T06:05:25.756508+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:27.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:26 smithi061 bash[108174]: cluster 2023-12-08T06:05:25.756508+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:27.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:26 smithi061 bash[111590]: cluster 2023-12-08T06:05:25.756508+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:29.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:28 smithi118 bash[108248]: cluster 2023-12-08T06:05:27.757260+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:29.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:28 smithi061 bash[108174]: cluster 2023-12-08T06:05:27.757260+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:29.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:28 smithi061 bash[111590]: cluster 2023-12-08T06:05:27.757260+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:30 smithi118 bash[108248]: cluster 2023-12-08T06:05:29.757749+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:30 smithi061 bash[108174]: cluster 2023-12-08T06:05:29.757749+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:31.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:30 smithi061 bash[111590]: cluster 2023-12-08T06:05:29.757749+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:33.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:32 smithi118 bash[108248]: cluster 2023-12-08T06:05:31.758285+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:32 smithi061 bash[108174]: cluster 2023-12-08T06:05:31.758285+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:32 smithi061 bash[111590]: cluster 2023-12-08T06:05:31.758285+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:35.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:34 smithi118 bash[108248]: cluster 2023-12-08T06:05:33.758819+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:34 smithi061 bash[108174]: cluster 2023-12-08T06:05:33.758819+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:35.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:34 smithi061 bash[111590]: cluster 2023-12-08T06:05:33.758819+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:36 smithi118 bash[108248]: cluster 2023-12-08T06:05:35.759561+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:37.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:36 smithi061 bash[111590]: cluster 2023-12-08T06:05:35.759561+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:37.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:36 smithi061 bash[108174]: cluster 2023-12-08T06:05:35.759561+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:38 smithi118 bash[108248]: cluster 2023-12-08T06:05:37.760172+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:38 smithi061 bash[111590]: cluster 2023-12-08T06:05:37.760172+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:38 smithi061 bash[108174]: cluster 2023-12-08T06:05:37.760172+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:41.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:40 smithi118 bash[108248]: cluster 2023-12-08T06:05:39.760908+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:41.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:40 smithi061 bash[111590]: cluster 2023-12-08T06:05:39.760908+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:41.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:40 smithi061 bash[108174]: cluster 2023-12-08T06:05:39.760908+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:43.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:42 smithi118 bash[108248]: cluster 2023-12-08T06:05:41.761528+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:43.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:42 smithi061 bash[108174]: cluster 2023-12-08T06:05:41.761528+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:43.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:42 smithi061 bash[111590]: cluster 2023-12-08T06:05:41.761528+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:45.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:44 smithi118 bash[108248]: cluster 2023-12-08T06:05:43.762014+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:44 smithi061 bash[108174]: cluster 2023-12-08T06:05:43.762014+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:45.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:44 smithi061 bash[111590]: cluster 2023-12-08T06:05:43.762014+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:46 smithi118 bash[108248]: cluster 2023-12-08T06:05:45.762652+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:47.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:46 smithi061 bash[108174]: cluster 2023-12-08T06:05:45.762652+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:47.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:46 smithi061 bash[111590]: cluster 2023-12-08T06:05:45.762652+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:49.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:48 smithi118 bash[108248]: cluster 2023-12-08T06:05:47.763217+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:49.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:48 smithi061 bash[108174]: cluster 2023-12-08T06:05:47.763217+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:49.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:48 smithi061 bash[111590]: cluster 2023-12-08T06:05:47.763217+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:51.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:50 smithi118 bash[108248]: cluster 2023-12-08T06:05:49.763690+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:50 smithi061 bash[108174]: cluster 2023-12-08T06:05:49.763690+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:51.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:50 smithi061 bash[111590]: cluster 2023-12-08T06:05:49.763690+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:53.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:52 smithi118 bash[108248]: cluster 2023-12-08T06:05:51.764395+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:52 smithi061 bash[108174]: cluster 2023-12-08T06:05:51.764395+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:53.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:52 smithi061 bash[111590]: cluster 2023-12-08T06:05:51.764395+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:55.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:54 smithi118 bash[108248]: cluster 2023-12-08T06:05:53.765014+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:55.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:54 smithi061 bash[108174]: cluster 2023-12-08T06:05:53.765014+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:54 smithi061 bash[111590]: cluster 2023-12-08T06:05:53.765014+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:57.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:56 smithi118 bash[108248]: cluster 2023-12-08T06:05:55.765498+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:56 smithi061 bash[108174]: cluster 2023-12-08T06:05:55.765498+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:57.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:56 smithi061 bash[111590]: cluster 2023-12-08T06:05:55.765498+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:59.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:05:58 smithi118 bash[108248]: cluster 2023-12-08T06:05:57.766206+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:05:58 smithi061 bash[108174]: cluster 2023-12-08T06:05:57.766206+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:05:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:05:58 smithi061 bash[111590]: cluster 2023-12-08T06:05:57.766206+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:01.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:00 smithi118 bash[108248]: cluster 2023-12-08T06:05:59.766650+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:01.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:00 smithi061 bash[108174]: cluster 2023-12-08T06:05:59.766650+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:01.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:00 smithi061 bash[111590]: cluster 2023-12-08T06:05:59.766650+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:03.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:02 smithi118 bash[108248]: cluster 2023-12-08T06:06:01.767362+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:02 smithi061 bash[108174]: cluster 2023-12-08T06:06:01.767362+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:03.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:02 smithi061 bash[111590]: cluster 2023-12-08T06:06:01.767362+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:05.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:04 smithi118 bash[108248]: cluster 2023-12-08T06:06:03.767960+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:04 smithi061 bash[108174]: cluster 2023-12-08T06:06:03.767960+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:04 smithi061 bash[111590]: cluster 2023-12-08T06:06:03.767960+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:07.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:06 smithi118 bash[108248]: cluster 2023-12-08T06:06:05.768496+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:06 smithi061 bash[108174]: cluster 2023-12-08T06:06:05.768496+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:06 smithi061 bash[111590]: cluster 2023-12-08T06:06:05.768496+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:09.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:08 smithi118 bash[108248]: cluster 2023-12-08T06:06:07.769029+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:08 smithi061 bash[108174]: cluster 2023-12-08T06:06:07.769029+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:09.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:08 smithi061 bash[111590]: cluster 2023-12-08T06:06:07.769029+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:11.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:10 smithi118 bash[108248]: cluster 2023-12-08T06:06:09.769567+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:10 smithi061 bash[108174]: cluster 2023-12-08T06:06:09.769567+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:11.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:10 smithi061 bash[111590]: cluster 2023-12-08T06:06:09.769567+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:13.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:12 smithi118 bash[108248]: cluster 2023-12-08T06:06:11.770239+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:13.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:12 smithi061 bash[108174]: cluster 2023-12-08T06:06:11.770239+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:13.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:12 smithi061 bash[111590]: cluster 2023-12-08T06:06:11.770239+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:15.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:14 smithi118 bash[108248]: cluster 2023-12-08T06:06:13.770748+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:14 smithi061 bash[108174]: cluster 2023-12-08T06:06:13.770748+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:15.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:14 smithi061 bash[111590]: cluster 2023-12-08T06:06:13.770748+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:17.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:16 smithi118 bash[108248]: cluster 2023-12-08T06:06:15.771264+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:17.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:16 smithi061 bash[108174]: cluster 2023-12-08T06:06:15.771264+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:17.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:16 smithi061 bash[111590]: cluster 2023-12-08T06:06:15.771264+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:19.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:18 smithi061 bash[108174]: cluster 2023-12-08T06:06:17.771884+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:19.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:18 smithi061 bash[111590]: cluster 2023-12-08T06:06:17.771884+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:19.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:18 smithi118 bash[108248]: cluster 2023-12-08T06:06:17.771884+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:21.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:20 smithi118 bash[108248]: cluster 2023-12-08T06:06:19.772420+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:20 smithi061 bash[108174]: cluster 2023-12-08T06:06:19.772420+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:21.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:20 smithi061 bash[111590]: cluster 2023-12-08T06:06:19.772420+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:23.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:22 smithi118 bash[108248]: cluster 2023-12-08T06:06:21.772986+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:23.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:22 smithi061 bash[108174]: cluster 2023-12-08T06:06:21.772986+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:22 smithi061 bash[111590]: cluster 2023-12-08T06:06:21.772986+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:25.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:24 smithi118 bash[108248]: cluster 2023-12-08T06:06:23.773627+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:25.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:24 smithi061 bash[108174]: cluster 2023-12-08T06:06:23.773627+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:25.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:24 smithi061 bash[111590]: cluster 2023-12-08T06:06:23.773627+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:27.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:26 smithi061 bash[108174]: cluster 2023-12-08T06:06:25.774304+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:27.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:26 smithi061 bash[111590]: cluster 2023-12-08T06:06:25.774304+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:27.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:26 smithi118 bash[108248]: cluster 2023-12-08T06:06:25.774304+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:29.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:28 smithi061 bash[108174]: cluster 2023-12-08T06:06:27.774937+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:29.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:28 smithi061 bash[111590]: cluster 2023-12-08T06:06:27.774937+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:29.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:28 smithi118 bash[108248]: cluster 2023-12-08T06:06:27.774937+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:31.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:30 smithi118 bash[108248]: cluster 2023-12-08T06:06:29.775459+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:30 smithi061 bash[108174]: cluster 2023-12-08T06:06:29.775459+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:31.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:30 smithi061 bash[111590]: cluster 2023-12-08T06:06:29.775459+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:33.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:32 smithi118 bash[108248]: cluster 2023-12-08T06:06:31.776084+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:32 smithi061 bash[108174]: cluster 2023-12-08T06:06:31.776084+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:32 smithi061 bash[111590]: cluster 2023-12-08T06:06:31.776084+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:34 smithi061 bash[108174]: cluster 2023-12-08T06:06:33.776801+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:35.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:34 smithi061 bash[111590]: cluster 2023-12-08T06:06:33.776801+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:35.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:34 smithi118 bash[108248]: cluster 2023-12-08T06:06:33.776801+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:37.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:36 smithi061 bash[108174]: cluster 2023-12-08T06:06:35.777332+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:37.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:36 smithi061 bash[111590]: cluster 2023-12-08T06:06:35.777332+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:37.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:36 smithi118 bash[108248]: cluster 2023-12-08T06:06:35.777332+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:38 smithi061 bash[108174]: cluster 2023-12-08T06:06:37.777995+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:38 smithi061 bash[111590]: cluster 2023-12-08T06:06:37.777995+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:39.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:38 smithi118 bash[108248]: cluster 2023-12-08T06:06:37.777995+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:40.334 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-08T06:06:40.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:40 smithi061 bash[108174]: cluster 2023-12-08T06:06:39.778641+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:40.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:40 smithi061 bash[111590]: cluster 2023-12-08T06:06:39.778641+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:41.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:40 smithi118 bash[108248]: cluster 2023-12-08T06:06:39.778641+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:41.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:41 smithi061 bash[108174]: audit 2023-12-08T06:06:41.536935+0000 mon.a (mon.0) 792 : audit [INF] from='client.? 172.21.15.61:0/914255790' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:41.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:41 smithi061 bash[108174]: audit 2023-12-08T06:06:41.540688+0000 mon.a (mon.0) 793 : audit [INF] from='client.? 172.21.15.61:0/914255790' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-08T06:06:41.899 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:41 smithi061 bash[111590]: audit 2023-12-08T06:06:41.536935+0000 mon.a (mon.0) 792 : audit [INF] from='client.? 172.21.15.61:0/914255790' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:41.899 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:41 smithi061 bash[111590]: audit 2023-12-08T06:06:41.540688+0000 mon.a (mon.0) 793 : audit [INF] from='client.? 172.21.15.61:0/914255790' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-08T06:06:41.900 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-08T06:06:42.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:41 smithi118 bash[108248]: audit 2023-12-08T06:06:41.536935+0000 mon.a (mon.0) 792 : audit [INF] from='client.? 172.21.15.61:0/914255790' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:41 smithi118 bash[108248]: audit 2023-12-08T06:06:41.540688+0000 mon.a (mon.0) 793 : audit [INF] from='client.? 172.21.15.61:0/914255790' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2023-12-08T06:06:43.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:42 smithi118 bash[108248]: cluster 2023-12-08T06:06:41.779104+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:43.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:42 smithi061 bash[108174]: cluster 2023-12-08T06:06:41.779104+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:43.131 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:42 smithi061 bash[111590]: cluster 2023-12-08T06:06:41.779104+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:43.458 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-08T06:06:44.028 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:43 smithi061 bash[108174]: audit 2023-12-08T06:06:43.086122+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.61:0/835795369' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:44.028 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:43 smithi061 bash[108174]: audit 2023-12-08T06:06:43.086429+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:44.028 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:43 smithi061 bash[108174]: audit 2023-12-08T06:06:43.090294+0000 mon.a (mon.0) 795 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-08T06:06:44.028 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:43 smithi061 bash[111590]: audit 2023-12-08T06:06:43.086122+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.61:0/835795369' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:44.028 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:43 smithi061 bash[111590]: audit 2023-12-08T06:06:43.086429+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:44.028 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:43 smithi061 bash[111590]: audit 2023-12-08T06:06:43.090294+0000 mon.a (mon.0) 795 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-08T06:06:44.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:43 smithi118 bash[108248]: audit 2023-12-08T06:06:43.086122+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.61:0/835795369' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:43 smithi118 bash[108248]: audit 2023-12-08T06:06:43.086429+0000 mon.a (mon.0) 794 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2023-12-08T06:06:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:43 smithi118 bash[108248]: audit 2023-12-08T06:06:43.090294+0000 mon.a (mon.0) 795 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2023-12-08T06:06:44.789 INFO:teuthology.orchestra.run.smithi061.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T06:06:45.081 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:44 smithi061 bash[111590]: cluster 2023-12-08T06:06:43.779518+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:45.081 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:44 smithi061 bash[111590]: audit 2023-12-08T06:06:44.781976+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\"}"}]: dispatch 2023-12-08T06:06:45.081 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:44 smithi061 bash[108174]: cluster 2023-12-08T06:06:43.779518+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:45.081 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:44 smithi061 bash[108174]: audit 2023-12-08T06:06:44.781976+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\"}"}]: dispatch 2023-12-08T06:06:45.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:44 smithi118 bash[108248]: cluster 2023-12-08T06:06:43.779518+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:45.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:44 smithi118 bash[108248]: audit 2023-12-08T06:06:44.781976+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\"}"}]: dispatch 2023-12-08T06:06:45.157 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T06:06:45.167 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi061.front.sepia.ceph.com 2023-12-08T06:06:45.167 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2023-12-08T06:06:46.049 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:45 smithi061 bash[108174]: audit 2023-12-08T06:06:44.781209+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:46.049 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:45 smithi061 bash[108174]: audit 2023-12-08T06:06:44.784429+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\"}"}]': finished 2023-12-08T06:06:46.049 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:45 smithi061 bash[108174]: cephadm 2023-12-08T06:06:44.786897+0000 mgr.y (mgr.14142) 245 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T06:06:46.049 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:45 smithi061 bash[111590]: audit 2023-12-08T06:06:44.781209+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:46.049 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:45 smithi061 bash[111590]: audit 2023-12-08T06:06:44.784429+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\"}"}]': finished 2023-12-08T06:06:46.049 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:45 smithi061 bash[111590]: cephadm 2023-12-08T06:06:44.786897+0000 mgr.y (mgr.14142) 245 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T06:06:46.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:45 smithi118 bash[108248]: audit 2023-12-08T06:06:44.781209+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:46.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:45 smithi118 bash[108248]: audit 2023-12-08T06:06:44.784429+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\"}"}]': finished 2023-12-08T06:06:46.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:45 smithi118 bash[108248]: cephadm 2023-12-08T06:06:44.786897+0000 mgr.y (mgr.14142) 245 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T06:06:46.406 INFO:teuthology.orchestra.run.smithi061.stdout:true 2023-12-08T06:06:46.995 INFO:teuthology.orchestra.run.smithi061.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-08T06:06:46.995 INFO:teuthology.orchestra.run.smithi061.stdout:alertmanager.a smithi061 running (2m) 2m ago 2m docker.io/prom/alertmanager:latest 9f27df16978d 12a0e728f167 2023-12-08T06:06:46.995 INFO:teuthology.orchestra.run.smithi061.stdout:grafana.a smithi118 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1cc3154da7dd 2023-12-08T06:06:46.995 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.x smithi118 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 baed4ddf9669 2023-12-08T06:06:46.995 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.y smithi061 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5fca656826d0 2023-12-08T06:06:46.995 INFO:teuthology.orchestra.run.smithi061.stdout:mon.a smithi061 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9c8afcbbced9 2023-12-08T06:06:46.995 INFO:teuthology.orchestra.run.smithi061.stdout:mon.b smithi118 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7525b6a13b7e 2023-12-08T06:06:46.995 INFO:teuthology.orchestra.run.smithi061.stdout:mon.c smithi061 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c62e4b967c9b 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.a smithi061 running (2m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 5739562b4524 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.b smithi118 running (2m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 c63c1626f70a 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:osd.0 smithi061 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1e26bbb7aeaa 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:osd.1 smithi061 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74a907882b4e 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:osd.2 smithi061 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4da9c703f860 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:osd.3 smithi061 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 67533139aa2c 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:osd.4 smithi118 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 054d276233fb 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:osd.5 smithi118 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a4baff8fdf2c 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:osd.6 smithi118 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e311c8ee04ea 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:osd.7 smithi118 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8f32a031a163 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:prometheus.a smithi118 running (2m) 2m ago 3m docker.io/prom/prometheus:latest 620d5e2a39df 6ee461f16fe3 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi061.ccjyax smithi061 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b326cd8b43b8 2023-12-08T06:06:46.996 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi118.wlyzci smithi118 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 617e5977389a 2023-12-08T06:06:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:46 smithi118 bash[108248]: cluster 2023-12-08T06:06:45.779913+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:47.150 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:46 smithi061 bash[108174]: cluster 2023-12-08T06:06:45.779913+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:47.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:46 smithi061 bash[111590]: cluster 2023-12-08T06:06:45.779913+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:47.325 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: "mon": { 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: "mgr": { 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: "osd": { 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: "mds": {}, 2023-12-08T06:06:47.326 INFO:teuthology.orchestra.run.smithi061.stdout: "rgw": { 2023-12-08T06:06:47.327 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:06:47.327 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:06:47.327 INFO:teuthology.orchestra.run.smithi061.stdout: "overall": { 2023-12-08T06:06:47.327 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-08T06:06:47.327 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:06:47.327 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:06:47.624 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:06:47.624 INFO:teuthology.orchestra.run.smithi061.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", 2023-12-08T06:06:47.624 INFO:teuthology.orchestra.run.smithi061.stdout: "in_progress": true, 2023-12-08T06:06:47.624 INFO:teuthology.orchestra.run.smithi061.stdout: "services_complete": [], 2023-12-08T06:06:47.624 INFO:teuthology.orchestra.run.smithi061.stdout: "message": "" 2023-12-08T06:06:47.624 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:06:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:47 smithi118 bash[108248]: audit 2023-12-08T06:06:46.392228+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:47 smithi118 bash[108248]: audit 2023-12-08T06:06:46.688644+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:48.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:47 smithi118 bash[108248]: audit 2023-12-08T06:06:47.323330+0000 mon.a (mon.0) 798 : audit [DBG] from='client.? 172.21.15.61:0/1210519105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:06:48.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:47 smithi061 bash[108174]: audit 2023-12-08T06:06:46.392228+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:48.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:47 smithi061 bash[108174]: audit 2023-12-08T06:06:46.688644+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:48.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:47 smithi061 bash[108174]: audit 2023-12-08T06:06:47.323330+0000 mon.a (mon.0) 798 : audit [DBG] from='client.? 172.21.15.61:0/1210519105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:06:48.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:47 smithi061 bash[111590]: audit 2023-12-08T06:06:46.392228+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:48.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:47 smithi061 bash[111590]: audit 2023-12-08T06:06:46.688644+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:48.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:47 smithi061 bash[111590]: audit 2023-12-08T06:06:47.323330+0000 mon.a (mon.0) 798 : audit [DBG] from='client.? 172.21.15.61:0/1210519105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:06:49.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:48 smithi118 bash[108248]: audit 2023-12-08T06:06:46.989218+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:49.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:48 smithi118 bash[108248]: audit 2023-12-08T06:06:47.621161+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:49.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:48 smithi118 bash[108248]: cluster 2023-12-08T06:06:47.780374+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:49.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:48 smithi061 bash[108174]: audit 2023-12-08T06:06:46.989218+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:49.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:48 smithi061 bash[108174]: audit 2023-12-08T06:06:47.621161+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:49.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:48 smithi061 bash[108174]: cluster 2023-12-08T06:06:47.780374+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:49.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:48 smithi061 bash[111590]: audit 2023-12-08T06:06:46.989218+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:49.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:48 smithi061 bash[111590]: audit 2023-12-08T06:06:47.621161+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.24652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:06:49.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:48 smithi061 bash[111590]: cluster 2023-12-08T06:06:47.780374+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:51.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:50 smithi118 bash[108248]: cluster 2023-12-08T06:06:49.780937+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:51.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:50 smithi061 bash[111590]: cluster 2023-12-08T06:06:49.780937+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:50 smithi061 bash[108174]: cluster 2023-12-08T06:06:49.780937+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:53.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:52 smithi118 bash[108248]: cluster 2023-12-08T06:06:51.781411+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:52 smithi061 bash[108174]: cluster 2023-12-08T06:06:51.781411+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:53.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:52 smithi061 bash[111590]: cluster 2023-12-08T06:06:51.781411+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:55.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:54 smithi061 bash[108174]: cluster 2023-12-08T06:06:53.781828+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:54 smithi061 bash[111590]: cluster 2023-12-08T06:06:53.781828+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:55.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:54 smithi118 bash[108248]: cluster 2023-12-08T06:06:53.781828+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:56 smithi061 bash[108174]: cluster 2023-12-08T06:06:55.782264+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:57.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:56 smithi061 bash[111590]: cluster 2023-12-08T06:06:55.782264+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:57.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:56 smithi118 bash[108248]: cluster 2023-12-08T06:06:55.782264+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:06:58 smithi061 bash[108174]: cluster 2023-12-08T06:06:57.782731+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:06:58 smithi061 bash[111590]: cluster 2023-12-08T06:06:57.782731+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:06:59.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:06:58 smithi118 bash[108248]: cluster 2023-12-08T06:06:57.782731+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:01.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:00 smithi118 bash[108248]: cluster 2023-12-08T06:06:59.783141+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:01.150 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:00 smithi061 bash[108174]: cluster 2023-12-08T06:06:59.783141+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:01.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:00 smithi061 bash[111590]: cluster 2023-12-08T06:06:59.783141+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:02 smithi061 bash[108174]: cluster 2023-12-08T06:07:01.783601+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:03.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:02 smithi061 bash[111590]: cluster 2023-12-08T06:07:01.783601+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:03.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:02 smithi118 bash[108248]: cluster 2023-12-08T06:07:01.783601+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:04 smithi061 bash[108174]: cluster 2023-12-08T06:07:03.784010+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:04 smithi061 bash[111590]: cluster 2023-12-08T06:07:03.784010+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:05.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:04 smithi118 bash[108248]: cluster 2023-12-08T06:07:03.784010+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:06 smithi061 bash[108174]: cluster 2023-12-08T06:07:05.784421+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:06 smithi061 bash[111590]: cluster 2023-12-08T06:07:05.784421+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:07.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:06 smithi118 bash[108248]: cluster 2023-12-08T06:07:05.784421+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:08 smithi061 bash[108174]: cluster 2023-12-08T06:07:07.784885+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:09.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:08 smithi061 bash[111590]: cluster 2023-12-08T06:07:07.784885+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:08 smithi118 bash[108248]: cluster 2023-12-08T06:07:07.784885+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:11.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:10 smithi118 bash[108248]: cluster 2023-12-08T06:07:09.785302+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:11.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:10 smithi061 bash[108174]: cluster 2023-12-08T06:07:09.785302+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:11.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:10 smithi061 bash[111590]: cluster 2023-12-08T06:07:09.785302+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:13.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:12 smithi061 bash[108174]: cluster 2023-12-08T06:07:11.785974+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:13.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:12 smithi061 bash[111590]: cluster 2023-12-08T06:07:11.785974+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:13.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:12 smithi118 bash[108248]: cluster 2023-12-08T06:07:11.785974+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:14 smithi061 bash[108174]: cluster 2023-12-08T06:07:13.786585+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:14 smithi061 bash[108174]: audit 2023-12-08T06:07:13.979938+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_version\": \"ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)\"}"}]: dispatch 2023-12-08T06:07:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:14 smithi061 bash[108174]: audit 2023-12-08T06:07:13.985132+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_version\": \"ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)\"}"}]': finished 2023-12-08T06:07:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:14 smithi061 bash[108174]: audit 2023-12-08T06:07:13.985640+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:07:15.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:14 smithi061 bash[111590]: cluster 2023-12-08T06:07:13.786585+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:15.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:14 smithi061 bash[111590]: audit 2023-12-08T06:07:13.979938+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_version\": \"ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)\"}"}]: dispatch 2023-12-08T06:07:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:14 smithi061 bash[111590]: audit 2023-12-08T06:07:13.985132+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_version\": \"ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)\"}"}]': finished 2023-12-08T06:07:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:14 smithi061 bash[111590]: audit 2023-12-08T06:07:13.985640+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:07:15.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:14 smithi118 bash[108248]: cluster 2023-12-08T06:07:13.786585+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:15.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:14 smithi118 bash[108248]: audit 2023-12-08T06:07:13.979938+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_version\": \"ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)\"}"}]: dispatch 2023-12-08T06:07:15.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:14 smithi118 bash[108248]: audit 2023-12-08T06:07:13.985132+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_version\": \"ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)\"}"}]': finished 2023-12-08T06:07:15.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:14 smithi118 bash[108248]: audit 2023-12-08T06:07:13.985640+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:07:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:15 smithi061 bash[108174]: cephadm 2023-12-08T06:07:13.985429+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 with id 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T06:07:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:15 smithi061 bash[108174]: cephadm 2023-12-08T06:07:13.986453+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-08T06:07:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:15 smithi061 bash[108174]: cephadm 2023-12-08T06:07:13.986750+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-08T06:07:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:15 smithi061 bash[108174]: cephadm 2023-12-08T06:07:14.194094+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 on smithi118 2023-12-08T06:07:16.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:15 smithi061 bash[111590]: cephadm 2023-12-08T06:07:13.985429+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 with id 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T06:07:16.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:15 smithi061 bash[111590]: cephadm 2023-12-08T06:07:13.986453+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-08T06:07:16.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:15 smithi061 bash[111590]: cephadm 2023-12-08T06:07:13.986750+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-08T06:07:16.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:15 smithi061 bash[111590]: cephadm 2023-12-08T06:07:14.194094+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 on smithi118 2023-12-08T06:07:16.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:15 smithi118 bash[108248]: cephadm 2023-12-08T06:07:13.985429+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 with id 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T06:07:16.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:15 smithi118 bash[108248]: cephadm 2023-12-08T06:07:13.986453+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-08T06:07:16.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:15 smithi118 bash[108248]: cephadm 2023-12-08T06:07:13.986750+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-08T06:07:16.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:15 smithi118 bash[108248]: cephadm 2023-12-08T06:07:14.194094+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 on smithi118 2023-12-08T06:07:17.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:16 smithi061 bash[111590]: cluster 2023-12-08T06:07:15.787310+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:17.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:16 smithi061 bash[108174]: cluster 2023-12-08T06:07:15.787310+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:17.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:16 smithi118 bash[108248]: cluster 2023-12-08T06:07:15.787310+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:17.934 INFO:teuthology.orchestra.run.smithi061.stdout:true 2023-12-08T06:07:18.489 INFO:teuthology.orchestra.run.smithi061.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:alertmanager.a smithi061 running (2m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 12a0e728f167 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:grafana.a smithi118 running (3m) 2m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1cc3154da7dd 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.x smithi118 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 baed4ddf9669 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.y smithi061 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5fca656826d0 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:mon.a smithi061 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9c8afcbbced9 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:mon.b smithi118 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7525b6a13b7e 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:mon.c smithi061 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c62e4b967c9b 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.a smithi061 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 5739562b4524 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.b smithi118 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 c63c1626f70a 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:osd.0 smithi061 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1e26bbb7aeaa 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:osd.1 smithi061 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74a907882b4e 2023-12-08T06:07:18.490 INFO:teuthology.orchestra.run.smithi061.stdout:osd.2 smithi061 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4da9c703f860 2023-12-08T06:07:18.491 INFO:teuthology.orchestra.run.smithi061.stdout:osd.3 smithi061 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 67533139aa2c 2023-12-08T06:07:18.491 INFO:teuthology.orchestra.run.smithi061.stdout:osd.4 smithi118 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 054d276233fb 2023-12-08T06:07:18.491 INFO:teuthology.orchestra.run.smithi061.stdout:osd.5 smithi118 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a4baff8fdf2c 2023-12-08T06:07:18.491 INFO:teuthology.orchestra.run.smithi061.stdout:osd.6 smithi118 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e311c8ee04ea 2023-12-08T06:07:18.491 INFO:teuthology.orchestra.run.smithi061.stdout:osd.7 smithi118 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8f32a031a163 2023-12-08T06:07:18.491 INFO:teuthology.orchestra.run.smithi061.stdout:prometheus.a smithi118 running (2m) 2m ago 3m docker.io/prom/prometheus:latest 620d5e2a39df 6ee461f16fe3 2023-12-08T06:07:18.491 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi061.ccjyax smithi061 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b326cd8b43b8 2023-12-08T06:07:18.491 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi118.wlyzci smithi118 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 617e5977389a 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout: "mon": { 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout: "mgr": { 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout: "osd": { 2023-12-08T06:07:18.793 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout: "mds": {}, 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout: "rgw": { 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout: "overall": { 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:07:18.794 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:07:19.079 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:07:19.079 INFO:teuthology.orchestra.run.smithi061.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", 2023-12-08T06:07:19.079 INFO:teuthology.orchestra.run.smithi061.stdout: "in_progress": true, 2023-12-08T06:07:19.079 INFO:teuthology.orchestra.run.smithi061.stdout: "services_complete": [], 2023-12-08T06:07:19.079 INFO:teuthology.orchestra.run.smithi061.stdout: "message": "" 2023-12-08T06:07:19.079 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:07:19.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:18 smithi061 bash[108174]: cluster 2023-12-08T06:07:17.787792+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:19.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:18 smithi061 bash[108174]: audit 2023-12-08T06:07:18.790862+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.61:0/727336013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:07:19.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:18 smithi061 bash[111590]: cluster 2023-12-08T06:07:17.787792+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:18 smithi061 bash[111590]: audit 2023-12-08T06:07:18.790862+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.61:0/727336013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:07:19.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:18 smithi118 bash[108248]: cluster 2023-12-08T06:07:17.787792+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:19.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:18 smithi118 bash[108248]: audit 2023-12-08T06:07:18.790862+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.61:0/727336013' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:07:20.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:19 smithi061 bash[108174]: audit 2023-12-08T06:07:17.921395+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:20.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:19 smithi061 bash[108174]: audit 2023-12-08T06:07:18.201492+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:20.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:19 smithi061 bash[108174]: audit 2023-12-08T06:07:18.483935+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:20.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:19 smithi061 bash[111590]: audit 2023-12-08T06:07:17.921395+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:20.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:19 smithi061 bash[111590]: audit 2023-12-08T06:07:18.201492+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:20.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:19 smithi061 bash[111590]: audit 2023-12-08T06:07:18.483935+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:20.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:19 smithi118 bash[108248]: audit 2023-12-08T06:07:17.921395+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:20.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:19 smithi118 bash[108248]: audit 2023-12-08T06:07:18.201492+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:19 smithi118 bash[108248]: audit 2023-12-08T06:07:18.483935+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:21.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:20 smithi061 bash[111590]: audit 2023-12-08T06:07:19.076186+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:21.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:20 smithi061 bash[111590]: cluster 2023-12-08T06:07:19.788420+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:20 smithi061 bash[108174]: audit 2023-12-08T06:07:19.076186+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:20 smithi061 bash[108174]: cluster 2023-12-08T06:07:19.788420+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:21.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:20 smithi118 bash[108248]: audit 2023-12-08T06:07:19.076186+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:21.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:20 smithi118 bash[108248]: cluster 2023-12-08T06:07:19.788420+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:23.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:22 smithi061 bash[108174]: cluster 2023-12-08T06:07:21.789059+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:22 smithi061 bash[111590]: cluster 2023-12-08T06:07:21.789059+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:23.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:22 smithi118 bash[108248]: cluster 2023-12-08T06:07:21.789059+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:25.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:24 smithi061 bash[108174]: cluster 2023-12-08T06:07:23.789614+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:25.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:24 smithi061 bash[111590]: cluster 2023-12-08T06:07:23.789614+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:25.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:24 smithi118 bash[108248]: cluster 2023-12-08T06:07:23.789614+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:27.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:26 smithi061 bash[108174]: cluster 2023-12-08T06:07:25.790240+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:27.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:26 smithi061 bash[111590]: cluster 2023-12-08T06:07:25.790240+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:27.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:26 smithi118 bash[108248]: cluster 2023-12-08T06:07:25.790240+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:29.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:28 smithi061 bash[108174]: cluster 2023-12-08T06:07:27.790927+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:29.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:28 smithi061 bash[111590]: cluster 2023-12-08T06:07:27.790927+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:29.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:28 smithi118 bash[108248]: cluster 2023-12-08T06:07:27.790927+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:31.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:30 smithi118 bash[108248]: cluster 2023-12-08T06:07:29.791607+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:31.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:30 smithi061 bash[108174]: cluster 2023-12-08T06:07:29.791607+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:31.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:30 smithi061 bash[111590]: cluster 2023-12-08T06:07:29.791607+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:33.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:32 smithi061 bash[108174]: cluster 2023-12-08T06:07:31.792252+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:33.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:32 smithi061 bash[111590]: cluster 2023-12-08T06:07:31.792252+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:33.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:32 smithi118 bash[108248]: cluster 2023-12-08T06:07:31.792252+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:35.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:34 smithi061 bash[108174]: cluster 2023-12-08T06:07:33.792765+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:35.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:34 smithi061 bash[111590]: cluster 2023-12-08T06:07:33.792765+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:35.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:34 smithi118 bash[108248]: cluster 2023-12-08T06:07:33.792765+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:37.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:36 smithi061 bash[108174]: cluster 2023-12-08T06:07:35.793447+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:37.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:36 smithi061 bash[111590]: cluster 2023-12-08T06:07:35.793447+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:37.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:36 smithi118 bash[108248]: cluster 2023-12-08T06:07:35.793447+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:38 smithi061 bash[108174]: cluster 2023-12-08T06:07:37.794190+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:38 smithi061 bash[111590]: cluster 2023-12-08T06:07:37.794190+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:39.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:38 smithi118 bash[108248]: cluster 2023-12-08T06:07:37.794190+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:40 smithi118 bash[108248]: cluster 2023-12-08T06:07:39.794735+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:41.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:40 smithi061 bash[108174]: cluster 2023-12-08T06:07:39.794735+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:41.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:40 smithi061 bash[111590]: cluster 2023-12-08T06:07:39.794735+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:42.042 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:41 smithi118 bash[108248]: audit 2023-12-08T06:07:41.462418+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "who": "mgr.x"}]: dispatch 2023-12-08T06:07:42.042 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:41 smithi118 bash[108248]: audit 2023-12-08T06:07:41.466654+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "who": "mgr.x"}]': finished 2023-12-08T06:07:42.042 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:41 smithi118 bash[108248]: audit 2023-12-08T06:07:41.467513+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-08T06:07:42.042 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:41 smithi118 bash[108248]: audit 2023-12-08T06:07:41.468371+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:07:42.042 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:41 smithi118 bash[108248]: audit 2023-12-08T06:07:41.469690+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-08T06:07:42.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[111590]: audit 2023-12-08T06:07:41.462418+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "who": "mgr.x"}]: dispatch 2023-12-08T06:07:42.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[111590]: audit 2023-12-08T06:07:41.466654+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "who": "mgr.x"}]': finished 2023-12-08T06:07:42.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[111590]: audit 2023-12-08T06:07:41.467513+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-08T06:07:42.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[111590]: audit 2023-12-08T06:07:41.468371+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:07:42.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[111590]: audit 2023-12-08T06:07:41.469690+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-08T06:07:42.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[108174]: audit 2023-12-08T06:07:41.462418+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "who": "mgr.x"}]: dispatch 2023-12-08T06:07:42.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[108174]: audit 2023-12-08T06:07:41.466654+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", "who": "mgr.x"}]': finished 2023-12-08T06:07:42.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[108174]: audit 2023-12-08T06:07:41.467513+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2023-12-08T06:07:42.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[108174]: audit 2023-12-08T06:07:41.468371+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:07:42.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:41 smithi061 bash[108174]: audit 2023-12-08T06:07:41.469690+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2023-12-08T06:07:42.803 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:42 smithi118 systemd[1]: Stopping Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:07:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:42 smithi118 bash[108248]: cephadm 2023-12-08T06:07:41.461999+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-08T06:07:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:42 smithi118 bash[108248]: cephadm 2023-12-08T06:07:41.462068+0000 mgr.y (mgr.14142) 287 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-08T06:07:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:42 smithi118 bash[108248]: cephadm 2023-12-08T06:07:41.469113+0000 mgr.y (mgr.14142) 288 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:07:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:42 smithi118 bash[108248]: cluster 2023-12-08T06:07:41.795276+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:43.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:42 smithi061 bash[108174]: cephadm 2023-12-08T06:07:41.461999+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-08T06:07:43.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:42 smithi061 bash[108174]: cephadm 2023-12-08T06:07:41.462068+0000 mgr.y (mgr.14142) 287 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-08T06:07:43.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:42 smithi061 bash[108174]: cephadm 2023-12-08T06:07:41.469113+0000 mgr.y (mgr.14142) 288 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:07:43.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:42 smithi061 bash[108174]: cluster 2023-12-08T06:07:41.795276+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:43.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:42 smithi061 bash[111590]: cephadm 2023-12-08T06:07:41.461999+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2023-12-08T06:07:43.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:42 smithi061 bash[111590]: cephadm 2023-12-08T06:07:41.462068+0000 mgr.y (mgr.14142) 287 : cephadm [INF] Upgrade: Redeploying mgr.x 2023-12-08T06:07:43.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:42 smithi061 bash[111590]: cephadm 2023-12-08T06:07:41.469113+0000 mgr.y (mgr.14142) 288 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:07:43.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:42 smithi061 bash[111590]: cluster 2023-12-08T06:07:41.795276+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:45.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:44 smithi118 bash[108248]: cluster 2023-12-08T06:07:43.795781+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:45.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:44 smithi061 bash[108174]: cluster 2023-12-08T06:07:43.795781+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:45.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:44 smithi061 bash[111590]: cluster 2023-12-08T06:07:43.795781+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:47.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:46 smithi118 bash[108248]: cluster 2023-12-08T06:07:45.796513+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:47.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:46 smithi061 bash[108174]: cluster 2023-12-08T06:07:45.796513+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:47.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:46 smithi061 bash[111590]: cluster 2023-12-08T06:07:45.796513+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:49.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:48 smithi118 bash[108248]: cluster 2023-12-08T06:07:47.797198+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:49.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:48 smithi061 bash[108174]: cluster 2023-12-08T06:07:47.797198+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:49.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:48 smithi061 bash[111590]: cluster 2023-12-08T06:07:47.797198+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:49.384 INFO:teuthology.orchestra.run.smithi061.stdout:true 2023-12-08T06:07:49.939 INFO:teuthology.orchestra.run.smithi061.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2023-12-08T06:07:49.939 INFO:teuthology.orchestra.run.smithi061.stdout:alertmanager.a smithi061 running (3m) 3m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 12a0e728f167 2023-12-08T06:07:49.939 INFO:teuthology.orchestra.run.smithi061.stdout:grafana.a smithi118 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1cc3154da7dd 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.x smithi118 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 baed4ddf9669 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.y smithi061 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5fca656826d0 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:mon.a smithi061 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9c8afcbbced9 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:mon.b smithi118 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7525b6a13b7e 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:mon.c smithi061 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c62e4b967c9b 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.a smithi061 running (3m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 5739562b4524 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.b smithi118 running (3m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 c63c1626f70a 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:osd.0 smithi061 running (5m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1e26bbb7aeaa 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:osd.1 smithi061 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 74a907882b4e 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:osd.2 smithi061 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 4da9c703f860 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:osd.3 smithi061 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 67533139aa2c 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:osd.4 smithi118 running (4m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 054d276233fb 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:osd.5 smithi118 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a4baff8fdf2c 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:osd.6 smithi118 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e311c8ee04ea 2023-12-08T06:07:49.940 INFO:teuthology.orchestra.run.smithi061.stdout:osd.7 smithi118 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8f32a031a163 2023-12-08T06:07:49.941 INFO:teuthology.orchestra.run.smithi061.stdout:prometheus.a smithi118 running (3m) 3m ago 4m docker.io/prom/prometheus:latest 620d5e2a39df 6ee461f16fe3 2023-12-08T06:07:49.941 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi061.ccjyax smithi061 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b326cd8b43b8 2023-12-08T06:07:49.941 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi118.wlyzci smithi118 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 617e5977389a 2023-12-08T06:07:50.243 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:07:50.243 INFO:teuthology.orchestra.run.smithi061.stdout: "mon": { 2023-12-08T06:07:50.243 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-08T06:07:50.243 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:07:50.244 INFO:teuthology.orchestra.run.smithi061.stdout: "mgr": { 2023-12-08T06:07:50.244 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:07:50.244 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:07:50.244 INFO:teuthology.orchestra.run.smithi061.stdout: "osd": { 2023-12-08T06:07:50.244 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-08T06:07:50.244 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:07:50.244 INFO:teuthology.orchestra.run.smithi061.stdout: "mds": {}, 2023-12-08T06:07:50.244 INFO:teuthology.orchestra.run.smithi061.stdout: "rgw": { 2023-12-08T06:07:50.245 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:07:50.245 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:07:50.245 INFO:teuthology.orchestra.run.smithi061.stdout: "overall": { 2023-12-08T06:07:50.245 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2023-12-08T06:07:50.245 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:07:50.245 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:07:50.524 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:07:50.524 INFO:teuthology.orchestra.run.smithi061.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", 2023-12-08T06:07:50.524 INFO:teuthology.orchestra.run.smithi061.stdout: "in_progress": true, 2023-12-08T06:07:50.525 INFO:teuthology.orchestra.run.smithi061.stdout: "services_complete": [], 2023-12-08T06:07:50.525 INFO:teuthology.orchestra.run.smithi061.stdout: "message": "" 2023-12-08T06:07:50.525 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:07:51.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:50 smithi118 bash[108248]: audit 2023-12-08T06:07:49.371623+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:51.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:50 smithi118 bash[108248]: audit 2023-12-08T06:07:49.652984+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:51.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:50 smithi118 bash[108248]: cluster 2023-12-08T06:07:49.797588+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:51.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:50 smithi118 bash[108248]: audit 2023-12-08T06:07:50.240643+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.61:0/3121907951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:07:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:50 smithi061 bash[108174]: audit 2023-12-08T06:07:49.371623+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:50 smithi061 bash[108174]: audit 2023-12-08T06:07:49.652984+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:51.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:50 smithi061 bash[108174]: cluster 2023-12-08T06:07:49.797588+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:51.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:50 smithi061 bash[108174]: audit 2023-12-08T06:07:50.240643+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.61:0/3121907951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:07:51.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:50 smithi061 bash[111590]: audit 2023-12-08T06:07:49.371623+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:51.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:50 smithi061 bash[111590]: audit 2023-12-08T06:07:49.652984+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:51.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:50 smithi061 bash[111590]: cluster 2023-12-08T06:07:49.797588+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:51.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:50 smithi061 bash[111590]: audit 2023-12-08T06:07:50.240643+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.61:0/3121907951' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:07:52.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:51 smithi118 bash[108248]: audit 2023-12-08T06:07:49.933714+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:52.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:51 smithi118 bash[108248]: audit 2023-12-08T06:07:50.521937+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:51 smithi061 bash[108174]: audit 2023-12-08T06:07:49.933714+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:52.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:51 smithi061 bash[108174]: audit 2023-12-08T06:07:50.521937+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:52.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:51 smithi061 bash[111590]: audit 2023-12-08T06:07:49.933714+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:52.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:51 smithi061 bash[111590]: audit 2023-12-08T06:07:50.521937+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:07:52.698 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:52 smithi118 podman[122702]: time="2023-12-08T06:07:52Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2023-12-08T06:07:52.698 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:52 smithi118 podman[122702]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.x 2023-12-08T06:07:52.953 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:52 smithi118 bash[108248]: cluster 2023-12-08T06:07:51.798419+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:52.953 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:52 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-12-08T06:07:52.953 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:52 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-08T06:07:52.954 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:52 smithi118 systemd[1]: Stopped Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:07:52.954 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:52 smithi118 systemd[1]: Starting Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:07:53.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:52 smithi061 bash[108174]: cluster 2023-12-08T06:07:51.798419+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:53.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:52 smithi061 bash[111590]: cluster 2023-12-08T06:07:51.798419+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:53.247 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:52 smithi118 podman[122778]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.x" found: no such container 2023-12-08T06:07:53.248 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:52 smithi118 systemd[1]: Started Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:07:53.565 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:53 smithi118 bash[122795]: debug 2023-12-08T06:07:53.235+0000 7fdd22eac700 1 -- 172.21.15.118:0/3124533028 <== mon.2 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55efdd44c4e0 con 0x55efdd423400 2023-12-08T06:07:53.565 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:53 smithi118 bash[122795]: debug 2023-12-08T06:07:53.365+0000 7fdd33493680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-08T06:07:53.565 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:53 smithi118 bash[122795]: debug 2023-12-08T06:07:53.452+0000 7fdd33493680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-08T06:07:53.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:53 smithi118 bash[108248]: audit 2023-12-08T06:07:52.990607+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:07:53.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:53 smithi118 bash[108248]: audit 2023-12-08T06:07:52.994422+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:07:53.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:53 smithi118 bash[108248]: audit 2023-12-08T06:07:52.995311+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:07:54.053 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:53 smithi061 bash[111590]: audit 2023-12-08T06:07:52.990607+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:07:54.053 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:53 smithi061 bash[108174]: audit 2023-12-08T06:07:52.990607+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:07:54.054 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:53 smithi061 bash[111590]: audit 2023-12-08T06:07:52.994422+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:07:54.054 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:53 smithi061 bash[111590]: audit 2023-12-08T06:07:52.995311+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:07:54.054 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:53 smithi061 bash[108174]: audit 2023-12-08T06:07:52.994422+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849170\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849301\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849335\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849368\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849401\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849434\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:04:46.849467\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:04:46.849500\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:04:46.849532\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:07:54.054 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:53 smithi061 bash[108174]: audit 2023-12-08T06:07:52.995311+0000 mon.a (mon.0) 809 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2023-12-08T06:07:54.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:53 smithi118 bash[122795]: debug 2023-12-08T06:07:53.852+0000 7fdd33493680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-08T06:07:54.701 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:54 smithi118 bash[122795]: debug 2023-12-08T06:07:54.686+0000 7fdd33493680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-08T06:07:54.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:54 smithi118 bash[108248]: cluster 2023-12-08T06:07:53.798901+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:54.972 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:54 smithi118 bash[122795]: debug 2023-12-08T06:07:54.772+0000 7fdd33493680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-08T06:07:55.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:54 smithi061 bash[108174]: cluster 2023-12-08T06:07:53.798901+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:55.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:54 smithi061 bash[111590]: cluster 2023-12-08T06:07:53.798901+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:55.339 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:55 smithi118 bash[122795]: debug 2023-12-08T06:07:55.003+0000 7fdd33493680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-08T06:07:56.089 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:55 smithi118 bash[122795]: debug 2023-12-08T06:07:55.980+0000 7fdd33493680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-08T06:07:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:55 smithi118 bash[108248]: audit 2023-12-08T06:07:55.391619+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390115\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390233\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:07:52.988260\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390274\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390310\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390344\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390378\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390411\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:07:55.390444\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:07:55.390477\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390511\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:07:55.390618\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:07:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:55 smithi118 bash[108248]: audit 2023-12-08T06:07:55.394925+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390115\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390233\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:07:52.988260\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390274\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390310\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390344\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390378\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390411\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:07:55.390444\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:07:55.390477\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390511\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:07:55.390618\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:07:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:55 smithi118 bash[108248]: audit 2023-12-08T06:07:55.398210+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:07:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:55 smithi118 bash[108248]: audit 2023-12-08T06:07:55.401804+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-08T06:07:56.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:55 smithi118 bash[108248]: cluster 2023-12-08T06:07:55.410536+0000 mon.a (mon.0) 814 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-08T06:07:56.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[108174]: audit 2023-12-08T06:07:55.391619+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390115\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390233\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:07:52.988260\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390274\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390310\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390344\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390378\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390411\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:07:55.390444\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:07:55.390477\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390511\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:07:55.390618\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:07:56.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[111590]: audit 2023-12-08T06:07:55.391619+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390115\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390233\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:07:52.988260\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390274\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390310\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390344\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390378\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390411\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:07:55.390444\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:07:55.390477\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390511\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:07:55.390618\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]: dispatch 2023-12-08T06:07:56.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[108174]: audit 2023-12-08T06:07:55.394925+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390115\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390233\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:07:52.988260\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390274\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390310\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390344\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390378\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390411\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:07:55.390444\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:07:55.390477\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390511\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:07:55.390618\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:07:56.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[108174]: audit 2023-12-08T06:07:55.398210+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:07:56.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[108174]: audit 2023-12-08T06:07:55.401804+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-08T06:07:56.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[108174]: cluster 2023-12-08T06:07:55.410536+0000 mon.a (mon.0) 814 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-08T06:07:56.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[111590]: audit 2023-12-08T06:07:55.394925+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390115\", \"created\": \"2023-12-08T06:01:25.449184\", \"started\": \"2023-12-08T06:01:25.479448\"}, \"mgr.x\": {\"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390233\", \"created\": \"2023-12-08T06:01:37.486923\", \"started\": \"2023-12-08T06:07:52.988260\"}, \"osd.4\": {\"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390274\", \"created\": \"2023-12-08T06:02:39.580577\", \"started\": \"2023-12-08T06:02:53.071693\"}, \"osd.5\": {\"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390310\", \"created\": \"2023-12-08T06:02:53.154284\", \"started\": \"2023-12-08T06:03:06.605024\"}, \"osd.6\": {\"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390344\", \"created\": \"2023-12-08T06:03:06.890986\", \"started\": \"2023-12-08T06:03:20.617995\"}, \"osd.7\": {\"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390378\", \"created\": \"2023-12-08T06:03:21.306674\", \"started\": \"2023-12-08T06:03:22.381691\"}, \"prometheus.a\": {\"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390411\", \"created\": \"2023-12-08T06:03:43.020204\", \"started\": \"2023-12-08T06:04:24.154427\"}, \"node-exporter.b\": {\"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": \"2023-12-08T06:07:55.390444\", \"created\": \"2023-12-08T06:03:45.260155\", \"started\": \"2023-12-08T06:03:52.978307\"}, \"grafana.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": \"2023-12-08T06:07:55.390477\", \"created\": \"2023-12-08T06:04:14.303525\", \"started\": \"2023-12-08T06:04:14.412636\"}, \"rgw.r.z.smithi118.wlyzci\": {\"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2023-12-08T06:07:55.390511\", \"created\": \"2023-12-08T06:04:39.583976\", \"started\": \"2023-12-08T06:04:39.617119\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793\"}}, \"last_daemon_update\": \"2023-12-08T06:07:55.390618\", \"last_device_update\": \"2023-12-08T06:03:24.964458\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2023-12-08T06:01:08.068039\"}"}]': finished 2023-12-08T06:07:56.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[111590]: audit 2023-12-08T06:07:55.398210+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:07:56.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[111590]: audit 2023-12-08T06:07:55.401804+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-08T06:07:56.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:55 smithi061 bash[111590]: cluster 2023-12-08T06:07:55.410536+0000 mon.a (mon.0) 814 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-08T06:07:56.427 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[122795]: debug 2023-12-08T06:07:56.108+0000 7fdd33493680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:07:56.427 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[122795]: debug 2023-12-08T06:07:56.189+0000 7fdd33493680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-08T06:07:56.428 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[122795]: debug 2023-12-08T06:07:56.278+0000 7fdd33493680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-08T06:07:56.758 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[122795]: debug 2023-12-08T06:07:56.477+0000 7fdd33493680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-08T06:07:56.808 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108408]: debug ignoring --setuser ceph since I am not root 2023-12-08T06:07:56.808 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108408]: ignoring --setgroup ceph since I am not root 2023-12-08T06:07:56.808 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108408]: debug 2023-12-08T06:07:56.438+0000 7f916f621040 1 -- 172.21.15.61:0/1946336634 >> [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] conn(0x55e534db4c00 msgr2=0x55e534dd1a80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2023-12-08T06:07:56.808 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108408]: debug 2023-12-08T06:07:56.438+0000 7f916f621040 1 --2- 172.21.15.61:0/1946336634 >> [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] conn(0x55e534db4c00 0x55e534dd1a80 secure :-1 s=READY pgs=159 cs=0 l=1 rx=0x55e534e1f110 tx=0x55e534e217c0).stop 2023-12-08T06:07:57.089 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[122795]: debug 2023-12-08T06:07:56.754+0000 7fdd33493680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-08T06:07:57.090 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[122795]: debug 2023-12-08T06:07:56.852+0000 7fdd33493680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-08T06:07:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[108248]: cephadm 2023-12-08T06:07:55.397898+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 with id 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T06:07:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[108248]: cephadm 2023-12-08T06:07:55.399187+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-08T06:07:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[108248]: cephadm 2023-12-08T06:07:55.399659+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-08T06:07:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[108248]: cephadm 2023-12-08T06:07:55.401286+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-08T06:07:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[108248]: cluster 2023-12-08T06:07:55.799470+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[108248]: cluster 2023-12-08T06:07:56.065614+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2023-12-08T06:07:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[108248]: audit 2023-12-08T06:07:56.401744+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-08T06:07:57.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:56 smithi118 bash[108248]: cluster 2023-12-08T06:07:56.401791+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e15: x(active, starting, since 0.999463s), standbys: y 2023-12-08T06:07:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108174]: cephadm 2023-12-08T06:07:55.397898+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 with id 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T06:07:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108174]: cephadm 2023-12-08T06:07:55.399187+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-08T06:07:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108174]: cephadm 2023-12-08T06:07:55.399659+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-08T06:07:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108174]: cephadm 2023-12-08T06:07:55.401286+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-08T06:07:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108174]: cluster 2023-12-08T06:07:55.799470+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108174]: cluster 2023-12-08T06:07:56.065614+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2023-12-08T06:07:57.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108174]: audit 2023-12-08T06:07:56.401744+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[108174]: cluster 2023-12-08T06:07:56.401791+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e15: x(active, starting, since 0.999463s), standbys: y 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[111590]: cephadm 2023-12-08T06:07:55.397898+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 with id 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[111590]: cephadm 2023-12-08T06:07:55.399187+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[111590]: cephadm 2023-12-08T06:07:55.399659+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[111590]: cephadm 2023-12-08T06:07:55.401286+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[111590]: cluster 2023-12-08T06:07:55.799470+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[111590]: cluster 2023-12-08T06:07:56.065614+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[111590]: audit 2023-12-08T06:07:56.401744+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14142 172.21.15.61:0/4078193436' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-08T06:07:57.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:56 smithi061 bash[111590]: cluster 2023-12-08T06:07:56.401791+0000 mon.a (mon.0) 817 : cluster [DBG] mgrmap e15: x(active, starting, since 0.999463s), standbys: y 2023-12-08T06:07:57.839 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:57 smithi118 bash[122795]: debug 2023-12-08T06:07:57.578+0000 7fdd33493680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-08T06:07:57.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:57 smithi118 bash[122795]: debug 2023-12-08T06:07:57.660+0000 7fdd33493680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-08T06:07:57.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:57 smithi118 bash[122795]: debug 2023-12-08T06:07:57.751+0000 7fdd33493680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-08T06:07:58.183 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:57 smithi118 bash[122795]: debug 2023-12-08T06:07:57.925+0000 7fdd33493680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-08T06:07:58.446 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[122795]: debug 2023-12-08T06:07:58.179+0000 7fdd33493680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-08T06:07:58.446 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[122795]: debug 2023-12-08T06:07:58.310+0000 7fdd33493680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-08T06:07:58.701 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[122795]: debug 2023-12-08T06:07:58.442+0000 7fdd33493680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:07:58.701 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[122795]: debug 2023-12-08T06:07:58.614+0000 7fdd33493680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-08T06:07:58.701 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[122795]: debug 2023-12-08T06:07:58.697+0000 7fdd33493680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-08T06:07:59.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[108248]: cluster 2023-12-08T06:07:58.712258+0000 mon.a (mon.0) 818 : cluster [INF] Active manager daemon x restarted 2023-12-08T06:07:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[108248]: cluster 2023-12-08T06:07:58.712819+0000 mon.a (mon.0) 819 : cluster [INF] Activating manager daemon x 2023-12-08T06:07:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[108248]: audit 2023-12-08T06:07:58.713063+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:07:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[108248]: cluster 2023-12-08T06:07:58.715232+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-08T06:07:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[108248]: audit 2023-12-08T06:07:58.715819+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:07:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[108248]: audit 2023-12-08T06:07:58.716934+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:07:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:58 smithi118 bash[108248]: audit 2023-12-08T06:07:58.717635+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:07:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[111590]: cluster 2023-12-08T06:07:58.712258+0000 mon.a (mon.0) 818 : cluster [INF] Active manager daemon x restarted 2023-12-08T06:07:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[111590]: cluster 2023-12-08T06:07:58.712819+0000 mon.a (mon.0) 819 : cluster [INF] Activating manager daemon x 2023-12-08T06:07:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[111590]: audit 2023-12-08T06:07:58.713063+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:07:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[111590]: cluster 2023-12-08T06:07:58.715232+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-08T06:07:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[111590]: audit 2023-12-08T06:07:58.715819+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:07:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[111590]: audit 2023-12-08T06:07:58.716934+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:07:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[111590]: audit 2023-12-08T06:07:58.717635+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:07:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[108174]: cluster 2023-12-08T06:07:58.712258+0000 mon.a (mon.0) 818 : cluster [INF] Active manager daemon x restarted 2023-12-08T06:07:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[108174]: cluster 2023-12-08T06:07:58.712819+0000 mon.a (mon.0) 819 : cluster [INF] Activating manager daemon x 2023-12-08T06:07:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[108174]: audit 2023-12-08T06:07:58.713063+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:07:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[108174]: cluster 2023-12-08T06:07:58.715232+0000 mon.a (mon.0) 820 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-08T06:07:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[108174]: audit 2023-12-08T06:07:58.715819+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:07:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[108174]: audit 2023-12-08T06:07:58.716934+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:07:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:58 smithi061 bash[108174]: audit 2023-12-08T06:07:58.717635+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:00.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:07:59 smithi118 bash[108248]: cluster 2023-12-08T06:07:58.770867+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0582181s), standbys: y 2023-12-08T06:08:00.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:07:59 smithi061 bash[111590]: cluster 2023-12-08T06:07:58.770867+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0582181s), standbys: y 2023-12-08T06:08:00.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:07:59 smithi061 bash[108174]: cluster 2023-12-08T06:07:58.770867+0000 mon.a (mon.0) 821 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0582181s), standbys: y 2023-12-08T06:08:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:00 smithi118 bash[108248]: cluster 2023-12-08T06:08:00.232931+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon y restarted 2023-12-08T06:08:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:00 smithi118 bash[108248]: cluster 2023-12-08T06:08:00.233017+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon y started 2023-12-08T06:08:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:00 smithi118 bash[108248]: audit 2023-12-08T06:08:00.234062+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.? 172.21.15.61:0/358093979' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:00 smithi118 bash[108248]: audit 2023-12-08T06:08:00.235137+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.? 172.21.15.61:0/358093979' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:01.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:00 smithi061 bash[108174]: cluster 2023-12-08T06:08:00.232931+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon y restarted 2023-12-08T06:08:01.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:00 smithi061 bash[108174]: cluster 2023-12-08T06:08:00.233017+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon y started 2023-12-08T06:08:01.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:00 smithi061 bash[108174]: audit 2023-12-08T06:08:00.234062+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.? 172.21.15.61:0/358093979' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:01.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:00 smithi061 bash[108174]: audit 2023-12-08T06:08:00.235137+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.? 172.21.15.61:0/358093979' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:01.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:00 smithi061 bash[111590]: cluster 2023-12-08T06:08:00.232931+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon y restarted 2023-12-08T06:08:01.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:00 smithi061 bash[111590]: cluster 2023-12-08T06:08:00.233017+0000 mon.a (mon.0) 823 : cluster [DBG] Standby manager daemon y started 2023-12-08T06:08:01.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:00 smithi061 bash[111590]: audit 2023-12-08T06:08:00.234062+0000 mon.a (mon.0) 824 : audit [DBG] from='mgr.? 172.21.15.61:0/358093979' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:01.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:00 smithi061 bash[111590]: audit 2023-12-08T06:08:00.235137+0000 mon.a (mon.0) 825 : audit [DBG] from='mgr.? 172.21.15.61:0/358093979' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:02.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:01 smithi118 bash[108248]: cluster 2023-12-08T06:08:00.793140+0000 mon.a (mon.0) 826 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-08T06:08:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:01 smithi118 bash[108248]: audit 2023-12-08T06:08:00.793489+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:08:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:01 smithi118 bash[108248]: audit 2023-12-08T06:08:00.793690+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:08:02.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:01 smithi061 bash[108174]: cluster 2023-12-08T06:08:00.793140+0000 mon.a (mon.0) 826 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-08T06:08:02.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:01 smithi061 bash[108174]: audit 2023-12-08T06:08:00.793489+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:08:02.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:01 smithi061 bash[108174]: audit 2023-12-08T06:08:00.793690+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:08:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:01 smithi061 bash[111590]: cluster 2023-12-08T06:08:00.793140+0000 mon.a (mon.0) 826 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2023-12-08T06:08:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:01 smithi061 bash[111590]: audit 2023-12-08T06:08:00.793489+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:08:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:01 smithi061 bash[111590]: audit 2023-12-08T06:08:00.793690+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:08:05.090 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[122795]: Warning: Permanently added '172.21.15.61' (ECDSA) to the list of known hosts. 2023-12-08T06:08:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.772596+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:08:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.772779+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.773030+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.774444+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.774738+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.774985+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.775227+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.775449+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.775694+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.775913+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.776140+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.777394+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.777636+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:08:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.778130+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.778933+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.779743+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.780076+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.780374+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.780702+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.781021+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.781314+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.781650+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.782011+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.782556+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:08:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.782901+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.783230+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.783507+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.785836+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.786185+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.786464+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.786763+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.787036+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.787301+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.787579+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:08:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.787846+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:08:05.094 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: audit 2023-12-08T06:08:04.788103+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:08:05.094 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:04 smithi118 bash[108248]: cluster 2023-12-08T06:08:04.816426+0000 mon.a (mon.0) 827 : cluster [INF] Manager daemon x is now available 2023-12-08T06:08:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.772596+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:08:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.772779+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:08:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.773030+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.774444+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.774738+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.774985+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.775227+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.775449+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.775694+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.775913+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.776140+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.777394+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.777636+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.778130+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.778933+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.779743+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.780076+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:08:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.780374+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.772596+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.772779+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.773030+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.774444+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.774738+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.774985+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.775227+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.775449+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.775694+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.775913+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.776140+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:08:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.777394+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.777636+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.778130+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.778933+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.779743+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.780076+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.780374+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.780702+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.781021+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:08:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.781314+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.781650+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.782011+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.782556+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.782901+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.783230+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.783507+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.785836+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.786185+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.786464+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.786763+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.787036+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.787301+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:08:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.787579+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:08:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.780702+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:08:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.781021+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:08:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.781314+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:08:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.781650+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:08:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.782011+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:08:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.782556+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.782901+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.783230+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.783507+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.785836+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.786185+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.786464+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.786763+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.787036+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.787301+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:08:05.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.787579+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:08:05.158 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.787846+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:08:05.158 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: audit 2023-12-08T06:08:04.788103+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:08:05.158 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[108174]: cluster 2023-12-08T06:08:04.816426+0000 mon.a (mon.0) 827 : cluster [INF] Manager daemon x is now available 2023-12-08T06:08:05.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.787846+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:08:05.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: audit 2023-12-08T06:08:04.788103+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:08:05.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:04 smithi061 bash[111590]: cluster 2023-12-08T06:08:04.816426+0000 mon.a (mon.0) 827 : cluster [INF] Manager daemon x is now available 2023-12-08T06:08:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: cephadm 2023-12-08T06:08:04.828623+0000 mgr.x (mgr.24692) 1 : cephadm [INF] inventory: adjusted host smithi061 addr 'smithi061' -> '172.21.15.61' 2023-12-08T06:08:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.829720+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:08:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.830513+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:08:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.834024+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-08T06:08:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: cephadm 2023-12-08T06:08:04.838375+0000 mgr.x (mgr.24692) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T06:08:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.838644+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-08T06:08:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.839028+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.842687+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.929551+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.930039+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.933053+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.934368+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.935882+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.965694+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.966098+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.969448+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: audit 2023-12-08T06:08:04.969791+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-08T06:08:06.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:05 smithi118 bash[108248]: cluster 2023-12-08T06:08:05.793023+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2023-12-08T06:08:06.105 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: cephadm 2023-12-08T06:08:04.828623+0000 mgr.x (mgr.24692) 1 : cephadm [INF] inventory: adjusted host smithi061 addr 'smithi061' -> '172.21.15.61' 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.829720+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.830513+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.834024+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: cephadm 2023-12-08T06:08:04.838375+0000 mgr.x (mgr.24692) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.838644+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.839028+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.842687+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.929551+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.930039+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-08T06:08:06.106 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.933053+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: cephadm 2023-12-08T06:08:04.828623+0000 mgr.x (mgr.24692) 1 : cephadm [INF] inventory: adjusted host smithi061 addr 'smithi061' -> '172.21.15.61' 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.829720+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.830513+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.834024+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: cephadm 2023-12-08T06:08:04.838375+0000 mgr.x (mgr.24692) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.838644+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.839028+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.842687+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.929551+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.930039+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2023-12-08T06:08:06.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.933053+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.934368+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.935882+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.965694+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.966098+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.969448+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: audit 2023-12-08T06:08:04.969791+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[108174]: cluster 2023-12-08T06:08:05.793023+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.934368+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.935882+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.965694+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:08:06.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.966098+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:08:06.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.969448+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-08T06:08:06.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: audit 2023-12-08T06:08:04.969791+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-08T06:08:06.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:05 smithi061 bash[111590]: cluster 2023-12-08T06:08:05.793023+0000 mon.a (mon.0) 836 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2023-12-08T06:08:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:06 smithi118 bash[108248]: cluster 2023-12-08T06:08:05.808816+0000 mgr.x (mgr.24692) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:06 smithi061 bash[111590]: cluster 2023-12-08T06:08:05.808816+0000 mgr.x (mgr.24692) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:06 smithi061 bash[108174]: cluster 2023-12-08T06:08:05.808816+0000 mgr.x (mgr.24692) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:07 smithi061 bash[108174]: cluster 2023-12-08T06:08:06.777538+0000 mgr.x (mgr.24692) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:08.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:07 smithi061 bash[108174]: cluster 2023-12-08T06:08:06.835832+0000 mon.a (mon.0) 837 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-08T06:08:08.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:07 smithi061 bash[111590]: cluster 2023-12-08T06:08:06.777538+0000 mgr.x (mgr.24692) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:08.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:07 smithi061 bash[111590]: cluster 2023-12-08T06:08:06.835832+0000 mon.a (mon.0) 837 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-08T06:08:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:07 smithi118 bash[108248]: cluster 2023-12-08T06:08:06.777538+0000 mgr.x (mgr.24692) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:07 smithi118 bash[108248]: cluster 2023-12-08T06:08:06.835832+0000 mon.a (mon.0) 837 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2023-12-08T06:08:10.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:09 smithi061 bash[108174]: cluster 2023-12-08T06:08:08.777913+0000 mgr.x (mgr.24692) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:10.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:09 smithi061 bash[111590]: cluster 2023-12-08T06:08:08.777913+0000 mgr.x (mgr.24692) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:10.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:09 smithi118 bash[108248]: cluster 2023-12-08T06:08:08.777913+0000 mgr.x (mgr.24692) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:12.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:11 smithi061 bash[108174]: cluster 2023-12-08T06:08:10.778325+0000 mgr.x (mgr.24692) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:12.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:11 smithi061 bash[111590]: cluster 2023-12-08T06:08:10.778325+0000 mgr.x (mgr.24692) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:12.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:11 smithi118 bash[108248]: cluster 2023-12-08T06:08:10.778325+0000 mgr.x (mgr.24692) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:14.139 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:13 smithi061 bash[108174]: cluster 2023-12-08T06:08:12.778986+0000 mgr.x (mgr.24692) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:14.140 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:13 smithi061 bash[111590]: cluster 2023-12-08T06:08:12.778986+0000 mgr.x (mgr.24692) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:14.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:13 smithi118 bash[108248]: cluster 2023-12-08T06:08:12.778986+0000 mgr.x (mgr.24692) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:15.089 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:14 smithi118 bash[122795]: Warning: Permanently added 'smithi118,172.21.15.118' (ECDSA) to the list of known hosts. 2023-12-08T06:08:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:14 smithi118 bash[108248]: audit 2023-12-08T06:08:14.701132+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-08T06:08:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:14 smithi118 bash[108248]: audit 2023-12-08T06:08:14.701539+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-08T06:08:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:14 smithi118 bash[108248]: audit 2023-12-08T06:08:14.705079+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-08T06:08:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:14 smithi118 bash[108248]: audit 2023-12-08T06:08:14.706906+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]: dispatch 2023-12-08T06:08:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:14 smithi118 bash[108248]: audit 2023-12-08T06:08:14.707222+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]: dispatch 2023-12-08T06:08:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:14 smithi118 bash[108248]: audit 2023-12-08T06:08:14.712245+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]': finished 2023-12-08T06:08:15.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:14 smithi118 bash[108248]: audit 2023-12-08T06:08:14.716593+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[108174]: audit 2023-12-08T06:08:14.701132+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-08T06:08:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[108174]: audit 2023-12-08T06:08:14.701539+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-08T06:08:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[108174]: audit 2023-12-08T06:08:14.705079+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-08T06:08:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[108174]: audit 2023-12-08T06:08:14.706906+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]: dispatch 2023-12-08T06:08:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[108174]: audit 2023-12-08T06:08:14.707222+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]: dispatch 2023-12-08T06:08:15.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[108174]: audit 2023-12-08T06:08:14.712245+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]': finished 2023-12-08T06:08:15.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[108174]: audit 2023-12-08T06:08:14.716593+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[111590]: audit 2023-12-08T06:08:14.701132+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-08T06:08:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[111590]: audit 2023-12-08T06:08:14.701539+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2023-12-08T06:08:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[111590]: audit 2023-12-08T06:08:14.705079+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2023-12-08T06:08:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[111590]: audit 2023-12-08T06:08:14.706906+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]: dispatch 2023-12-08T06:08:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[111590]: audit 2023-12-08T06:08:14.707222+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]: dispatch 2023-12-08T06:08:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[111590]: audit 2023-12-08T06:08:14.712245+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.x"}]': finished 2023-12-08T06:08:15.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:14 smithi061 bash[111590]: audit 2023-12-08T06:08:14.716593+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:16.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:15 smithi118 bash[108248]: cluster 2023-12-08T06:08:14.779620+0000 mgr.x (mgr.24692) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:16.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:15 smithi118 bash[108248]: audit 2023-12-08T06:08:14.988570+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:15 smithi061 bash[108174]: cluster 2023-12-08T06:08:14.779620+0000 mgr.x (mgr.24692) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:15 smithi061 bash[108174]: audit 2023-12-08T06:08:14.988570+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:16.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:15 smithi061 bash[111590]: cluster 2023-12-08T06:08:14.779620+0000 mgr.x (mgr.24692) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:16.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:15 smithi061 bash[111590]: audit 2023-12-08T06:08:14.988570+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:17.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: cluster 2023-12-08T06:08:16.780364+0000 mgr.x (mgr.24692) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: cluster 2023-12-08T06:08:16.780364+0000 mgr.x (mgr.24692) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.400033+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:17.905 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.400690+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:17.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.400033+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:17.906 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.403484+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:17.906 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.721136+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.906 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.721508+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:17.906 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.721788+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.907 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.722078+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:17.907 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.722396+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.907 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.722635+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:17.907 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.722879+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.907 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.723152+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:17.907 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[111590]: audit 2023-12-08T06:08:17.723447+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.400690+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:17.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.403484+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:17.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.721136+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.721508+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:17.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.721788+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.722078+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:17.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.722396+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.722635+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:17.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.722879+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:17.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.723152+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:17.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:17 smithi061 bash[108174]: audit 2023-12-08T06:08:17.723447+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:18.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: cluster 2023-12-08T06:08:16.780364+0000 mgr.x (mgr.24692) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:18.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.400033+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.400690+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.403484+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.721136+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.721508+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.721788+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.722078+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.722396+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.722635+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:18.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.722879+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:18.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.723152+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:18.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:17 smithi118 bash[108248]: audit 2023-12-08T06:08:17.723447+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.441925+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.442736+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.446081+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.745205+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.745541+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.745776+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.746001+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.746215+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.746418+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.746712+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.747000+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.747282+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.748440+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.748864+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.751691+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.755108+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.755633+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.756102+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:19.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:18 smithi118 bash[108248]: audit 2023-12-08T06:08:18.756874+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:08:19.127 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.441925+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:19.128 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.441925+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:19.128 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.442736+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:19.128 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.446081+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:19.128 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.745205+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.128 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.745541+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.128 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.745776+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.128 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.746001+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.128 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.746215+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.746418+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.746712+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.747000+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.747282+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.748440+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.748864+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.751691+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.755108+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.755633+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.756102+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:19.129 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[111590]: audit 2023-12-08T06:08:18.756874+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.442736+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.446081+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:23.510678Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.745205+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.745541+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.745776+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.746001+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.746215+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.746418+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.746712+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.130 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.747000+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:19.131 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.747282+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:08:19.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.748440+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:19.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.748864+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:19.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.751691+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:08:19.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.755108+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:19.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.755633+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:19.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.756102+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:19.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:18 smithi061 bash[108174]: audit 2023-12-08T06:08:18.756874+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:08:20.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: cephadm 2023-12-08T06:08:18.754849+0000 mgr.x (mgr.24692) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-08T06:08:20.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: cephadm 2023-12-08T06:08:18.756557+0000 mgr.x (mgr.24692) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi061 2023-12-08T06:08:20.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: cluster 2023-12-08T06:08:18.780816+0000 mgr.x (mgr.24692) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:20.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: audit 2023-12-08T06:08:19.623496+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:20.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: cephadm 2023-12-08T06:08:18.754849+0000 mgr.x (mgr.24692) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-08T06:08:20.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: cephadm 2023-12-08T06:08:18.756557+0000 mgr.x (mgr.24692) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi061 2023-12-08T06:08:20.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: cluster 2023-12-08T06:08:18.780816+0000 mgr.x (mgr.24692) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:20.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: audit 2023-12-08T06:08:19.623496+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:20.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: audit 2023-12-08T06:08:19.624348+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:20.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: audit 2023-12-08T06:08:19.624348+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:20.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: audit 2023-12-08T06:08:19.627398+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:20.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: audit 2023-12-08T06:08:19.629233+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:20.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: audit 2023-12-08T06:08:19.630022+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:20.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: audit 2023-12-08T06:08:19.630750+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:20.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[111590]: audit 2023-12-08T06:08:19.631908+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:08:20.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: audit 2023-12-08T06:08:19.627398+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:20.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: audit 2023-12-08T06:08:19.629233+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:20.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: audit 2023-12-08T06:08:19.630022+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:20.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: audit 2023-12-08T06:08:19.630750+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:20.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:19 smithi061 bash[108174]: audit 2023-12-08T06:08:19.631908+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:08:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: cephadm 2023-12-08T06:08:18.754849+0000 mgr.x (mgr.24692) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-08T06:08:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: cephadm 2023-12-08T06:08:18.756557+0000 mgr.x (mgr.24692) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi061 2023-12-08T06:08:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: cluster 2023-12-08T06:08:18.780816+0000 mgr.x (mgr.24692) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:20.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: audit 2023-12-08T06:08:19.623496+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:20.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: audit 2023-12-08T06:08:19.624348+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:20.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: audit 2023-12-08T06:08:19.627398+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:14.288587Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:20.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: audit 2023-12-08T06:08:19.629233+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:20.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: audit 2023-12-08T06:08:19.630022+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:20.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: audit 2023-12-08T06:08:19.630750+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:20.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:19 smithi118 bash[108248]: audit 2023-12-08T06:08:19.631908+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:08:20.907 INFO:teuthology.orchestra.run.smithi061.stdout:true 2023-12-08T06:08:21.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[111590]: cephadm 2023-12-08T06:08:19.628901+0000 mgr.x (mgr.24692) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-08T06:08:21.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[111590]: cephadm 2023-12-08T06:08:19.631397+0000 mgr.x (mgr.24692) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi061 2023-12-08T06:08:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[108174]: cephadm 2023-12-08T06:08:19.628901+0000 mgr.x (mgr.24692) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-08T06:08:21.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[108174]: cephadm 2023-12-08T06:08:19.631397+0000 mgr.x (mgr.24692) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi061 2023-12-08T06:08:21.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[111590]: audit 2023-12-08T06:08:20.520954+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:21.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[108174]: audit 2023-12-08T06:08:20.520954+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:21.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[111590]: audit 2023-12-08T06:08:20.521627+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:21.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[111590]: audit 2023-12-08T06:08:20.524512+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:21.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[108174]: audit 2023-12-08T06:08:20.521627+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:21.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:20 smithi061 bash[108174]: audit 2023-12-08T06:08:20.524512+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:21.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:20 smithi118 bash[108248]: cephadm 2023-12-08T06:08:19.628901+0000 mgr.x (mgr.24692) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-08T06:08:21.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:20 smithi118 bash[108248]: cephadm 2023-12-08T06:08:19.631397+0000 mgr.x (mgr.24692) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi061 2023-12-08T06:08:21.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:20 smithi118 bash[108248]: audit 2023-12-08T06:08:20.520954+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:21.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:20 smithi118 bash[108248]: audit 2023-12-08T06:08:20.521627+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:21.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:20 smithi118 bash[108248]: audit 2023-12-08T06:08:20.524512+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"12a0e728f167\", \"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\": 18402508, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398639Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:04:21.834751Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2023-12-08T06:04:18.483510Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:17.398820Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:21.568 INFO:teuthology.orchestra.run.smithi061.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T06:08:21.568 INFO:teuthology.orchestra.run.smithi061.stdout:alertmanager.a smithi061 running (3m) 4s ago 4m 17.5M - 0.26.0 9f27df16978d 12a0e728f167 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:grafana.a smithi118 running (4m) 3s ago 4m 31.7M - 6.6.2 87a51ecf0b1c 1cc3154da7dd 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.x smithi118 running (28s) 3s ago 6m 423M - 16.2.14-365-g451ceae1 03b62e1f94c4 696bb1985c85 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.y smithi061 running (8m) 4s ago 8m 308M - 15.2.0 204a01f9b0b6 5fca656826d0 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:mon.a smithi061 running (8m) 4s ago 8m 197M 2048M 15.2.0 204a01f9b0b6 9c8afcbbced9 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:mon.b smithi118 running (6m) 3s ago 6m 186M 2048M 15.2.0 204a01f9b0b6 7525b6a13b7e 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:mon.c smithi061 running (7m) 4s ago 7m 186M 2048M 15.2.0 204a01f9b0b6 c62e4b967c9b 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.a smithi061 running (4m) 4s ago 4m 10.9M - 1.7.0 72c9c2088986 5739562b4524 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.b smithi118 running (4m) 3s ago 4m 12.7M - 1.7.0 72c9c2088986 c63c1626f70a 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:osd.0 smithi061 running (6m) 4s ago 6m 73.0M 4096M 15.2.0 204a01f9b0b6 1e26bbb7aeaa 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:osd.1 smithi061 running (6m) 4s ago 6m 74.1M 4096M 15.2.0 204a01f9b0b6 74a907882b4e 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:osd.2 smithi061 running (5m) 4s ago 6m 58.7M 4096M 15.2.0 204a01f9b0b6 4da9c703f860 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:osd.3 smithi061 running (5m) 4s ago 5m 74.3M 4096M 15.2.0 204a01f9b0b6 67533139aa2c 2023-12-08T06:08:21.569 INFO:teuthology.orchestra.run.smithi061.stdout:osd.4 smithi118 running (5m) 3s ago 5m 74.4M 4096M 15.2.0 204a01f9b0b6 054d276233fb 2023-12-08T06:08:21.570 INFO:teuthology.orchestra.run.smithi061.stdout:osd.5 smithi118 running (5m) 3s ago 5m 69.0M 4096M 15.2.0 204a01f9b0b6 a4baff8fdf2c 2023-12-08T06:08:21.570 INFO:teuthology.orchestra.run.smithi061.stdout:osd.6 smithi118 running (5m) 3s ago 5m 63.0M 4096M 15.2.0 204a01f9b0b6 e311c8ee04ea 2023-12-08T06:08:21.570 INFO:teuthology.orchestra.run.smithi061.stdout:osd.7 smithi118 running (4m) 3s ago 5m 72.7M 4096M 15.2.0 204a01f9b0b6 8f32a031a163 2023-12-08T06:08:21.570 INFO:teuthology.orchestra.run.smithi061.stdout:prometheus.a smithi118 running (3m) 3s ago 4m 26.5M - 2.48.0 620d5e2a39df 6ee461f16fe3 2023-12-08T06:08:21.570 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi061.ccjyax smithi061 running (3m) 4s ago 3m 55.4M - 15.2.0 204a01f9b0b6 b326cd8b43b8 2023-12-08T06:08:21.570 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi118.wlyzci smithi118 running (3m) 3s ago 3m 53.0M - 15.2.0 204a01f9b0b6 617e5977389a 2023-12-08T06:08:21.995 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: "mon": { 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: "mgr": { 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 1 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: "osd": { 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:08:21.996 INFO:teuthology.orchestra.run.smithi061.stdout: "mds": {}, 2023-12-08T06:08:21.997 INFO:teuthology.orchestra.run.smithi061.stdout: "rgw": { 2023-12-08T06:08:21.997 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:08:21.997 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:08:21.997 INFO:teuthology.orchestra.run.smithi061.stdout: "overall": { 2023-12-08T06:08:21.997 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2023-12-08T06:08:21.997 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 1 2023-12-08T06:08:21.997 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:08:21.997 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: cephadm 2023-12-08T06:08:20.526677+0000 mgr.x (mgr.24692) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: cephadm 2023-12-08T06:08:20.538068+0000 mgr.x (mgr.24692) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi061 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: cluster 2023-12-08T06:08:20.781259+0000 mgr.x (mgr.24692) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:20.893374+0000 mgr.x (mgr.24692) 18 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.214859+0000 mgr.x (mgr.24692) 19 : audit [DBG] from='client.24742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.556075+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.556596+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.556950+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.557299+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.557642+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.557975+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.559998+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.560377+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.560729+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.561052+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[111590]: audit 2023-12-08T06:08:21.561383+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: cephadm 2023-12-08T06:08:20.526677+0000 mgr.x (mgr.24692) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: cephadm 2023-12-08T06:08:20.538068+0000 mgr.x (mgr.24692) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi061 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: cluster 2023-12-08T06:08:20.781259+0000 mgr.x (mgr.24692) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:20.893374+0000 mgr.x (mgr.24692) 18 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.214859+0000 mgr.x (mgr.24692) 19 : audit [DBG] from='client.24742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:22.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.556075+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.556596+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.556950+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.557299+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.557642+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.557975+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.559998+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.560377+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.560729+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.561052+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:21 smithi061 bash[108174]: audit 2023-12-08T06:08:21.561383+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: cephadm 2023-12-08T06:08:20.526677+0000 mgr.x (mgr.24692) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: cephadm 2023-12-08T06:08:20.538068+0000 mgr.x (mgr.24692) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi061 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: cluster 2023-12-08T06:08:20.781259+0000 mgr.x (mgr.24692) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:20.893374+0000 mgr.x (mgr.24692) 18 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.214859+0000 mgr.x (mgr.24692) 19 : audit [DBG] from='client.24742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.556075+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.556596+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.556950+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.557299+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.557642+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.557975+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.559998+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:08:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.560377+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.560729+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.561052+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:21 smithi118 bash[108248]: audit 2023-12-08T06:08:21.561383+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1", 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout: "in_progress": true, 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout: "services_complete": [], 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout: "progress": "", 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout: "message": "", 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout: "is_paused": false 2023-12-08T06:08:22.370 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:08:23.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:22 smithi061 bash[108174]: audit 2023-12-08T06:08:21.553815+0000 mgr.x (mgr.24692) 20 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:23.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:22 smithi061 bash[108174]: audit 2023-12-08T06:08:21.993448+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.61:0/542393652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:08:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:22 smithi061 bash[111590]: audit 2023-12-08T06:08:21.553815+0000 mgr.x (mgr.24692) 20 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:23.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:22 smithi061 bash[111590]: audit 2023-12-08T06:08:21.993448+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.61:0/542393652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:08:23.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:22 smithi118 bash[108248]: audit 2023-12-08T06:08:21.553815+0000 mgr.x (mgr.24692) 20 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:23.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:22 smithi118 bash[108248]: audit 2023-12-08T06:08:21.993448+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.61:0/542393652' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:08:24.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:23 smithi061 bash[108174]: audit 2023-12-08T06:08:22.367766+0000 mgr.x (mgr.24692) 21 : audit [DBG] from='client.24760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:24.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:23 smithi061 bash[108174]: cluster 2023-12-08T06:08:22.782058+0000 mgr.x (mgr.24692) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:24.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:23 smithi061 bash[111590]: audit 2023-12-08T06:08:22.367766+0000 mgr.x (mgr.24692) 21 : audit [DBG] from='client.24760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:24.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:23 smithi061 bash[111590]: cluster 2023-12-08T06:08:22.782058+0000 mgr.x (mgr.24692) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:24.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:23 smithi118 bash[108248]: audit 2023-12-08T06:08:22.367766+0000 mgr.x (mgr.24692) 21 : audit [DBG] from='client.24760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:08:24.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:23 smithi118 bash[108248]: cluster 2023-12-08T06:08:22.782058+0000 mgr.x (mgr.24692) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:25.035 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:24 smithi061 systemd[1]: Stopping Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:08:25.401 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[126873]: ts=2023-12-08T06:08:25.032Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-08T06:08:25.401 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 podman[132565]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-alertmanager.a 2023-12-08T06:08:25.686 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-08T06:08:25.686 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 systemd[1]: Stopped Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:08:25.686 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 systemd[1]: Starting Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:08:25.686 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 podman[132606]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-alertmanager.a" found: no such container 2023-12-08T06:08:25.686 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 systemd[1]: Started Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:08:26.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:25 smithi118 bash[108248]: cluster 2023-12-08T06:08:24.782539+0000 mgr.x (mgr.24692) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:26.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:25 smithi118 bash[108248]: audit 2023-12-08T06:08:25.486212+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:26.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:25 smithi118 bash[108248]: audit 2023-12-08T06:08:25.487096+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:26.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:25 smithi118 bash[108248]: audit 2023-12-08T06:08:25.490303+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:26.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:25 smithi118 bash[108248]: audit 2023-12-08T06:08:25.492398+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:26.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:25 smithi118 bash[108248]: audit 2023-12-08T06:08:25.493187+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:26.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:25 smithi118 bash[108248]: audit 2023-12-08T06:08:25.493898+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:26.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:25 smithi118 bash[108248]: audit 2023-12-08T06:08:25.495097+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:08:26.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[132621]: ts=2023-12-08T06:08:25.777Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2023-12-08T06:08:26.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[132621]: ts=2023-12-08T06:08:25.777Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2023-12-08T06:08:26.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[132621]: ts=2023-12-08T06:08:25.777Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.61 port=9094 2023-12-08T06:08:26.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[132621]: ts=2023-12-08T06:08:25.778Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-08T06:08:26.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[132621]: ts=2023-12-08T06:08:25.801Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-08T06:08:26.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[132621]: ts=2023-12-08T06:08:25.801Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-08T06:08:26.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[132621]: ts=2023-12-08T06:08:25.803Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2023-12-08T06:08:26.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[132621]: ts=2023-12-08T06:08:25.803Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-12-08T06:08:26.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[108174]: cluster 2023-12-08T06:08:24.782539+0000 mgr.x (mgr.24692) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:26.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[111590]: cluster 2023-12-08T06:08:24.782539+0000 mgr.x (mgr.24692) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:26.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[108174]: audit 2023-12-08T06:08:25.486212+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:26.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[111590]: audit 2023-12-08T06:08:25.486212+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:26.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[108174]: audit 2023-12-08T06:08:25.487096+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:26.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[108174]: audit 2023-12-08T06:08:25.490303+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[108174]: audit 2023-12-08T06:08:25.492398+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[108174]: audit 2023-12-08T06:08:25.493187+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[108174]: audit 2023-12-08T06:08:25.493898+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:26.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[108174]: audit 2023-12-08T06:08:25.495097+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:08:26.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[111590]: audit 2023-12-08T06:08:25.487096+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:26.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[111590]: audit 2023-12-08T06:08:25.490303+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"5fca656826d0\", \"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\": 323171123, \"cpu_percentage\": \"4.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398131Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:00:10.646515Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:39.941103Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:26.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[111590]: audit 2023-12-08T06:08:25.492398+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:08:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[111590]: audit 2023-12-08T06:08:25.493187+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:08:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[111590]: audit 2023-12-08T06:08:25.493898+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:26.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:25 smithi061 bash[111590]: audit 2023-12-08T06:08:25.495097+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:08:27.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[108174]: cephadm 2023-12-08T06:08:25.492081+0000 mgr.x (mgr.24692) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-08T06:08:27.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[108174]: cephadm 2023-12-08T06:08:25.494557+0000 mgr.x (mgr.24692) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2023-12-08T06:08:27.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[111590]: cephadm 2023-12-08T06:08:25.492081+0000 mgr.x (mgr.24692) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-08T06:08:27.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[111590]: cephadm 2023-12-08T06:08:25.494557+0000 mgr.x (mgr.24692) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2023-12-08T06:08:27.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[108174]: audit 2023-12-08T06:08:26.322997+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:27.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[111590]: audit 2023-12-08T06:08:26.322997+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:27.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[108174]: audit 2023-12-08T06:08:26.323599+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:27.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[108174]: audit 2023-12-08T06:08:26.326728+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:27.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[111590]: audit 2023-12-08T06:08:26.323599+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:27.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:26 smithi061 bash[111590]: audit 2023-12-08T06:08:26.326728+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:27.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:26 smithi118 bash[108248]: cephadm 2023-12-08T06:08:25.492081+0000 mgr.x (mgr.24692) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-08T06:08:27.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:26 smithi118 bash[108248]: cephadm 2023-12-08T06:08:25.494557+0000 mgr.x (mgr.24692) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2023-12-08T06:08:27.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:26 smithi118 bash[108248]: audit 2023-12-08T06:08:26.322997+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:27.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:26 smithi118 bash[108248]: audit 2023-12-08T06:08:26.323599+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:08:27.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:26 smithi118 bash[108248]: audit 2023-12-08T06:08:26.326728+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"6ee461f16fe3\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 27797749, \"cpu_percentage\": \"0.24%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440551Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:04:24.154427Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:04:21.679047Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:18.440857Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:08:28.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:27 smithi061 bash[132621]: ts=2023-12-08T06:08:27.778Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000030052s 2023-12-08T06:08:28.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:27 smithi061 bash[108174]: cephadm 2023-12-08T06:08:26.327943+0000 mgr.x (mgr.24692) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-08T06:08:28.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:27 smithi061 bash[108174]: cephadm 2023-12-08T06:08:26.335740+0000 mgr.x (mgr.24692) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi118 2023-12-08T06:08:28.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:27 smithi061 bash[108174]: cluster 2023-12-08T06:08:26.783157+0000 mgr.x (mgr.24692) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:28.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:27 smithi061 bash[111590]: cephadm 2023-12-08T06:08:26.327943+0000 mgr.x (mgr.24692) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-08T06:08:28.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:27 smithi061 bash[111590]: cephadm 2023-12-08T06:08:26.335740+0000 mgr.x (mgr.24692) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi118 2023-12-08T06:08:28.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:27 smithi061 bash[111590]: cluster 2023-12-08T06:08:26.783157+0000 mgr.x (mgr.24692) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:28.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:27 smithi118 bash[108248]: cephadm 2023-12-08T06:08:26.327943+0000 mgr.x (mgr.24692) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-08T06:08:28.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:27 smithi118 bash[108248]: cephadm 2023-12-08T06:08:26.335740+0000 mgr.x (mgr.24692) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi118 2023-12-08T06:08:28.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:27 smithi118 bash[108248]: cluster 2023-12-08T06:08:26.783157+0000 mgr.x (mgr.24692) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:30.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:29 smithi118 bash[108248]: cluster 2023-12-08T06:08:28.783502+0000 mgr.x (mgr.24692) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:30.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:29 smithi061 bash[108174]: cluster 2023-12-08T06:08:28.783502+0000 mgr.x (mgr.24692) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:30.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:29 smithi061 bash[111590]: cluster 2023-12-08T06:08:28.783502+0000 mgr.x (mgr.24692) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:32.295 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:31 smithi118 bash[108248]: cluster 2023-12-08T06:08:30.783912+0000 mgr.x (mgr.24692) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:32.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:31 smithi061 bash[108174]: cluster 2023-12-08T06:08:30.783912+0000 mgr.x (mgr.24692) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:32.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:31 smithi061 bash[111590]: cluster 2023-12-08T06:08:30.783912+0000 mgr.x (mgr.24692) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:32.858 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 systemd[1]: Stopping Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:08:33.285 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.852Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-08T06:08:33.285 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.852Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-08T06:08:33.285 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.852Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-08T06:08:33.285 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.852Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-08T06:08:33.285 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.852Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-08T06:08:33.285 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.852Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-08T06:08:33.286 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.852Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-08T06:08:33.286 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.852Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-08T06:08:33.286 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.853Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-08T06:08:33.286 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.854Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-08T06:08:33.286 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.854Z caller=main.go:1155 level=info msg="Notifier manager stopped" 2023-12-08T06:08:33.286 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:32 smithi118 bash[120240]: ts=2023-12-08T06:08:32.854Z caller=main.go:1167 level=info msg="See you next time!" 2023-12-08T06:08:33.286 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 podman[124708]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-prometheus.a 2023-12-08T06:08:33.286 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@prometheus.a.service: Succeeded. 2023-12-08T06:08:33.546 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 systemd[1]: Stopped Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:08:33.547 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 systemd[1]: Starting Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:08:33.547 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 podman[124751]: Error: no container with ID or name "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-prometheus.a" found: no such container 2023-12-08T06:08:33.547 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 systemd[1]: Started Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:08:33.914 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.649Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-08T06:08:33.914 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.649Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.0, branch=HEAD, revision=6d80b30990bc297d95b5c844e118c4011fad8054)" 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.649Z caller=main.go:588 level=info build_context="(go=go1.21.4, platform=linux/amd64, user=root@26117804242c, date=20231116-04:35:21, tags=netgo,builtinassets,stringlabels)" 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.649Z caller=main.go:589 level=info host_details="(Linux 4.18.0-526.el8.x86_64 #1 SMP Sat Nov 18 00:54:11 UTC 2023 x86_64 smithi118 (none))" 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.649Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.649Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.650Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.651Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.652Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.652Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.654Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.654Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.742µs 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.654Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.654Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.663Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-08T06:08:33.915 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.663Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-08T06:08:33.916 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.663Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.981µs wal_replay_duration=9.173425ms wbl_replay_duration=130ns total_replay_duration=9.218447ms 2023-12-08T06:08:33.916 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.665Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2023-12-08T06:08:33.916 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.665Z caller=main.go:1048 level=info msg="TSDB started" 2023-12-08T06:08:33.916 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.665Z caller=main.go:1229 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-08T06:08:33.916 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.677Z caller=main.go:1266 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=12.17911ms db_storage=829ns remote_storage=1.009µs web_handler=645ns query_engine=623ns scrape=363.316µs scrape_sd=26.57µs notify=42.219µs notify_sd=6.951µs rules=11.524947ms tracing=5.187µs 2023-12-08T06:08:33.916 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.677Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2023-12-08T06:08:33.916 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[124767]: ts=2023-12-08T06:08:33.677Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2023-12-08T06:08:34.203 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: cluster 2023-12-08T06:08:32.784625+0000 mgr.x (mgr.24692) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:34.203 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: cluster 2023-12-08T06:08:32.784625+0000 mgr.x (mgr.24692) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:34.203 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.339140+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:34.204 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.339140+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:34.204 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.339883+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.343161+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.346519+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.347654+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi061.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.348157+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.348457+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.351970+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.358500+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.361630+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.362195+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.362464+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-08T06:08:34.205 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[111590]: audit 2023-12-08T06:08:33.365914+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.339883+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.343161+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.346519+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.347654+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi061.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.348157+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.348457+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.351970+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.358500+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T06:08:34.206 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.361630+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T06:08:34.207 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.362195+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-08T06:08:34.207 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.362464+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-08T06:08:34.207 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:33 smithi061 bash[108174]: audit 2023-12-08T06:08:33.365914+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-08T06:08:34.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: cluster 2023-12-08T06:08:32.784625+0000 mgr.x (mgr.24692) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.339140+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.339883+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.343161+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 195978854, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440080Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 443652505, \"cpu_percentage\": \"30.83%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:08:18.440216Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78024540, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440283Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72351744, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440345Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66154659, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440405Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76336332, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440464Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13390315, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440612Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33281802, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440673Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55574528, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:18.440735Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.346519+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.347654+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi061.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.348157+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.348457+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.351970+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi061.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.358500+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.361630+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.362195+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.362464+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2023-12-08T06:08:34.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:33 smithi118 bash[108248]: audit 2023-12-08T06:08:33.365914+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2023-12-08T06:08:35.314 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:33.346874+0000 mgr.x (mgr.24692) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T06:08:35.315 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:33.347945+0000 mgr.x (mgr.24692) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi061.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T06:08:35.315 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:33.359030+0000 mgr.x (mgr.24692) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T06:08:35.315 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:33.361960+0000 mgr.x (mgr.24692) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T06:08:35.315 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: cephadm 2023-12-08T06:08:33.367944+0000 mgr.x (mgr.24692) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T06:08:35.315 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:34.633197+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-08T06:08:35.317 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:34.633642+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-08T06:08:35.317 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:34.636495+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-08T06:08:35.318 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:34.638355+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:35.318 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:33.346874+0000 mgr.x (mgr.24692) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T06:08:35.318 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:33.347945+0000 mgr.x (mgr.24692) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi061.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T06:08:35.318 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:33.359030+0000 mgr.x (mgr.24692) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T06:08:35.318 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:33.361960+0000 mgr.x (mgr.24692) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: cephadm 2023-12-08T06:08:33.367944+0000 mgr.x (mgr.24692) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:34.633197+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:34.633642+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:34.636495+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:34.638355+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:34.639432+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:34.639939+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[111590]: audit 2023-12-08T06:08:34.642893+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-08T06:08:35.319 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:34.639432+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:35.320 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:34.639939+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:35.320 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:34 smithi061 bash[108174]: audit 2023-12-08T06:08:34.642893+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:33.346874+0000 mgr.x (mgr.24692) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:33.347945+0000 mgr.x (mgr.24692) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi061.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:33.359030+0000 mgr.x (mgr.24692) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:33.361960+0000 mgr.x (mgr.24692) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: cephadm 2023-12-08T06:08:33.367944+0000 mgr.x (mgr.24692) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:34.633197+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:34.633642+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:34.636495+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"progress_id\": \"5294f0a0-5725-49a7-8962-fa7d363471d0\", \"target_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"target_version\": \"16.2.14-365-g451ceae1\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:34.638355+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:35.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:34.639432+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:35.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:34.639939+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:35.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:34 smithi118 bash[108248]: audit 2023-12-08T06:08:34.642893+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2023-12-08T06:08:35.901 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[132621]: ts=2023-12-08T06:08:35.781Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002490495s 2023-12-08T06:08:36.249 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: cephadm 2023-12-08T06:08:34.637268+0000 mgr.x (mgr.24692) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-365-g451ceae1 (pacific) 2023-12-08T06:08:36.249 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: cephadm 2023-12-08T06:08:34.637344+0000 mgr.x (mgr.24692) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726, digests ['quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726'] 2023-12-08T06:08:36.249 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: cephadm 2023-12-08T06:08:34.644318+0000 mgr.x (mgr.24692) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:36.249 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: cephadm 2023-12-08T06:08:34.644855+0000 mgr.x (mgr.24692) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:36.249 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: cluster 2023-12-08T06:08:34.785082+0000 mgr.x (mgr.24692) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:36.249 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: audit 2023-12-08T06:08:35.690312+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]: dispatch 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: audit 2023-12-08T06:08:35.690712+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]: dispatch 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: audit 2023-12-08T06:08:35.694742+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]': finished 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: audit 2023-12-08T06:08:35.695773+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: audit 2023-12-08T06:08:35.696019+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: audit 2023-12-08T06:08:35.696964+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: audit 2023-12-08T06:08:35.697777+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[111590]: audit 2023-12-08T06:08:35.698877+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: cephadm 2023-12-08T06:08:34.637268+0000 mgr.x (mgr.24692) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-365-g451ceae1 (pacific) 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: cephadm 2023-12-08T06:08:34.637344+0000 mgr.x (mgr.24692) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726, digests ['quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726'] 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: cephadm 2023-12-08T06:08:34.644318+0000 mgr.x (mgr.24692) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: cephadm 2023-12-08T06:08:34.644855+0000 mgr.x (mgr.24692) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:36.250 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: cluster 2023-12-08T06:08:34.785082+0000 mgr.x (mgr.24692) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:36.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: audit 2023-12-08T06:08:35.690312+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]: dispatch 2023-12-08T06:08:36.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: audit 2023-12-08T06:08:35.690712+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]: dispatch 2023-12-08T06:08:36.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: audit 2023-12-08T06:08:35.694742+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]': finished 2023-12-08T06:08:36.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: audit 2023-12-08T06:08:35.695773+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:08:36.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: audit 2023-12-08T06:08:35.696019+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:08:36.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: audit 2023-12-08T06:08:35.696964+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:08:36.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: audit 2023-12-08T06:08:35.697777+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:36.251 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:35 smithi061 bash[108174]: audit 2023-12-08T06:08:35.698877+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-08T06:08:36.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: cephadm 2023-12-08T06:08:34.637268+0000 mgr.x (mgr.24692) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-365-g451ceae1 (pacific) 2023-12-08T06:08:36.344 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: cephadm 2023-12-08T06:08:34.637344+0000 mgr.x (mgr.24692) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726, digests ['quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726'] 2023-12-08T06:08:36.344 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: cephadm 2023-12-08T06:08:34.644318+0000 mgr.x (mgr.24692) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:36.344 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: cephadm 2023-12-08T06:08:34.644855+0000 mgr.x (mgr.24692) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:36.344 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: cluster 2023-12-08T06:08:34.785082+0000 mgr.x (mgr.24692) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:36.344 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: audit 2023-12-08T06:08:35.690312+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]: dispatch 2023-12-08T06:08:36.344 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: audit 2023-12-08T06:08:35.690712+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]: dispatch 2023-12-08T06:08:36.344 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: audit 2023-12-08T06:08:35.694742+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr.y"}]': finished 2023-12-08T06:08:36.345 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: audit 2023-12-08T06:08:35.695773+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:08:36.345 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: audit 2023-12-08T06:08:35.696019+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:08:36.345 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: audit 2023-12-08T06:08:35.696964+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:08:36.345 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: audit 2023-12-08T06:08:35.697777+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:08:36.345 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:35 smithi118 bash[108248]: audit 2023-12-08T06:08:35.698877+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-08T06:08:36.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:36 smithi061 systemd[1]: Stopping Ceph mgr.y for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:08:37.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:36 smithi118 bash[108248]: cephadm 2023-12-08T06:08:35.689910+0000 mgr.x (mgr.24692) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-08T06:08:37.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:36 smithi118 bash[108248]: cephadm 2023-12-08T06:08:35.698390+0000 mgr.x (mgr.24692) 43 : cephadm [INF] Deploying daemon mgr.y on smithi061 2023-12-08T06:08:37.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:36 smithi061 bash[108174]: cephadm 2023-12-08T06:08:35.689910+0000 mgr.x (mgr.24692) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-08T06:08:37.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:36 smithi061 bash[108174]: cephadm 2023-12-08T06:08:35.698390+0000 mgr.x (mgr.24692) 43 : cephadm [INF] Deploying daemon mgr.y on smithi061 2023-12-08T06:08:37.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:36 smithi061 bash[111590]: cephadm 2023-12-08T06:08:35.689910+0000 mgr.x (mgr.24692) 42 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-08T06:08:37.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:36 smithi061 bash[111590]: cephadm 2023-12-08T06:08:35.698390+0000 mgr.x (mgr.24692) 43 : cephadm [INF] Deploying daemon mgr.y on smithi061 2023-12-08T06:08:38.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:37 smithi118 bash[108248]: cluster 2023-12-08T06:08:36.785819+0000 mgr.x (mgr.24692) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:38.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:37 smithi061 bash[108174]: cluster 2023-12-08T06:08:36.785819+0000 mgr.x (mgr.24692) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:38.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:37 smithi061 bash[111590]: cluster 2023-12-08T06:08:36.785819+0000 mgr.x (mgr.24692) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:40.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:39 smithi118 bash[108248]: cluster 2023-12-08T06:08:38.786185+0000 mgr.x (mgr.24692) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:40.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:39 smithi061 bash[108174]: cluster 2023-12-08T06:08:38.786185+0000 mgr.x (mgr.24692) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:40.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:39 smithi061 bash[111590]: cluster 2023-12-08T06:08:38.786185+0000 mgr.x (mgr.24692) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:42.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:41 smithi118 bash[108248]: cluster 2023-12-08T06:08:40.786605+0000 mgr.x (mgr.24692) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:42.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:41 smithi061 bash[108174]: cluster 2023-12-08T06:08:40.786605+0000 mgr.x (mgr.24692) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:42.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:41 smithi061 bash[111590]: cluster 2023-12-08T06:08:40.786605+0000 mgr.x (mgr.24692) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:44.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:43 smithi118 bash[108248]: cluster 2023-12-08T06:08:42.787307+0000 mgr.x (mgr.24692) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:44.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:43 smithi061 bash[108174]: cluster 2023-12-08T06:08:42.787307+0000 mgr.x (mgr.24692) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:44.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:43 smithi061 bash[111590]: cluster 2023-12-08T06:08:42.787307+0000 mgr.x (mgr.24692) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:46.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:45 smithi118 bash[108248]: cluster 2023-12-08T06:08:44.787721+0000 mgr.x (mgr.24692) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:46.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:45 smithi061 bash[108174]: cluster 2023-12-08T06:08:44.787721+0000 mgr.x (mgr.24692) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:46.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:45 smithi061 bash[111590]: cluster 2023-12-08T06:08:44.787721+0000 mgr.x (mgr.24692) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:47.151 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:46 smithi061 bash[132984]: time="2023-12-08T06:08:46Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2023-12-08T06:08:47.151 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:47 smithi061 bash[132984]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.y 2023-12-08T06:08:47.523 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:47 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2023-12-08T06:08:47.888 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:47 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-08T06:08:47.889 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:47 smithi061 systemd[1]: Stopped Ceph mgr.y for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:08:47.889 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:47 smithi061 systemd[1]: Starting Ceph mgr.y for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:08:48.222 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:47 smithi061 bash[108174]: cluster 2023-12-08T06:08:46.788379+0000 mgr.x (mgr.24692) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:48.222 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:47 smithi061 bash[111590]: cluster 2023-12-08T06:08:46.788379+0000 mgr.x (mgr.24692) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:48.222 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:47 smithi061 bash[133171]: 1ce601d8ed1ca1097b0be3a1cb0f964f7568ba6ac9605225e88f53b6c20c07ed 2023-12-08T06:08:48.223 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:47.999+0000 7fd8e3c5f700 1 -- 172.21.15.61:0/1780327069 <== mon.1 v2:172.21.15.61:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ad08a0e4e0 con 0x55ad089e3400 2023-12-08T06:08:48.223 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:48 smithi061 systemd[1]: Started Ceph mgr.y for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:08:48.223 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:48.132+0000 7fd8f4246680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-08T06:08:48.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:47 smithi118 bash[108248]: cluster 2023-12-08T06:08:46.788379+0000 mgr.x (mgr.24692) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:48.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:48.218+0000 7fd8f4246680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-08T06:08:48.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:48.651+0000 7fd8f4246680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-08T06:08:48.961 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:48 smithi118 bash[108248]: audit 2023-12-08T06:08:48.061485+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:48.961 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:48 smithi118 bash[108248]: audit 2023-12-08T06:08:48.062259+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:48.961 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:48 smithi118 bash[108248]: audit 2023-12-08T06:08:48.065421+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:48.961 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:48 smithi118 bash[108248]: audit 2023-12-08T06:08:48.066799+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:48.961 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:48 smithi118 bash[108248]: audit 2023-12-08T06:08:48.068597+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:48.961 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:48 smithi118 bash[108248]: audit 2023-12-08T06:08:48.068901+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[108174]: audit 2023-12-08T06:08:48.061485+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:49.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[111590]: audit 2023-12-08T06:08:48.061485+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:49.403 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[108174]: audit 2023-12-08T06:08:48.062259+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:49.403 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[108174]: audit 2023-12-08T06:08:48.065421+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:49.403 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[108174]: audit 2023-12-08T06:08:48.066799+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:49.403 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[108174]: audit 2023-12-08T06:08:48.068597+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:49.403 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[108174]: audit 2023-12-08T06:08:48.068901+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[111590]: audit 2023-12-08T06:08:48.062259+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[111590]: audit 2023-12-08T06:08:48.065421+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 207198617, \"cpu_percentage\": \"2.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.397929Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 195244851, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398203Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 76567019, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398265Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 77751910, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398342Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 61561896, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398400Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 77982597, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398500Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11513364, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398570Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 58174996, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:17.398699Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[111590]: audit 2023-12-08T06:08:48.066799+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[111590]: audit 2023-12-08T06:08:48.068597+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:48 smithi061 bash[111590]: audit 2023-12-08T06:08:48.068901+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:08:49.837 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:49 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:49.495+0000 7fd8f4246680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-08T06:08:49.837 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:49 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:49.597+0000 7fd8f4246680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-08T06:08:49.837 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:49 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:49.833+0000 7fd8f4246680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-08T06:08:50.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:50 smithi061 bash[108174]: cluster 2023-12-08T06:08:48.788694+0000 mgr.x (mgr.24692) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:50.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:50 smithi061 bash[111590]: cluster 2023-12-08T06:08:48.788694+0000 mgr.x (mgr.24692) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:50.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:50 smithi118 bash[108248]: cluster 2023-12-08T06:08:48.788694+0000 mgr.x (mgr.24692) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:51.279 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:50 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:50.922+0000 7fd8f4246680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-08T06:08:51.279 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:51 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:51.064+0000 7fd8f4246680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:08:51.279 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:51 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:51.150+0000 7fd8f4246680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-08T06:08:51.279 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:51 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:51.275+0000 7fd8f4246680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-08T06:08:51.650 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:51 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:51.489+0000 7fd8f4246680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-08T06:08:52.077 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:51 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:51.784+0000 7fd8f4246680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-08T06:08:52.078 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:51 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:51.888+0000 7fd8f4246680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-08T06:08:52.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: cluster 2023-12-08T06:08:50.789157+0000 mgr.x (mgr.24692) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:52.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.318816+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.319423+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.325484+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.353262+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.353884+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.359802+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.361230+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.361461+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.367172+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:08:52.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.371959+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.372687+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.372980+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.375749+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.376012+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.382738+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: cluster 2023-12-08T06:08:51.382890+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.383294+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.384956+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:08:52.343 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[108248]: audit 2023-12-08T06:08:51.385220+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:08:52.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: cluster 2023-12-08T06:08:50.789157+0000 mgr.x (mgr.24692) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:52.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: cluster 2023-12-08T06:08:50.789157+0000 mgr.x (mgr.24692) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:08:52.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.318816+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.319423+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.318816+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.319423+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.404 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.325484+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:52.404 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.353262+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.405 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.325484+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315675Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 452355686, \"cpu_percentage\": \"13.77%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.315881Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80237035, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316001Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74260152, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316127Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 67790438, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316243Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78192312, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316352Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"1.29%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316465Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13254000, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316581Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316689Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55710842, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.316810Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.316993Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:52.405 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.353884+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.405 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.353262+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.359802+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:52.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.361230+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:52.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.361461+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:52.406 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.367172+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.371959+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.372687+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.372980+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.375749+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.376012+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.382738+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: cluster 2023-12-08T06:08:51.382890+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.383294+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.384956+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:08:52.407 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[108174]: audit 2023-12-08T06:08:51.385220+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:08:52.408 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.353884+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]: dispatch 2023-12-08T06:08:52.408 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.359802+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 233727590, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351474Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 44994396, \"cpu_percentage\": \"109.96%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:08:51.351614Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 210554060, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351679Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78412513, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351740Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79775662, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351797Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62725816, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351854Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80121692, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351912Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 12184453, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.351969Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352044Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58342768, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:08:51.352103Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:08:51.352207Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}}"}]': finished 2023-12-08T06:08:52.408 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.361230+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:52.408 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.361461+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:08:52.408 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.367172+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:08:52.408 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.371959+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:08:52.408 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.372687+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:52.408 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.372980+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:08:52.409 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.375749+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-08T06:08:52.409 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.376012+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-08T06:08:52.409 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.382738+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:08:52.409 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: cluster 2023-12-08T06:08:51.382890+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-08T06:08:52.409 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.383294+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:08:52.409 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.384956+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24692 172.21.15.118:0/4288273473' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:08:52.409 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:52 smithi061 bash[111590]: audit 2023-12-08T06:08:51.385220+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:08:52.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[122795]: debug 2023-12-08T06:08:52.369+0000 7fdd206a7700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-08T06:08:52.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[122795]: ignoring --setuser ceph since I am not root 2023-12-08T06:08:52.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[122795]: ignoring --setgroup ceph since I am not root 2023-12-08T06:08:52.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[122795]: debug 2023-12-08T06:08:52.414+0000 7fc559142700 1 -- 172.21.15.118:0/3759394128 <== mon.2 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56285e0284e0 con 0x56285dfff000 2023-12-08T06:08:52.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[122795]: debug 2023-12-08T06:08:52.536+0000 7fc56930b680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-08T06:08:52.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[122795]: debug 2023-12-08T06:08:52.616+0000 7fc56930b680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-08T06:08:53.052 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:52.678+0000 7fd8f4246680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-08T06:08:53.052 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:52.766+0000 7fd8f4246680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-08T06:08:53.052 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:52.863+0000 7fd8f4246680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-08T06:08:53.322 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:53.048+0000 7fd8f4246680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-08T06:08:53.322 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[108174]: cephadm 2023-12-08T06:08:51.373625+0000 mgr.x (mgr.24692) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:53.322 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[108174]: cephadm 2023-12-08T06:08:51.373946+0000 mgr.x (mgr.24692) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:53.322 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[108174]: cephadm 2023-12-08T06:08:51.375566+0000 mgr.x (mgr.24692) 54 : cephadm [INF] Failing over to other MGR 2023-12-08T06:08:53.322 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[108174]: audit 2023-12-08T06:08:52.370540+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[108174]: cluster 2023-12-08T06:08:52.370599+0000 mon.a (mon.0) 883 : cluster [DBG] mgrmap e20: y(active, starting, since 0.994091s) 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[108174]: audit 2023-12-08T06:08:52.385221+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[108174]: cluster 2023-12-08T06:08:52.385284+0000 mon.a (mon.0) 885 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[111590]: cephadm 2023-12-08T06:08:51.373625+0000 mgr.x (mgr.24692) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[111590]: cephadm 2023-12-08T06:08:51.373946+0000 mgr.x (mgr.24692) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[111590]: cephadm 2023-12-08T06:08:51.375566+0000 mgr.x (mgr.24692) 54 : cephadm [INF] Failing over to other MGR 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[111590]: audit 2023-12-08T06:08:52.370540+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[111590]: cluster 2023-12-08T06:08:52.370599+0000 mon.a (mon.0) 883 : cluster [DBG] mgrmap e20: y(active, starting, since 0.994091s) 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[111590]: audit 2023-12-08T06:08:52.385221+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T06:08:53.323 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:53 smithi061 bash[111590]: cluster 2023-12-08T06:08:52.385284+0000 mon.a (mon.0) 885 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-08T06:08:53.339 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:52 smithi118 bash[122795]: debug 2023-12-08T06:08:52.978+0000 7fc56930b680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-08T06:08:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[108248]: cephadm 2023-12-08T06:08:51.373625+0000 mgr.x (mgr.24692) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[108248]: cephadm 2023-12-08T06:08:51.373946+0000 mgr.x (mgr.24692) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-08T06:08:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[108248]: cephadm 2023-12-08T06:08:51.375566+0000 mgr.x (mgr.24692) 54 : cephadm [INF] Failing over to other MGR 2023-12-08T06:08:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[108248]: audit 2023-12-08T06:08:52.370540+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-08T06:08:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[108248]: cluster 2023-12-08T06:08:52.370599+0000 mon.a (mon.0) 883 : cluster [DBG] mgrmap e20: y(active, starting, since 0.994091s) 2023-12-08T06:08:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[108248]: audit 2023-12-08T06:08:52.385221+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.24692 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T06:08:53.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[108248]: cluster 2023-12-08T06:08:52.385284+0000 mon.a (mon.0) 885 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-08T06:08:53.603 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:53.318+0000 7fd8f4246680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-08T06:08:53.603 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:53.458+0000 7fd8f4246680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-08T06:08:53.876 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:53.599+0000 7fd8f4246680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:08:53.876 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:53.782+0000 7fd8f4246680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-08T06:08:54.017 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[122795]: debug 2023-12-08T06:08:53.716+0000 7fc56930b680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-08T06:08:54.017 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:53 smithi118 bash[122795]: debug 2023-12-08T06:08:53.800+0000 7fc56930b680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-08T06:08:54.018 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[122795]: debug 2023-12-08T06:08:54.014+0000 7fc56930b680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-08T06:08:54.151 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:08:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:08:53.872+0000 7fd8f4246680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-08T06:08:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[108174]: cluster 2023-12-08T06:08:53.887149+0000 mon.a (mon.0) 886 : cluster [INF] Active manager daemon y restarted 2023-12-08T06:08:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[108174]: cluster 2023-12-08T06:08:53.887882+0000 mon.a (mon.0) 887 : cluster [INF] Activating manager daemon y 2023-12-08T06:08:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[108174]: cluster 2023-12-08T06:08:53.890519+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-08T06:08:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[108174]: audit 2023-12-08T06:08:53.890683+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-08T06:08:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[108174]: audit 2023-12-08T06:08:53.891033+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[108174]: audit 2023-12-08T06:08:53.892892+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-08T06:08:54.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[108174]: audit 2023-12-08T06:08:53.893252+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[111590]: cluster 2023-12-08T06:08:53.887149+0000 mon.a (mon.0) 886 : cluster [INF] Active manager daemon y restarted 2023-12-08T06:08:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[111590]: cluster 2023-12-08T06:08:53.887882+0000 mon.a (mon.0) 887 : cluster [INF] Activating manager daemon y 2023-12-08T06:08:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[111590]: cluster 2023-12-08T06:08:53.890519+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-08T06:08:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[111590]: audit 2023-12-08T06:08:53.890683+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-08T06:08:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[111590]: audit 2023-12-08T06:08:53.891033+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[111590]: audit 2023-12-08T06:08:53.892892+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-08T06:08:54.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:54 smithi061 bash[111590]: audit 2023-12-08T06:08:53.893252+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:54.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[108248]: cluster 2023-12-08T06:08:53.887149+0000 mon.a (mon.0) 886 : cluster [INF] Active manager daemon y restarted 2023-12-08T06:08:54.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[108248]: cluster 2023-12-08T06:08:53.887882+0000 mon.a (mon.0) 887 : cluster [INF] Activating manager daemon y 2023-12-08T06:08:54.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[108248]: cluster 2023-12-08T06:08:53.890519+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-08T06:08:54.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[108248]: audit 2023-12-08T06:08:53.890683+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-08T06:08:54.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[108248]: audit 2023-12-08T06:08:53.891033+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:54.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[108248]: audit 2023-12-08T06:08:53.892892+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-08T06:08:54.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[108248]: audit 2023-12-08T06:08:53.893252+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:55.248 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:55 smithi118 bash[108248]: cluster 2023-12-08T06:08:54.089434+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e21: y(active, starting, since 0.201741s) 2023-12-08T06:08:55.248 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:54 smithi118 bash[122795]: debug 2023-12-08T06:08:54.947+0000 7fc56930b680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-08T06:08:55.249 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:55 smithi118 bash[122795]: debug 2023-12-08T06:08:55.075+0000 7fc56930b680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:08:55.249 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:55 smithi118 bash[122795]: debug 2023-12-08T06:08:55.157+0000 7fc56930b680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-08T06:08:55.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:55 smithi061 bash[111590]: cluster 2023-12-08T06:08:54.089434+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e21: y(active, starting, since 0.201741s) 2023-12-08T06:08:55.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:55 smithi061 bash[108174]: cluster 2023-12-08T06:08:54.089434+0000 mon.a (mon.0) 893 : cluster [DBG] mgrmap e21: y(active, starting, since 0.201741s) 2023-12-08T06:08:55.589 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:55 smithi118 bash[122795]: debug 2023-12-08T06:08:55.245+0000 7fc56930b680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-08T06:08:55.589 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:55 smithi118 bash[122795]: debug 2023-12-08T06:08:55.438+0000 7fc56930b680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-08T06:08:56.089 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:55 smithi118 bash[122795]: debug 2023-12-08T06:08:55.716+0000 7fc56930b680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-08T06:08:56.090 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:55 smithi118 bash[122795]: debug 2023-12-08T06:08:55.814+0000 7fc56930b680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-08T06:08:56.839 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:56 smithi118 bash[122795]: debug 2023-12-08T06:08:56.527+0000 7fc56930b680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-08T06:08:56.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:56 smithi118 bash[122795]: debug 2023-12-08T06:08:56.609+0000 7fc56930b680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-08T06:08:56.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:56 smithi118 bash[122795]: debug 2023-12-08T06:08:56.701+0000 7fc56930b680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-08T06:08:57.134 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:56 smithi118 bash[122795]: debug 2023-12-08T06:08:56.877+0000 7fc56930b680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-08T06:08:57.399 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[122795]: debug 2023-12-08T06:08:57.132+0000 7fc56930b680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-08T06:08:57.399 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[122795]: debug 2023-12-08T06:08:57.263+0000 7fc56930b680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-08T06:08:57.399 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[122795]: debug 2023-12-08T06:08:57.396+0000 7fc56930b680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:08:57.653 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[122795]: debug 2023-12-08T06:08:57.567+0000 7fc56930b680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-08T06:08:58.090 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[122795]: debug 2023-12-08T06:08:57.650+0000 7fc56930b680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-08T06:08:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[108248]: audit 2023-12-08T06:08:57.664389+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:08:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[108248]: cluster 2023-12-08T06:08:57.664406+0000 mon.a (mon.0) 894 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:08:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[108248]: audit 2023-12-08T06:08:57.664697+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[108248]: audit 2023-12-08T06:08:57.665583+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:08:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:57 smithi118 bash[108248]: audit 2023-12-08T06:08:57.665798+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[108174]: audit 2023-12-08T06:08:57.664389+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:08:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[108174]: cluster 2023-12-08T06:08:57.664406+0000 mon.a (mon.0) 894 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:08:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[108174]: audit 2023-12-08T06:08:57.664697+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[108174]: audit 2023-12-08T06:08:57.665583+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:08:58.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[108174]: audit 2023-12-08T06:08:57.665798+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[111590]: audit 2023-12-08T06:08:57.664389+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:08:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[111590]: cluster 2023-12-08T06:08:57.664406+0000 mon.a (mon.0) 894 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:08:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[111590]: audit 2023-12-08T06:08:57.664697+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:08:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[111590]: audit 2023-12-08T06:08:57.665583+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:08:58.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:57 smithi061 bash[111590]: audit 2023-12-08T06:08:57.665798+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.118:0/169092916' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:08:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:58 smithi118 bash[108248]: cluster 2023-12-08T06:08:57.723404+0000 mon.a (mon.0) 895 : cluster [DBG] mgrmap e22: y(active, starting, since 3s), standbys: x 2023-12-08T06:08:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:58 smithi118 bash[108248]: audit 2023-12-08T06:08:57.724219+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:08:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:08:58 smithi118 bash[108248]: audit 2023-12-08T06:08:57.724447+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:08:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:58 smithi061 bash[108174]: cluster 2023-12-08T06:08:57.723404+0000 mon.a (mon.0) 895 : cluster [DBG] mgrmap e22: y(active, starting, since 3s), standbys: x 2023-12-08T06:08:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:58 smithi061 bash[108174]: audit 2023-12-08T06:08:57.724219+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:08:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:08:58 smithi061 bash[108174]: audit 2023-12-08T06:08:57.724447+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:08:59.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:58 smithi061 bash[111590]: cluster 2023-12-08T06:08:57.723404+0000 mon.a (mon.0) 895 : cluster [DBG] mgrmap e22: y(active, starting, since 3s), standbys: x 2023-12-08T06:08:59.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:58 smithi061 bash[111590]: audit 2023-12-08T06:08:57.724219+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:08:59.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:08:58 smithi061 bash[111590]: audit 2023-12-08T06:08:57.724447+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.? 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:09:00.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: [79B blob data] 2023-12-08T06:09:00.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: [80B blob data] 2023-12-08T06:09:00.837 INFO:teuthology.orchestra.run.smithi061.stdout:true 2023-12-08T06:09:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.090499+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.090724+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.090953+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.092604+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:09:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.092867+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:09:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.093168+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:09:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.093442+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:09:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.093683+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.093934+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.094206+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.094543+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.094907+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.095055+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.095444+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.096526+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.097485+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.097878+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.098272+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.098626+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.099011+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.099384+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:09:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.099724+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.100050+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.100393+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.100741+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.101055+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.101387+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.101710+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.102025+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.102387+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.102720+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.103031+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.103386+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.103763+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:01.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.104141+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.104504+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.104866+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.105236+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: cluster 2023-12-08T06:09:00.131901+0000 mon.a (mon.0) 898 : cluster [INF] Manager daemon y is now available 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.144086+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.144462+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.150027+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.252149+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.253385+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.297694+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.297997+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.303213+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.303504+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:01.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.468308+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:01.094 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:00 smithi118 bash[108248]: audit 2023-12-08T06:09:00.469884+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.090499+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.090724+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.090953+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.092604+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.092867+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.093168+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.093442+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.093683+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.093934+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.094206+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:09:01.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.094543+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.094907+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.095055+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.095444+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.096526+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.097485+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.097878+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.098272+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.090499+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.090724+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.090953+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:01.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.092604+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.092867+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.093168+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.093442+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.093683+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.093934+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.094206+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.094543+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.094907+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.095055+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.095444+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.096526+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.097485+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-08T06:09:01.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.097878+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.098272+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.098626+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.099011+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.099384+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.099724+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.100050+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.100393+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.100741+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.101055+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:09:01.157 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.101387+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.101710+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.102025+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.102387+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.102720+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.103031+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.103386+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.103763+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.098626+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.099011+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:09:01.158 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.099384+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.099724+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.100050+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.100393+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.100741+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.101055+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.101387+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.101710+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.102025+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.102387+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.102720+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.103031+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.103386+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:01.159 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.103763+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.104141+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.104504+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.104866+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.105236+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: cluster 2023-12-08T06:09:00.131901+0000 mon.a (mon.0) 898 : cluster [INF] Manager daemon y is now available 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.144086+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.144462+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.150027+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.252149+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:01.160 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.253385+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.297694+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.297997+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.303213+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.303504+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.468308+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[111590]: audit 2023-12-08T06:09:00.469884+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.104141+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.104504+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.104866+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.105236+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:09:01.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: cluster 2023-12-08T06:09:00.131901+0000 mon.a (mon.0) 898 : cluster [INF] Manager daemon y is now available 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.144086+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.144462+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.150027+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi061\": {\"hostname\": \"smithi061\", \"addr\": \"172.21.15.61\", \"labels\": [], \"status\": \"\"}, \"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}}"}]': finished 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.252149+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.253385+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.297694+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.297997+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.303213+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.303504+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.468308+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:01.162 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:00 smithi061 bash[108174]: audit 2023-12-08T06:09:00.469884+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:01.536 INFO:teuthology.orchestra.run.smithi061.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T06:09:01.536 INFO:teuthology.orchestra.run.smithi061.stdout:alertmanager.a smithi061 running (35s) 10s ago 5m 16.0M - 0.26.0 9f27df16978d e0eb4658a584 2023-12-08T06:09:01.536 INFO:teuthology.orchestra.run.smithi061.stdout:grafana.a smithi118 running (4m) 10s ago 4m 31.7M - 6.6.2 87a51ecf0b1c 1cc3154da7dd 2023-12-08T06:09:01.536 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.x smithi118 running (68s) 10s ago 7m 431M - 16.2.14-365-g451ceae1 03b62e1f94c4 696bb1985c85 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.y smithi061 *:8443 running (13s) 10s ago 8m 42.9M - 16.2.14-365-g451ceae1 03b62e1f94c4 1ce601d8ed1c 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:mon.a smithi061 running (8m) 10s ago 8m 222M 2048M 15.2.0 204a01f9b0b6 9c8afcbbced9 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:mon.b smithi118 running (7m) 10s ago 7m 203M 2048M 15.2.0 204a01f9b0b6 7525b6a13b7e 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:mon.c smithi061 running (7m) 10s ago 7m 200M 2048M 15.2.0 204a01f9b0b6 c62e4b967c9b 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.a smithi061 running (5m) 10s ago 5m 11.6M - 1.7.0 72c9c2088986 5739562b4524 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.b smithi118 running (5m) 10s ago 5m 12.6M - 1.7.0 72c9c2088986 c63c1626f70a 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:osd.0 smithi061 running (7m) 10s ago 7m 74.7M 4096M 15.2.0 204a01f9b0b6 1e26bbb7aeaa 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:osd.1 smithi061 running (6m) 10s ago 7m 76.0M 4096M 15.2.0 204a01f9b0b6 74a907882b4e 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:osd.2 smithi061 running (6m) 10s ago 6m 59.8M 4096M 15.2.0 204a01f9b0b6 4da9c703f860 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:osd.3 smithi061 running (6m) 10s ago 6m 76.4M 4096M 15.2.0 204a01f9b0b6 67533139aa2c 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:osd.4 smithi118 running (6m) 10s ago 6m 76.5M 4096M 15.2.0 204a01f9b0b6 054d276233fb 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:osd.5 smithi118 running (5m) 10s ago 6m 70.8M 4096M 15.2.0 204a01f9b0b6 a4baff8fdf2c 2023-12-08T06:09:01.537 INFO:teuthology.orchestra.run.smithi061.stdout:osd.6 smithi118 running (5m) 10s ago 5m 64.6M 4096M 15.2.0 204a01f9b0b6 e311c8ee04ea 2023-12-08T06:09:01.538 INFO:teuthology.orchestra.run.smithi061.stdout:osd.7 smithi118 running (5m) 10s ago 5m 74.5M 4096M 15.2.0 204a01f9b0b6 8f32a031a163 2023-12-08T06:09:01.538 INFO:teuthology.orchestra.run.smithi061.stdout:prometheus.a smithi118 running (28s) 10s ago 5m 35.7M - 2.48.0 620d5e2a39df e14cbf0c057c 2023-12-08T06:09:01.538 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi061.ccjyax smithi061 running (4m) 10s ago 4m 55.6M - 15.2.0 204a01f9b0b6 b326cd8b43b8 2023-12-08T06:09:01.538 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi118.wlyzci smithi118 running (4m) 10s ago 4m 53.1M - 15.2.0 204a01f9b0b6 617e5977389a 2023-12-08T06:09:01.958 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "mon": { 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "mgr": { 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 2 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "osd": { 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "mds": {}, 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "rgw": { 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:09:01.959 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:09:01.960 INFO:teuthology.orchestra.run.smithi061.stdout: "overall": { 2023-12-08T06:09:01.960 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2023-12-08T06:09:01.960 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 2 2023-12-08T06:09:01.960 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:09:01.960 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: cephadm 2023-12-08T06:09:00.143629+0000 mgr.y (mgr.14841) 1 : cephadm [INF] inventory: adjusted host smithi118 addr 'smithi118' -> '172.21.15.118' 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: cluster 2023-12-08T06:09:00.805846+0000 mon.a (mon.0) 903 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:00.821775+0000 mgr.y (mgr.14841) 2 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: cluster 2023-12-08T06:09:00.822973+0000 mgr.y (mgr.14841) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.524010+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.524408+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.524747+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.525119+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.525504+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.525804+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.527463+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.527796+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.528120+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.528446+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:01 smithi118 bash[108248]: audit 2023-12-08T06:09:01.528758+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: cephadm 2023-12-08T06:09:00.143629+0000 mgr.y (mgr.14841) 1 : cephadm [INF] inventory: adjusted host smithi118 addr 'smithi118' -> '172.21.15.118' 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: cluster 2023-12-08T06:09:00.805846+0000 mon.a (mon.0) 903 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:00.821775+0000 mgr.y (mgr.14841) 2 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: cluster 2023-12-08T06:09:00.822973+0000 mgr.y (mgr.14841) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.524010+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.524408+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.524747+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.525119+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.525504+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.525804+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.527463+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.527796+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.528120+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.528446+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[111590]: audit 2023-12-08T06:09:01.528758+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: cephadm 2023-12-08T06:09:00.143629+0000 mgr.y (mgr.14841) 1 : cephadm [INF] inventory: adjusted host smithi118 addr 'smithi118' -> '172.21.15.118' 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: cluster 2023-12-08T06:09:00.805846+0000 mon.a (mon.0) 903 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:00.821775+0000 mgr.y (mgr.14841) 2 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: cluster 2023-12-08T06:09:00.822973+0000 mgr.y (mgr.14841) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.524010+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.524408+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.524747+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.525119+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.525504+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.525804+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.527463+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:02.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.527796+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.528120+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.528446+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:01 smithi061 bash[108174]: audit 2023-12-08T06:09:01.528758+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: "in_progress": true, 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: "services_complete": [ 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: "mgr" 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: ], 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: "progress": "2/20 daemons upgraded", 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: "message": "", 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout: "is_paused": false 2023-12-08T06:09:02.321 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:09:03.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:02 smithi118 bash[108248]: audit 2023-12-08T06:09:01.178771+0000 mgr.y (mgr.14841) 4 : audit [DBG] from='client.24793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:03.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:02 smithi118 bash[108248]: audit 2023-12-08T06:09:01.522017+0000 mgr.y (mgr.14841) 5 : audit [DBG] from='client.14877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:03.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:02 smithi118 bash[108248]: audit 2023-12-08T06:09:01.956187+0000 mon.c (mon.1) 89 : audit [DBG] from='client.? 172.21.15.61:0/4265855486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:02 smithi061 bash[108174]: audit 2023-12-08T06:09:01.178771+0000 mgr.y (mgr.14841) 4 : audit [DBG] from='client.24793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:02 smithi061 bash[108174]: audit 2023-12-08T06:09:01.522017+0000 mgr.y (mgr.14841) 5 : audit [DBG] from='client.14877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:02 smithi061 bash[108174]: audit 2023-12-08T06:09:01.956187+0000 mon.c (mon.1) 89 : audit [DBG] from='client.? 172.21.15.61:0/4265855486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:03.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:02 smithi061 bash[111590]: audit 2023-12-08T06:09:01.178771+0000 mgr.y (mgr.14841) 4 : audit [DBG] from='client.24793 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:03.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:02 smithi061 bash[111590]: audit 2023-12-08T06:09:01.522017+0000 mgr.y (mgr.14841) 5 : audit [DBG] from='client.14877 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:03.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:02 smithi061 bash[111590]: audit 2023-12-08T06:09:01.956187+0000 mon.c (mon.1) 89 : audit [DBG] from='client.? 172.21.15.61:0/4265855486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:03 smithi118 bash[108248]: cluster 2023-12-08T06:09:02.094505+0000 mgr.y (mgr.14841) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:03 smithi118 bash[108248]: audit 2023-12-08T06:09:02.317931+0000 mgr.y (mgr.14841) 7 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:03 smithi118 bash[108248]: cluster 2023-12-08T06:09:02.827210+0000 mon.a (mon.0) 904 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-08T06:09:04.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:03 smithi118 bash[108248]: audit 2023-12-08T06:09:03.603464+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:04.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:03 smithi118 bash[108248]: audit 2023-12-08T06:09:03.603963+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:04.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:03 smithi118 bash[108248]: audit 2023-12-08T06:09:03.606796+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:04.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[111590]: cluster 2023-12-08T06:09:02.094505+0000 mgr.y (mgr.14841) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[111590]: audit 2023-12-08T06:09:02.317931+0000 mgr.y (mgr.14841) 7 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[111590]: cluster 2023-12-08T06:09:02.827210+0000 mon.a (mon.0) 904 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-08T06:09:04.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[108174]: cluster 2023-12-08T06:09:02.094505+0000 mgr.y (mgr.14841) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:04.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[108174]: audit 2023-12-08T06:09:02.317931+0000 mgr.y (mgr.14841) 7 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:04.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[108174]: cluster 2023-12-08T06:09:02.827210+0000 mon.a (mon.0) 904 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2023-12-08T06:09:04.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[111590]: audit 2023-12-08T06:09:03.603464+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:04.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[111590]: audit 2023-12-08T06:09:03.603963+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:04.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[111590]: audit 2023-12-08T06:09:03.606796+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:04.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[108174]: audit 2023-12-08T06:09:03.603464+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:04.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[108174]: audit 2023-12-08T06:09:03.603963+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:04.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:03 smithi061 bash[108174]: audit 2023-12-08T06:09:03.606796+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"9c8afcbbced9\", \"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\": 243793920, \"cpu_percentage\": \"2.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601429Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:00:09.503908Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:18.756477Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:03.602227Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:05.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.902222+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.902641+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.903012+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.903349+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.903669+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.903983+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.904319+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.904647+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:03.904976+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.234930+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.235449+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.240989+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.508371+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.508829+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.509208+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.509517+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.509853+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.510184+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.510514+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.510829+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.511159+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.512485+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:05.094 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.512742+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:05.094 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.515635+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:09:05.094 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.521450+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:05.094 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.522420+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:05.094 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:04 smithi118 bash[108248]: audit 2023-12-08T06:09:04.522681+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.902222+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.902641+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.903012+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.903349+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.903669+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.903983+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.904319+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.904647+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:03.904976+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.902222+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.902641+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.903012+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.903349+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.903669+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.903983+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.904319+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.904647+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:03.904976+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.234930+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:05.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.234930+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.235449+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.240989+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.508371+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.508829+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.509208+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.235449+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.240989+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"696bb1985c85\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 408630067, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233080Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:07:52.988260Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:07:41.467269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:04.233755Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.508371+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.508829+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.509208+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.509517+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.509853+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.510184+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.510514+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.510829+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.511159+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.512485+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.512742+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.515635+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.521450+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.522420+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:05.156 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[111590]: audit 2023-12-08T06:09:04.522681+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.509517+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.509853+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.510184+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.510514+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.510829+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.511159+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.512485+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.512742+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.515635+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.521450+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.522420+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:05.157 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:04 smithi061 bash[108174]: audit 2023-12-08T06:09:04.522681+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:06.062 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:05 smithi118 bash[108248]: cluster 2023-12-08T06:09:04.094910+0000 mgr.y (mgr.14841) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:06.062 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:05 smithi118 bash[108248]: audit 2023-12-08T06:09:05.448452+0000 mon.c (mon.1) 113 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:06.063 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:05 smithi118 bash[108248]: audit 2023-12-08T06:09:05.448866+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:06.063 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:05 smithi118 bash[108248]: audit 2023-12-08T06:09:05.449986+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:09:06.063 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:05 smithi118 bash[108248]: audit 2023-12-08T06:09:05.450940+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:06.063 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:05 smithi118 bash[108248]: audit 2023-12-08T06:09:05.452156+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-08T06:09:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[108174]: cluster 2023-12-08T06:09:04.094910+0000 mgr.y (mgr.14841) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[108174]: audit 2023-12-08T06:09:05.448452+0000 mon.c (mon.1) 113 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[108174]: audit 2023-12-08T06:09:05.448866+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[108174]: audit 2023-12-08T06:09:05.449986+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:09:06.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[108174]: audit 2023-12-08T06:09:05.450940+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:06.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[108174]: audit 2023-12-08T06:09:05.452156+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-08T06:09:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[111590]: cluster 2023-12-08T06:09:04.094910+0000 mgr.y (mgr.14841) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[111590]: audit 2023-12-08T06:09:05.448452+0000 mon.c (mon.1) 113 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[111590]: audit 2023-12-08T06:09:05.448866+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[111590]: audit 2023-12-08T06:09:05.449986+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:09:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[111590]: audit 2023-12-08T06:09:05.450940+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:06.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:05 smithi061 bash[111590]: audit 2023-12-08T06:09:05.452156+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-08T06:09:06.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:06 smithi118 systemd[1]: Stopping Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:09:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:06 smithi061 bash[108174]: cephadm 2023-12-08T06:09:05.447991+0000 mgr.y (mgr.14841) 9 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-08T06:09:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:06 smithi061 bash[108174]: cephadm 2023-12-08T06:09:05.451712+0000 mgr.y (mgr.14841) 10 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:09:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:06 smithi061 bash[111590]: cephadm 2023-12-08T06:09:05.447991+0000 mgr.y (mgr.14841) 9 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-08T06:09:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:06 smithi061 bash[111590]: cephadm 2023-12-08T06:09:05.451712+0000 mgr.y (mgr.14841) 10 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:09:07.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:06 smithi118 bash[108248]: cephadm 2023-12-08T06:09:05.447991+0000 mgr.y (mgr.14841) 9 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-08T06:09:07.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:06 smithi118 bash[108248]: cephadm 2023-12-08T06:09:05.451712+0000 mgr.y (mgr.14841) 10 : cephadm [INF] Deploying daemon mgr.x on smithi118 2023-12-08T06:09:08.150 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:07 smithi061 bash[108174]: cluster 2023-12-08T06:09:06.095804+0000 mgr.y (mgr.14841) 11 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:08.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:07 smithi061 bash[111590]: cluster 2023-12-08T06:09:06.095804+0000 mgr.y (mgr.14841) 11 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:07 smithi118 bash[108248]: cluster 2023-12-08T06:09:06.095804+0000 mgr.y (mgr.14841) 11 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:10.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:09 smithi061 bash[108174]: cluster 2023-12-08T06:09:08.096243+0000 mgr.y (mgr.14841) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:10.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:09 smithi061 bash[111590]: cluster 2023-12-08T06:09:08.096243+0000 mgr.y (mgr.14841) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:10.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:09 smithi118 bash[108248]: cluster 2023-12-08T06:09:08.096243+0000 mgr.y (mgr.14841) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:12.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:11 smithi061 bash[108174]: cluster 2023-12-08T06:09:10.096786+0000 mgr.y (mgr.14841) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:12.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:11 smithi061 bash[111590]: cluster 2023-12-08T06:09:10.096786+0000 mgr.y (mgr.14841) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:12.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:11 smithi118 bash[108248]: cluster 2023-12-08T06:09:10.096786+0000 mgr.y (mgr.14841) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:14.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:13 smithi061 bash[108174]: cluster 2023-12-08T06:09:12.097663+0000 mgr.y (mgr.14841) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:14.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:13 smithi061 bash[111590]: cluster 2023-12-08T06:09:12.097663+0000 mgr.y (mgr.14841) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:14.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:13 smithi118 bash[108248]: cluster 2023-12-08T06:09:12.097663+0000 mgr.y (mgr.14841) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:15 smithi061 bash[108174]: cluster 2023-12-08T06:09:14.098097+0000 mgr.y (mgr.14841) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:16.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:15 smithi061 bash[111590]: cluster 2023-12-08T06:09:14.098097+0000 mgr.y (mgr.14841) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:16.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:15 smithi118 bash[108248]: cluster 2023-12-08T06:09:14.098097+0000 mgr.y (mgr.14841) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:16.768 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:16 smithi118 bash[126553]: time="2023-12-08T06:09:16Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2023-12-08T06:09:17.084 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:16 smithi118 bash[126553]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.x 2023-12-08T06:09:17.084 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:16 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2023-12-08T06:09:17.590 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:17 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-08T06:09:17.590 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:17 smithi118 systemd[1]: Stopped Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:09:17.590 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:17 smithi118 systemd[1]: Starting Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:09:17.934 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:17.797+0000 7f5011c75700 1 -- 172.21.15.118:0/269479343 <== mon.2 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a9b79624e0 con 0x55a9b7936c00 2023-12-08T06:09:17.935 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:17 smithi118 bash[126744]: 22cba6d8bf4a268ae033b21c18da8b82bff55159c705c16aa9cac3a6f7012669 2023-12-08T06:09:17.935 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:17 smithi118 systemd[1]: Started Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:09:17.935 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:17 smithi118 bash[108248]: cluster 2023-12-08T06:09:16.098841+0000 mgr.y (mgr.14841) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:17.936 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:17 smithi118 bash[108248]: audit 2023-12-08T06:09:17.869686+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:17.936 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:17 smithi118 bash[108248]: audit 2023-12-08T06:09:17.870306+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:18.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:17 smithi061 bash[108174]: cluster 2023-12-08T06:09:16.098841+0000 mgr.y (mgr.14841) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:18.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:17 smithi061 bash[111590]: cluster 2023-12-08T06:09:16.098841+0000 mgr.y (mgr.14841) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:18.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:17 smithi061 bash[108174]: audit 2023-12-08T06:09:17.869686+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:18.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:17 smithi061 bash[108174]: audit 2023-12-08T06:09:17.870306+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:18.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:17 smithi061 bash[111590]: audit 2023-12-08T06:09:17.869686+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:18.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:17 smithi061 bash[111590]: audit 2023-12-08T06:09:17.870306+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:18.339 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:17.930+0000 7f502225c680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-08T06:09:18.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:18 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:18.016+0000 7f502225c680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-08T06:09:18.679 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:18 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:18.439+0000 7f502225c680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-08T06:09:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:18 smithi118 bash[108248]: audit 2023-12-08T06:09:17.873835+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:18 smithi118 bash[108248]: audit 2023-12-08T06:09:17.877356+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:19.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:18 smithi118 bash[108248]: audit 2023-12-08T06:09:17.883916+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:19.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:18 smithi061 bash[108174]: audit 2023-12-08T06:09:17.873835+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:19.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:18 smithi061 bash[108174]: audit 2023-12-08T06:09:17.877356+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:19.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:18 smithi061 bash[108174]: audit 2023-12-08T06:09:17.883916+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:18 smithi061 bash[111590]: audit 2023-12-08T06:09:17.873835+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 225758412, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.232930Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 82239815, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233169Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 75633786, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233240Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 69352816, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233307Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 80037806, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233372Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\", \"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\"], \"memory_usage\": 37654364, \"cpu_percentage\": \"1.03%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233438Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13610516, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233504Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33302773, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:04.233568Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 56444846, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:04.233632Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:18 smithi061 bash[111590]: audit 2023-12-08T06:09:17.877356+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:19.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:18 smithi061 bash[111590]: audit 2023-12-08T06:09:17.883916+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:19.384 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:19.286+0000 7f502225c680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-08T06:09:19.384 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:19.380+0000 7f502225c680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-08T06:09:19.839 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:19.611+0000 7f502225c680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-08T06:09:20.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:19 smithi061 bash[108174]: cluster 2023-12-08T06:09:18.099401+0000 mgr.y (mgr.14841) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:20.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:19 smithi061 bash[111590]: cluster 2023-12-08T06:09:18.099401+0000 mgr.y (mgr.14841) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:20.159 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:19 smithi118 bash[108248]: cluster 2023-12-08T06:09:18.099401+0000 mgr.y (mgr.14841) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:21.030 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:20 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:20.682+0000 7f502225c680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-08T06:09:21.031 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:20 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:20.837+0000 7f502225c680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:09:21.031 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:20 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:20.927+0000 7f502225c680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-08T06:09:21.339 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:21 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:21.030+0000 7f502225c680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-08T06:09:21.339 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:21 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:21.239+0000 7f502225c680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-08T06:09:21.839 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:21 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:21.526+0000 7f502225c680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-08T06:09:21.840 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:21 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:21.624+0000 7f502225c680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-08T06:09:22.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: cluster 2023-12-08T06:09:20.099920+0000 mgr.y (mgr.14841) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:22.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: cluster 2023-12-08T06:09:20.099920+0000 mgr.y (mgr.14841) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:22.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.289301+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:22.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.289301+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.289981+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.293976+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.296659+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.296970+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.299892+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.306018+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.307083+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.307361+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.308885+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.309808+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.310059+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]: dispatch 2023-12-08T06:09:22.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.313891+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]': finished 2023-12-08T06:09:22.154 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.289981+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:22.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.315236+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-08T06:09:22.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.315553+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-08T06:09:22.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.318951+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-08T06:09:22.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.320196+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-08T06:09:22.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.320499+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-08T06:09:22.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.325241+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.326817+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[111590]: audit 2023-12-08T06:09:21.327579+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.293976+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.296659+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.296970+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.299892+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.306018+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.307083+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.307361+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:22.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.308885+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.309808+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]: dispatch 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.310059+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]: dispatch 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.313891+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]': finished 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.315236+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.315553+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.318951+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.320196+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.320499+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.325241+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.326817+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:22.156 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:21 smithi061 bash[108174]: audit 2023-12-08T06:09:21.327579+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-08T06:09:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: cluster 2023-12-08T06:09:20.099920+0000 mgr.y (mgr.14841) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.289301+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:22.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.289981+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.293976+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 227750707, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.286879Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 46714060, \"cpu_percentage\": \"109.27%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:21.287057Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 83414220, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287162Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76682362, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287252Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70265077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287335Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80918609, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287414Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 37759221, \"cpu_percentage\": \"0.84%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287494Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13474201, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287573Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33407631, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287651Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:21.287728Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:21.287882Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.296659+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.296970+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.299892+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.306018+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.307083+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.307361+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.308885+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.309808+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.310059+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]: dispatch 2023-12-08T06:09:22.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.313891+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mgr"}]': finished 2023-12-08T06:09:22.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.315236+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-08T06:09:22.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.315553+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-08T06:09:22.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.318951+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-08T06:09:22.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.320196+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-08T06:09:22.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.320499+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-08T06:09:22.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.325241+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-08T06:09:22.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.326817+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:22.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:21 smithi118 bash[108248]: audit 2023-12-08T06:09:21.327579+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-08T06:09:22.712 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:22 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:22.350+0000 7f502225c680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-08T06:09:22.712 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:22 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:22.433+0000 7f502225c680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-08T06:09:22.712 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:22 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:22.528+0000 7f502225c680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-08T06:09:22.712 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:22 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:22.708+0000 7f502225c680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: cephadm 2023-12-08T06:09:21.309596+0000 mgr.y (mgr.14841) 19 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: cephadm 2023-12-08T06:09:21.328100+0000 mgr.y (mgr.14841) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: audit 2023-12-08T06:09:22.342642+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]: dispatch 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: audit 2023-12-08T06:09:22.342982+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]: dispatch 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: audit 2023-12-08T06:09:22.346559+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]': finished 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: audit 2023-12-08T06:09:22.347424+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: audit 2023-12-08T06:09:22.347961+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: audit 2023-12-08T06:09:22.348513+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:22.972 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:22 smithi118 bash[108248]: audit 2023-12-08T06:09:22.349364+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: cephadm 2023-12-08T06:09:21.309596+0000 mgr.y (mgr.14841) 19 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: cephadm 2023-12-08T06:09:21.328100+0000 mgr.y (mgr.14841) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: audit 2023-12-08T06:09:22.342642+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]: dispatch 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: audit 2023-12-08T06:09:22.342982+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]: dispatch 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: audit 2023-12-08T06:09:22.346559+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]': finished 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: audit 2023-12-08T06:09:22.347424+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: audit 2023-12-08T06:09:22.347961+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: audit 2023-12-08T06:09:22.348513+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[108174]: audit 2023-12-08T06:09:22.349364+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:09:23.161 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: cephadm 2023-12-08T06:09:21.309596+0000 mgr.y (mgr.14841) 19 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-08T06:09:23.162 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: cephadm 2023-12-08T06:09:21.328100+0000 mgr.y (mgr.14841) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-08T06:09:23.162 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: audit 2023-12-08T06:09:22.342642+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]: dispatch 2023-12-08T06:09:23.162 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: audit 2023-12-08T06:09:22.342982+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]: dispatch 2023-12-08T06:09:23.162 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: audit 2023-12-08T06:09:22.346559+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]': finished 2023-12-08T06:09:23.162 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: audit 2023-12-08T06:09:22.347424+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:23.162 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: audit 2023-12-08T06:09:22.347961+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:23.162 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: audit 2023-12-08T06:09:22.348513+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:23.162 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:22 smithi061 bash[111590]: audit 2023-12-08T06:09:22.349364+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:09:23.238 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:22 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:22.968+0000 7f502225c680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-08T06:09:23.239 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:23 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:23.101+0000 7f502225c680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-08T06:09:23.435 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:23 smithi061 systemd[1]: Stopping Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:09:23.435 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:23 smithi061 bash[108174]: debug 2023-12-08T06:09:23.357+0000 7f24f9b0b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:09:23.435 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:23 smithi061 bash[108174]: debug 2023-12-08T06:09:23.357+0000 7f24f9b0b700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-08T06:09:23.498 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:23 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:23.235+0000 7f502225c680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:09:23.498 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:23 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:23.411+0000 7f502225c680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-08T06:09:23.499 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:23 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:23.495+0000 7f502225c680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-08T06:09:23.782 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:23 smithi061 bash[135017]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.a 2023-12-08T06:09:24.148 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:23 smithi061 bash[135071]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.a" found: no such container 2023-12-08T06:09:24.502 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a.service: Succeeded. 2023-12-08T06:09:24.502 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 systemd[1]: Stopped Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:09:24.502 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 systemd[1]: Starting Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:09:24.888 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[135207]: c7b0f4a611395f79148195a123f0804095cbd9792fb756709f799ba71a1c9e20 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.545+0000 7f9db5272880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.545+0000 7f9db5272880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.545+0000 7f9db5272880 0 pidfile_write: ignore empty --pid-file 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 systemd[1]: Started Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 0 load: jerasure load: lrc load: isa 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T06:09:24.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: DB SUMMARY 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 366 Bytes 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000016.sst 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 24948871 ; 2023-12-08T06:09:24.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.env: 0x5622b8ea3080 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.fs: Posix File System 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.info_log: 0x5622b9d23a20 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.statistics: (nil) 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.use_fsync: 0 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T06:09:24.891 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.db_log_dir: 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T06:09:24.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T06:09:24.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T06:09:24.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T06:09:24.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.write_buffer_manager: 0x5622baa20390 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T06:09:24.895 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T06:09:24.896 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T06:09:24.896 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T06:09:24.896 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.unordered_write: 0 2023-12-08T06:09:24.896 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T06:09:24.896 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T06:09:24.896 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T06:09:24.896 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T06:09:24.896 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.row_cache: None 2023-12-08T06:09:24.897 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.wal_filter: None 2023-12-08T06:09:24.897 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T06:09:24.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T06:09:24.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T06:09:24.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T06:09:24.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T06:09:24.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T06:09:24.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T06:09:24.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T06:09:24.898 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T06:09:24.899 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T06:09:24.900 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T06:09:24.900 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T06:09:24.900 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T06:09:24.900 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.max_open_files: -1 2023-12-08T06:09:24.900 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T06:09:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T06:09:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T06:09:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T06:09:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Compression algorithms supported: 2023-12-08T06:09:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T06:09:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: kZSTD supported: 0 2023-12-08T06:09:24.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T06:09:24.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T06:09:24.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T06:09:24.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T06:09:24.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T06:09:24.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T06:09:24.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.550+0000 7f9db5272880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T06:09:24.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.merge_operator: 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_filter: None 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5622b9cd3d28) 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cache_index_and_filter_blocks: 1 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T06:09:24.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: pin_top_level_index_and_filter: 1 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: index_type: 0 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: data_block_index_type: 0 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: index_shortening: 1 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: hash_index_allow_collision: 1 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: checksum: 1 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: no_block_cache: 0 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: block_cache: 0x5622b9d08f10 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: block_cache_name: BinnedLRUCache 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: block_cache_options: 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: capacity : 536870912 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: num_shard_bits : 4 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: strict_capacity_limit : 0 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: high_pri_pool_ratio: 0.000 2023-12-08T06:09:24.904 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: block_cache_compressed: (nil) 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: persistent_cache: (nil) 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: block_size: 4096 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: block_size_deviation: 10 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: block_restart_interval: 16 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: index_block_restart_interval: 1 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: metadata_block_size: 4096 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: partition_filters: 0 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: use_delta_encoding: 1 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: whole_key_filtering: 1 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: verify_compression: 0 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: read_amp_bytes_per_bit: 0 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: format_version: 2 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: enable_index_compression: 1 2023-12-08T06:09:24.905 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: block_align: 0 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compression: NoCompression 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.num_levels: 7 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T06:09:24.906 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T06:09:24.907 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T06:09:24.908 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T06:09:24.909 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.ttl: 2592000 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.551+0000 7f9db5272880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.552+0000 7f9db5272880 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 18, last_sequence is 6291, log_number is 14,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.552+0000 7f9db5272880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 14 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.552+0000 7f9db5272880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015764553354, "job": 1, "event": "recovery_started", "log_files": [14]} 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.552+0000 7f9db5272880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #14 mode 2 2023-12-08T06:09:24.910 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.574+0000 7f9db5272880 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. 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.611+0000 7f9db5272880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015764612882, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 24691519, "table_properties": {"data_size": 24677126, "index_size": 12097, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1477, "raw_key_size": 11683, "raw_average_key_size": 20, "raw_value_size": 24660109, "raw_average_value_size": 43801, "num_data_blocks": 382, "num_entries": 563, "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": 1702015764, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.611+0000 7f9db5272880 4 rocksdb: [version_set.cc:3826] Creating manifest 19 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.612+0000 7f9db5272880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015764613334, "job": 1, "event": "recovery_finished"} 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.614+0000 7f9db5272880 4 rocksdb: DB pointer 0x5622b9dd1800 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.614+0000 7f9d9c078700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.614+0000 7f9d9c078700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ** DB Stats ** 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Uptime(secs): 0.1 total, 0.1 interval 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T06:09:24.911 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ** Compaction Stats [default] ** 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: L0 1/0 23.55 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 631.9 0.04 0.00 1 0.037 0 0 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: L6 1/0 54.90 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 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Sum 2/0 78.45 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 631.9 0.04 0.00 1 0.037 0 0 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 631.9 0.04 0.00 1 0.037 0 0 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ** Compaction Stats [default] ** 2023-12-08T06:09:24.912 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 631.9 0.04 0.00 1 0.037 0 0 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Uptime(secs): 0.1 total, 0.1 interval 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Flush(GB): cumulative 0.023, interval 0.023 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Cumulative compaction: 0.02 GB write, 371.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Interval compaction: 0.02 GB write, 371.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ** Compaction Stats [default] ** 2023-12-08T06:09:24.913 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: L0 1/0 23.55 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 631.9 0.04 0.00 1 0.037 0 0 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: L6 1/0 54.90 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 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Sum 2/0 78.45 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 631.9 0.04 0.00 1 0.037 0 0 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ** Compaction Stats [default] ** 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 631.9 0.04 0.00 1 0.037 0 0 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Uptime(secs): 0.1 total, 0.0 interval 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Flush(GB): cumulative 0.023, interval 0.000 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:09:24.914 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Cumulative compaction: 0.02 GB write, 370.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.615+0000 7f9db5272880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] at bind addrs [v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.616+0000 7f9db5272880 1 mon.a@-1(???) e3 preinit fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.616+0000 7f9db5272880 0 mon.a@-1(???).mds e1 new map 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.616+0000 7f9db5272880 0 mon.a@-1(???).mds e1 print_map 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: e1 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 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} 2023-12-08T06:09:24.915 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: legacy client fscid: -1 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: No filesystems configured 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.616+0000 7f9db5272880 0 mon.a@-1(???).osd e77 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.616+0000 7f9db5272880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.616+0000 7f9db5272880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.616+0000 7f9db5272880 0 mon.a@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:21.309596+0000 mgr.y (mgr.14841) 19 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:21.328100+0000 mgr.y (mgr.14841) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:22.342642+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]: dispatch 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:22.342982+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]: dispatch 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:22.346559+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14841 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.a"}]': finished 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:22.347424+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:24.916 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:22.347961+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:24.917 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:22.348513+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:24.917 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:22.349364+0000 mon.c (mon.1) 134 : audit [DBG] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:09:24.917 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:09:24.617+0000 7f9db5272880 1 mon.a@-1(???).paxosservice(auth 1..19) refresh upgraded, format 0 -> 3 2023-12-08T06:09:25.151 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: ignoring --setuser ceph since I am not root 2023-12-08T06:09:25.151 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: ignoring --setgroup ceph since I am not root 2023-12-08T06:09:25.151 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:25 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:25.026+0000 7f35bdf11680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-08T06:09:25.151 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:25 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:25.111+0000 7f35bdf11680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-08T06:09:25.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:23.499107+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:09:25.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:23.499414+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:25.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:23.500381+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:09:25.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:23.500622+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:25.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: audit 2023-12-08T06:09:23.499107+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:09:25.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: audit 2023-12-08T06:09:23.499414+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:25.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: audit 2023-12-08T06:09:23.500381+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:09:25.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: audit 2023-12-08T06:09:23.500622+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:25.153 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:24.593446+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"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\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\" 2023-12-08T06:09:25.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: audit 2023-12-08T06:09:24.593446+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"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\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:22.348938Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:25.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.824807+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:25.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.838980+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.844921+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.845415+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.845450+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.846294+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 30s), standbys: x 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.857173+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.857224+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.857403+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 30s), standbys: x 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: cluster 2023-12-08T06:09:24.858231+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:25.154 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:24 smithi061 bash[111590]: audit 2023-12-08T06:09:24.863834+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.14841 ' entity='' 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: , \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:22.348938Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.824807+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.838980+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.844921+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.845415+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.845450+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.846294+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 30s), standbys: x 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.857173+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.857224+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.857403+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 30s), standbys: x 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:24.858231+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:25.155 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:24.863834+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.14841 ' entity='' 2023-12-08T06:09:25.339 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:24 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: ignoring --setuser ceph since I am not root 2023-12-08T06:09:25.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:24 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: ignoring --setgroup ceph since I am not root 2023-12-08T06:09:25.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:25 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:25.021+0000 7f26f61df680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-08T06:09:25.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:25 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:25.101+0000 7f26f61df680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-08T06:09:25.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: audit 2023-12-08T06:09:23.499107+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:09:25.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: audit 2023-12-08T06:09:23.499414+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:25.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: audit 2023-12-08T06:09:23.500381+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:09:25.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: audit 2023-12-08T06:09:23.500622+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.118:0/79060800' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:25.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: audit 2023-12-08T06:09:24.593446+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14841 172.21.15.61:0/2634790217' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"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\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 438724198, \"cpu_percentage\": \"54.93%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:03.601579Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\": 221459251, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601653Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\": 79901491, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601719Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\": 81610670, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601783Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\": 63900221, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601845Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\": 81946214, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601907Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\": 11806965, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.601967Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\": 16871587, \"cpu_percentage\": \"0.39%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2023-12-08T06:09:03.602028Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\": 59129200, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:03.602089Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:22.348938Z\"}}, \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.824807+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.838980+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.844921+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.845415+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.845450+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.846294+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 30s), standbys: x 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.857173+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.857224+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.857403+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 30s), standbys: x 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: cluster 2023-12-08T06:09:24.858231+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:25.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:24 smithi118 bash[108248]: audit 2023-12-08T06:09:24.863834+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.14841 ' entity='' 2023-12-08T06:09:25.839 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:25 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:25.461+0000 7f26f61df680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-08T06:09:25.900 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:25 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:25.497+0000 7f35bdf11680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-08T06:09:26.497 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:26 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:26.198+0000 7f26f61df680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-08T06:09:26.498 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:26 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:26.282+0000 7f26f61df680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-08T06:09:26.611 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:26 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:26.300+0000 7f35bdf11680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-08T06:09:26.611 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:26 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:26.384+0000 7f35bdf11680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-08T06:09:26.839 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:26 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:26.494+0000 7f26f61df680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-08T06:09:26.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:26 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:25.858798+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 31s), standbys: x 2023-12-08T06:09:26.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:26 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:26.607+0000 7f35bdf11680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-08T06:09:26.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:26 smithi061 bash[111590]: cluster 2023-12-08T06:09:25.858798+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 31s), standbys: x 2023-12-08T06:09:27.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:26 smithi118 bash[108248]: cluster 2023-12-08T06:09:25.858798+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 31s), standbys: x 2023-12-08T06:09:27.729 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:27 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:27.429+0000 7f26f61df680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-08T06:09:27.729 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:27 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:27.557+0000 7f26f61df680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:09:27.730 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:27 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:27.635+0000 7f26f61df680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-08T06:09:27.730 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:27 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:27.726+0000 7f26f61df680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-08T06:09:27.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:27 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:27.607+0000 7f35bdf11680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-08T06:09:27.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:27 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:27.744+0000 7f35bdf11680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:09:27.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:27 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:27.828+0000 7f35bdf11680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-08T06:09:28.089 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:27 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:27.919+0000 7f26f61df680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-08T06:09:28.400 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:27 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:27.924+0000 7f35bdf11680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-08T06:09:28.401 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:28 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:28.129+0000 7f35bdf11680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-08T06:09:28.589 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:28 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:28.197+0000 7f26f61df680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-08T06:09:28.589 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:28 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:28.295+0000 7f26f61df680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-08T06:09:28.900 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:28 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:28.428+0000 7f35bdf11680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-08T06:09:28.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:28 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:28.532+0000 7f35bdf11680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-08T06:09:29.339 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:29 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:29.011+0000 7f26f61df680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-08T06:09:29.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:29 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:29.094+0000 7f26f61df680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-08T06:09:29.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:29 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:29.186+0000 7f26f61df680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-08T06:09:29.617 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:29 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:29.360+0000 7f26f61df680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-08T06:09:29.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:29 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:29.305+0000 7f35bdf11680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-08T06:09:29.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:29 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:29.392+0000 7f35bdf11680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-08T06:09:29.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:29 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:29.490+0000 7f35bdf11680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-08T06:09:29.884 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:29 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:29.614+0000 7f26f61df680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-08T06:09:29.884 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:29 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:29.745+0000 7f26f61df680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-08T06:09:29.954 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:29 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:29.678+0000 7f35bdf11680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-08T06:09:30.141 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:29 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:29.881+0000 7f26f61df680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:09:30.142 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:30 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:30.054+0000 7f26f61df680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-08T06:09:30.239 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:29 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:29.950+0000 7f35bdf11680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-08T06:09:30.239 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:30.092+0000 7f35bdf11680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-08T06:09:30.513 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:30.236+0000 7f35bdf11680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-08T06:09:30.513 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:30.420+0000 7f35bdf11680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-08T06:09:30.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:30.510+0000 7f35bdf11680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-08T06:09:30.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:30.153088+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x restarted 2023-12-08T06:09:30.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:30.153180+0000 mon.a (mon.0) 14 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:09:30.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:30.153859+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:09:30.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:30.154721+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:30.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:30.155466+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:09:30.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:30.155702+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:30.524440+0000 mon.a (mon.0) 15 : cluster [INF] Active manager daemon y restarted 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:30.524760+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon y 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:30.530322+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:30 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:30.530643+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00595828s), standbys: x 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: cluster 2023-12-08T06:09:30.153088+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x restarted 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: cluster 2023-12-08T06:09:30.153180+0000 mon.a (mon.0) 14 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: audit 2023-12-08T06:09:30.153859+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: audit 2023-12-08T06:09:30.154721+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: audit 2023-12-08T06:09:30.155466+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:09:30.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: audit 2023-12-08T06:09:30.155702+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:30.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: cluster 2023-12-08T06:09:30.524440+0000 mon.a (mon.0) 15 : cluster [INF] Active manager daemon y restarted 2023-12-08T06:09:30.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: cluster 2023-12-08T06:09:30.524760+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon y 2023-12-08T06:09:30.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: cluster 2023-12-08T06:09:30.530322+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:30.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:30 smithi061 bash[111590]: cluster 2023-12-08T06:09:30.530643+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00595828s), standbys: x 2023-12-08T06:09:31.089 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:09:30 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x[126758]: debug 2023-12-08T06:09:30.138+0000 7f26f61df680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: cluster 2023-12-08T06:09:30.153088+0000 mon.a (mon.0) 13 : cluster [DBG] Standby manager daemon x restarted 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: cluster 2023-12-08T06:09:30.153180+0000 mon.a (mon.0) 14 : cluster [DBG] Standby manager daemon x started 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: audit 2023-12-08T06:09:30.153859+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: audit 2023-12-08T06:09:30.154721+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: audit 2023-12-08T06:09:30.155466+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: audit 2023-12-08T06:09:30.155702+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.118:0/1510117933' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: cluster 2023-12-08T06:09:30.524440+0000 mon.a (mon.0) 15 : cluster [INF] Active manager daemon y restarted 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: cluster 2023-12-08T06:09:30.524760+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon y 2023-12-08T06:09:31.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: cluster 2023-12-08T06:09:30.530322+0000 mon.a (mon.0) 17 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:31.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:30 smithi118 bash[108248]: cluster 2023-12-08T06:09:30.530643+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00595828s), standbys: x 2023-12-08T06:09:36.630 INFO:teuthology.orchestra.run.smithi061.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-08T06:09:36.631 INFO:teuthology.orchestra.run.smithi061.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.534188+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.534358+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.534533+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.535775+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.536001+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.536384+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.536655+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.536959+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.537256+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:09:36.851 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.537568+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.537852+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.538203+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.538435+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.538629+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.538748+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.539507+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.540249+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.541156+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.541521+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.541889+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.542261+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.542714+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.543117+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:09:36.852 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.543496+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.543894+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.544316+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.544690+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.545069+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.545453+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.545809+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.546169+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.546539+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.546877+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.547228+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.547575+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:36.853 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.547989+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:36.854 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.548378+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:09:36.854 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.548731+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:09:36.854 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.549086+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:09:36.854 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: audit 2023-12-08T06:09:36.549453+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:09:36.854 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:36 smithi118 bash[108248]: cluster 2023-12-08T06:09:36.562724+0000 mon.a (mon.0) 19 : cluster [INF] Manager daemon y is now available 2023-12-08T06:09:36.868 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:36.621+0000 7f3571713700 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2023-12-08T06:09:36.868 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:36.624+0000 7f3571713700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: [79B blob data] 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: [80B blob data] 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.534188+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.534358+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.534533+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.535775+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.536001+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:09:36.869 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.536384+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.536655+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.536959+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.537256+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.537568+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.537852+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.538203+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.538435+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.538629+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.538748+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.539507+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.540249+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.541156+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.541521+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:09:36.870 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.541889+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.542261+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.542714+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.543117+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.543496+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.543894+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.544316+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.544690+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.545069+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.545453+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.545809+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.546169+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.546539+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.546877+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.547228+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:09:36.871 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.547575+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.547989+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.548378+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.548731+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.549086+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.549453+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:36.562724+0000 mon.a (mon.0) 19 : cluster [INF] Manager daemon y is now available 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.534188+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.534358+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.534533+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:36.872 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.535775+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.536001+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.536384+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.536655+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.536959+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.537256+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.537568+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.537852+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.538203+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.538435+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.538629+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.538748+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.539507+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.540249+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.541156+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2023-12-08T06:09:36.873 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.541521+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.541889+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.542261+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi061"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.542714+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.543117+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.543496+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.543894+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.544316+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.544690+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.545069+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.545453+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.545809+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2023-12-08T06:09:36.874 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.546169+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.546539+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.546877+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.547228+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.547575+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.547989+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.548378+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.548731+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.549086+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: audit 2023-12-08T06:09:36.549453+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2023-12-08T06:09:36.875 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:36 smithi061 bash[111590]: cluster 2023-12-08T06:09:36.562724+0000 mon.a (mon.0) 19 : cluster [INF] Manager daemon y is now available 2023-12-08T06:09:36.950 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph orch ps' 2023-12-08T06:09:37.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: cluster 2023-12-08T06:09:36.619257+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.621712+0000 mgr.y (mgr.24823) 1 : audit [DBG] from='client.34101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: cluster 2023-12-08T06:09:36.628152+0000 mgr.y (mgr.24823) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.686632+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.689673+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.732024+0000 mon.c (mon.1) 178 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.732536+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.24823 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.740520+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.743399+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24823 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.979522+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:37.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:37 smithi118 bash[108248]: audit 2023-12-08T06:09:36.991493+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:37.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: cluster 2023-12-08T06:09:36.619257+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2023-12-08T06:09:37.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.621712+0000 mgr.y (mgr.24823) 1 : audit [DBG] from='client.34101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:37.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: cluster 2023-12-08T06:09:36.628152+0000 mgr.y (mgr.24823) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:37.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.686632+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:37.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.689673+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:37.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.732024+0000 mon.c (mon.1) 178 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.732536+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.24823 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.740520+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.743399+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24823 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.979522+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:37 smithi061 bash[111590]: audit 2023-12-08T06:09:36.991493+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:36.619257+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.621712+0000 mgr.y (mgr.24823) 1 : audit [DBG] from='client.34101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:36.628152+0000 mgr.y (mgr.24823) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.686632+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.689673+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:37.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.732024+0000 mon.c (mon.1) 178 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:37.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.732536+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.24823 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-08T06:09:37.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.740520+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:37.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.743399+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24823 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-08T06:09:37.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.979522+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:37.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:36.991493+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:38.563 INFO:teuthology.orchestra.run.smithi061.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:alertmanager.a smithi061 running (72s) 34s ago 5m 16.0M - 0.26.0 9f27df16978d e0eb4658a584 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:grafana.a smithi118 running (5m) 17s ago 5m 31.8M - 6.6.2 87a51ecf0b1c 1cc3154da7dd 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.x smithi118 *:8443 running (21s) 17s ago 8m 44.5M - 16.2.14-365-g451ceae1 03b62e1f94c4 22cba6d8bf4a 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.y smithi061 *:8443 running (50s) 34s ago 9m 418M - 16.2.14-365-g451ceae1 03b62e1f94c4 1ce601d8ed1c 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:mon.a smithi061 starting - - - 2048M 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:mon.b smithi118 running (8m) 17s ago 8m 217M 2048M 15.2.0 204a01f9b0b6 7525b6a13b7e 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:mon.c smithi061 running (8m) 34s ago 8m 211M 2048M 15.2.0 204a01f9b0b6 c62e4b967c9b 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.a smithi061 running (5m) 34s ago 5m 11.2M - 1.7.0 72c9c2088986 5739562b4524 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.b smithi118 running (5m) 17s ago 5m 12.8M - 1.7.0 72c9c2088986 c63c1626f70a 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:osd.0 smithi061 running (7m) 34s ago 7m 76.2M 4096M 15.2.0 204a01f9b0b6 1e26bbb7aeaa 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:osd.1 smithi061 running (7m) 34s ago 7m 77.8M 4096M 15.2.0 204a01f9b0b6 74a907882b4e 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:osd.2 smithi061 running (7m) 34s ago 7m 60.9M 4096M 15.2.0 204a01f9b0b6 4da9c703f860 2023-12-08T06:09:38.564 INFO:teuthology.orchestra.run.smithi061.stdout:osd.3 smithi061 running (7m) 34s ago 7m 78.1M 4096M 15.2.0 204a01f9b0b6 67533139aa2c 2023-12-08T06:09:38.565 INFO:teuthology.orchestra.run.smithi061.stdout:osd.4 smithi118 running (6m) 17s ago 6m 79.5M 4096M 15.2.0 204a01f9b0b6 054d276233fb 2023-12-08T06:09:38.565 INFO:teuthology.orchestra.run.smithi061.stdout:osd.5 smithi118 running (6m) 17s ago 6m 73.1M 4096M 15.2.0 204a01f9b0b6 a4baff8fdf2c 2023-12-08T06:09:38.565 INFO:teuthology.orchestra.run.smithi061.stdout:osd.6 smithi118 running (6m) 17s ago 6m 67.0M 4096M 15.2.0 204a01f9b0b6 e311c8ee04ea 2023-12-08T06:09:38.565 INFO:teuthology.orchestra.run.smithi061.stdout:osd.7 smithi118 running (6m) 17s ago 6m 77.1M 4096M 15.2.0 204a01f9b0b6 8f32a031a163 2023-12-08T06:09:38.565 INFO:teuthology.orchestra.run.smithi061.stdout:prometheus.a smithi118 running (65s) 17s ago 5m 36.0M - 2.48.0 620d5e2a39df e14cbf0c057c 2023-12-08T06:09:38.565 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi061.ccjyax smithi061 running (4m) 34s ago 4m 56.3M - 15.2.0 204a01f9b0b6 b326cd8b43b8 2023-12-08T06:09:38.565 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi118.wlyzci smithi118 running (4m) 17s ago 4m 54.0M - 15.2.0 204a01f9b0b6 617e5977389a 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.551320+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.551707+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.552037+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.552378+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.552698+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.553012+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.554595+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.554909+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.555229+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.555532+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.772 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:38 smithi061 bash[111590]: audit 2023-12-08T06:09:38.555832+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.551320+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.551707+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.552037+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.552378+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.552698+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.553012+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.554595+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.554909+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.555229+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.555532+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.773 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.555832+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.953 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.551320+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.551707+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.552037+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.552378+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.552698+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.553012+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.554595+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.554909+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.555229+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.555532+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.954 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:38 smithi118 bash[108248]: audit 2023-12-08T06:09:38.555832+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:38.962 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph versions' 2023-12-08T06:09:39.839 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:39 smithi118 bash[108248]: cluster 2023-12-08T06:09:38.538302+0000 mgr.y (mgr.24823) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:39.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:39 smithi118 bash[108248]: audit 2023-12-08T06:09:38.549281+0000 mgr.y (mgr.24823) 4 : audit [DBG] from='client.34119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:39.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:39 smithi118 bash[108248]: cluster 2023-12-08T06:09:38.630742+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2023-12-08T06:09:39.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:39 smithi061 bash[111590]: cluster 2023-12-08T06:09:38.538302+0000 mgr.y (mgr.24823) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:39.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:39 smithi061 bash[111590]: audit 2023-12-08T06:09:38.549281+0000 mgr.y (mgr.24823) 4 : audit [DBG] from='client.34119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:39.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:39 smithi061 bash[111590]: cluster 2023-12-08T06:09:38.630742+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2023-12-08T06:09:39.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:38.538302+0000 mgr.y (mgr.24823) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:39.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:38.549281+0000 mgr.y (mgr.24823) 4 : audit [DBG] from='client.34119 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:09:39.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:38.630742+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2023-12-08T06:09:40.310 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:09:40.310 INFO:teuthology.orchestra.run.smithi061.stdout: "mon": { 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 1 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "mgr": { 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 2 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "osd": { 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "mds": {}, 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "rgw": { 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "overall": { 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2023-12-08T06:09:40.311 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 3 2023-12-08T06:09:40.312 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:09:40.312 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:09:40.673 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-08T06:09:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.258033+0000 mon.c (mon.1) 193 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 235615027, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.255503Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 409888358, \"cpu_percentage\": \"62.51%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:40.255729Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 84106280, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.255886Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 78171340, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256040Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 71680655, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256167Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 82418073, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256238Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 38073794, \"cpu_percentage\": \"0.77%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256301Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13862174, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256364Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33418117, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256426Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970 2023-12-08T06:09:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57094963, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256487Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:40.256609Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.265336+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.307857+0000 mon.c (mon.1) 194 : audit [DBG] from='client.? 172.21.15.61:0/786641458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.530987+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.531419+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.531768+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.532098+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.532430+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.532710+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.532988+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.533259+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:40.533542+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.258033+0000 mon.c (mon.1) 193 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 235615027, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.255503Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 409888358, \"cpu_percentage\": \"62.51%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:40.255729Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 84106280, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.255886Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 78171340, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256040Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 71680655, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256167Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 82418073, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256238Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 38073794, \"cpu_percentage\": \"0.77%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256301Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13862174, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256364Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33418117, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256426Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 57094963, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256487Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:40.256609Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.265336+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.307857+0000 mon.c (mon.1) 194 : audit [DBG] from='client.? 172.21.15.61:0/786641458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.530987+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.531419+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:40.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.531768+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.532098+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:40.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.532430+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.532710+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:40.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.532988+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:40.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.533259+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:40.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:40 smithi061 bash[111590]: audit 2023-12-08T06:09:40.533542+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.258033+0000 mon.c (mon.1) 193 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi118\", \"container_id\": \"7525b6a13b7e\", \"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\": 235615027, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.255503Z\", \"created\": \"2023-12-08T06:01:25.449184Z\", \"started\": \"2023-12-08T06:01:25.479448Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi118\", \"container_id\": \"22cba6d8bf4a\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"memory_usage\": 409888358, \"cpu_percentage\": \"62.51%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:40.255729Z\", \"created\": \"2023-12-08T06:01:37.486923Z\", \"started\": \"2023-12-08T06:09:17.553390Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi118\", \"container_id\": \"054d276233fb\", \"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\": 84106280, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.255886Z\", \"created\": \"2023-12-08T06:02:39.580577Z\", \"started\": \"2023-12-08T06:02:53.071693Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi118\", \"container_id\": \"a4baff8fdf2c\", \"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\": 78171340, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256040Z\", \"created\": \"2023-12-08T06:02:53.154284Z\", \"started\": \"2023-12-08T06:03:06.605024Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi118\", \"container_id\": \"e311c8ee04ea\", \"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\": 71680655, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256167Z\", \"created\": \"2023-12-08T06:03:06.890986Z\", \"started\": \"2023-12-08T06:03:20.617995Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi118\", \"container_id\": \"8f32a031a163\", \"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\": 82418073, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256238Z\", \"created\": \"2023-12-08T06:03:21.306674Z\", \"started\": \"2023-12-08T06:03:22.381691Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi118\", \"container_id\": \"e14cbf0c057c\", \"container_image_id\": \"620d5e2a39df1802ad1c4991f9860078608ab85c8c0a7fd23c770afaa5007b88\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e\", \"docker.io/prom/prometheus@sha256:13f40c0279df792517b456ae6427dd6344685e9b1478fb9de8e4dc418727668f\"], \"memory_usage\": 38073794, \"cpu_percentage\": \"0.77%\", \"version\": \"2.48.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256301Z\", \"created\": \"2023-12-08T06:03:43.020204Z\", \"started\": \"2023-12-08T06:08:33.429839Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi118\", \"container_id\": \"c63c1626f70a\", \"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\": 13862174, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256364Z\", \"created\": \"2023-12-08T06:03:45.260155Z\", \"started\": \"2023-12-08T06:03:52.978307Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi118\", \"container_id\": \"1cc3154da7dd\", \"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\": 33418117, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256426Z\", \"created\": \"2023-12-08T06:04:14.303525Z\", \"started\": \"2023-12-08T06:04:14.412636Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.wlyzci\", \"daemon_name\": \"rgw.r.z.smithi118.wlyzci\", \"hostname\": \"smithi118\", \"container_id\": \"617e5977389a\", \"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\": 57094963, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:40.256487Z\", \"created\": \"2023-12-08T06:04:39.583976Z\", \"started\": \"2023-12-08T06:04:39.617119Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836711Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c39fc1a1-2222-4d0b-849c-ed7e5af5f5ff\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"NcYvd9-hpYs-kVhU-vm5e-yFqi-Mezi-opyv37\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b7ade142-4fa5-46a2-bb8e-31eab728dc4c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"KJJEWI-Zthv-WvfY-Bjoe-aeM6-qbkS-dbLZpN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"04795882-5a4a-4210-8074-17e16764cd4f\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"f3zvq6-xfXd-1VAc-RDxc-fNdt-dfnX-iSyMBx\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ec3d1b09-21af-404c-8976-5cc44752d782\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"jKecwH-OijB-ZAOI-S0wh-nf8g-CtOJ-Fl2o6b\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB747500JS480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.836720Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:25.494446Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:05.451586Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:49.734352Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:03.174118Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:17.338739Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:19.644077Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2023-12-08T06:08:26.335644Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.807582Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2023-12-08T06:03:56.915757Z\"}, \"rgw.r.z.smithi118.wlyzci\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:38.527793Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:40.256609Z\", \"last_device_update\": \"2023-12-08T06:03:24.964458Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:01:08.068039Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.265336+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.307857+0000 mon.c (mon.1) 194 : audit [DBG] from='client.? 172.21.15.61:0/786641458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.530987+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.531419+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.531768+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.532098+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.532430+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.532710+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.532988+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.533259+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:40 smithi118 bash[108248]: audit 2023-12-08T06:09:40.533542+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.686 INFO:teuthology.orchestra.run.smithi061.stdout:wait for servicemap items w/ changing names to refresh 2023-12-08T06:09:41.780 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: cluster 2023-12-08T06:09:40.538840+0000 mgr.y (mgr.24823) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:41.780 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:40.538840+0000 mgr.y (mgr.24823) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.151780+0000 mon.c (mon.1) 204 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"c7b0f4a61139\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"cpu_percentage\": \"1.67%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2023-12-08T06:09:41.149342Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:09:24.406758Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"cpu_percentage\": \"28.89%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:41.149549Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\"], \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149659Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\"], \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149760Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\"], \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149862Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\"], \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149964Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\"], \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150062Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\"], \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150169Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\"], \"cpu_percentage\": \"0.27%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150274Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\"], \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150395Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:22.348938Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:41.150554Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.156025+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.503484+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.503903+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.504277+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.504619+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.504923+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.505224+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.781 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.505546+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.505833+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.506147+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.507418+0000 mon.c (mon.1) 214 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.512550+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.521678+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.523200+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.525307+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.526591+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:41.782 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:41 smithi061 bash[111590]: audit 2023-12-08T06:09:41.527311+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.151780+0000 mon.c (mon.1) 204 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"c7b0f4a61139\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"cpu_percentage\": \"1.67%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2023-12-08T06:09:41.149342Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:09:24.406758Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"cpu_percentage\": \"28.89%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:41.149549Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\"], \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149659Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\"], \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149760Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\"], \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149862Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\"], \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149964Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\"], \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150062Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\"], \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150169Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\"], \"cpu_percentage\": \"0.27%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150274Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\"], \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150395Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:22.348938Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:41.150554Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.156025+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.503484+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.503903+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.504277+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.504619+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.504923+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.505224+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.505546+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.505833+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.506147+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.507418+0000 mon.c (mon.1) 214 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.512550+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.521678+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:41.783 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.523200+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:41.784 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.525307+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:41.784 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.526591+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:41.784 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:41.527311+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-08T06:09:42.010 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'sleep 60' 2023-12-08T06:09:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: cluster 2023-12-08T06:09:40.538840+0000 mgr.y (mgr.24823) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.151780+0000 mon.c (mon.1) 204 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi061","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi061\", \"container_id\": \"c7b0f4a61139\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"cpu_percentage\": \"1.67%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2023-12-08T06:09:41.149342Z\", \"created\": \"2023-12-08T06:00:06.229525Z\", \"started\": \"2023-12-08T06:09:24.406758Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi061\", \"container_id\": \"1ce601d8ed1c\", \"container_image_id\": \"03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726\"], \"cpu_percentage\": \"28.89%\", \"version\": \"16.2.14-365-g451ceae1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2023-12-08T06:09:41.149549Z\", \"created\": \"2023-12-08T06:00:10.611451Z\", \"started\": \"2023-12-08T06:08:47.785192Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi061\", \"container_id\": \"c62e4b967c9b\", \"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\"], \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149659Z\", \"created\": \"2023-12-08T06:01:16.053359Z\", \"started\": \"2023-12-08T06:01:16.085353Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi061\", \"container_id\": \"1e26bbb7aeaa\", \"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\"], \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149760Z\", \"created\": \"2023-12-08T06:01:47.221844Z\", \"started\": \"2023-12-08T06:02:01.152902Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi061\", \"container_id\": \"74a907882b4e\", \"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\"], \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149862Z\", \"created\": \"2023-12-08T06:02:01.298611Z\", \"started\": \"2023-12-08T06:02:15.234172Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi061\", \"container_id\": \"4da9c703f860\", \"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\"], \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.149964Z\", \"created\": \"2023-12-08T06:02:15.234380Z\", \"started\": \"2023-12-08T06:02:29.208061Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi061\", \"container_id\": \"67533139aa2c\", \"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\"], \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150062Z\", \"created\": \"2023-12-08T06:02:29.351145Z\", \"started\": \"2023-12-08T06:02:30.474946Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi061\", \"container_id\": \"5739562b4524\", \"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\"], \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150169Z\", \"created\": \"2023-12-08T06:03:44.762890Z\", \"started\": \"2023-12-08T06:03:53.931847Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi061\", \"container_id\": \"e0eb4658a584\", \"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\"], \"cpu_percentage\": \"0.27%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150274Z\", \"created\": \"2023-12-08T06:03:56.874688Z\", \"started\": \"2023-12-08T06:08:25.571921Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi061.ccjyax\", \"daemon_name\": \"rgw.r.z.smithi061.ccjyax\", \"hostname\": \"smithi061\", \"container_id\": \"b326cd8b43b8\", \"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\"], \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2023-12-08T06:09:41.150395Z\", \"created\": \"2023-12-08T06:04:40.786957Z\", \"started\": \"2023-12-08T06:04:40.818678Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835583Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d2ba7a52-9aed-438d-804f-c3fb75af1946\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"a68Jz2-AaLq-vDWe-ClWc-G1xi-Fmpd-IF699Y\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"483e06bc-9af3-4d2d-b1d6-a04257308de4\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"t5G02s-iUCp-cEn5-c65M-winb-13X2-TFwJGs\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a8992679-4d8e-4214-aafd-3172f61adc0e\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"6rQKdB-zsDB-7aM0-sm0i-WVdv-t8zS-FdI51N\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d0d64a64-f210-4da4-bc99-4cb765ad0b2c\", \"cluster_fsid\": \"f98a4f9a-958e-11ee-95a3-87774f69a715\", \"block_uuid\": \"iGqCI2-ddiC-LWMH-jWtv-xMXX-MWT9-bo7DdQ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT534300NV400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2023-12-08T06:08:04.835596Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4W2W8\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:19.631298Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2023-12-08T06:08:35.698275Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2023-12-08T06:01:57.867040Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:11.533210Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:25.840606Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2023-12-08T06:02:27.918900Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:03:44.258772Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2023-12-08T06:08:20.537932Z\"}, \"rgw.r.z.smithi061.ccjyax\": {\"deps\": [], \"last_config\": \"2023-12-08T06:04:39.623413Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2023-12-08T06:09:22.348938Z\"}}, \"last_daemon_update\": \"2023-12-08T06:09:41.150554Z\", \"last_device_update\": \"2023-12-08T06:02:32.984895Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2023-12-08T06:00:29.777355Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2023-12-08T06:09:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.156025+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.503484+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.503903+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.504277+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.504619+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.504923+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.505224+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.505546+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.505833+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.506147+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.507418+0000 mon.c (mon.1) 214 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.512550+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.521678+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.523200+0000 mon.c (mon.1) 216 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.525307+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.526591+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:41 smithi118 bash[108248]: audit 2023-12-08T06:09:41.527311+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-08T06:09:42.949 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:42 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:41.527873+0000 mgr.y (mgr.24823) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-08T06:09:42.950 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:42 smithi061 bash[111590]: cephadm 2023-12-08T06:09:41.527873+0000 mgr.y (mgr.24823) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-08T06:09:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:42 smithi118 bash[108248]: cephadm 2023-12-08T06:09:41.527873+0000 mgr.y (mgr.24823) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: cluster 2023-12-08T06:09:42.539499+0000 mgr.y (mgr.24823) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: cephadm 2023-12-08T06:09:42.837231+0000 mgr.y (mgr.24823) 8 : cephadm [INF] Upgrade: Updating mon.c 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: audit 2023-12-08T06:09:42.837626+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.c"}]: dispatch 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: audit 2023-12-08T06:09:42.843845+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: audit 2023-12-08T06:09:42.845287+0000 mon.c (mon.1) 221 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: audit 2023-12-08T06:09:42.845885+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: audit 2023-12-08T06:09:42.846423+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: cephadm 2023-12-08T06:09:42.846941+0000 mgr.y (mgr.24823) 9 : cephadm [INF] Deploying daemon mon.c on smithi061 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: audit 2023-12-08T06:09:42.847278+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:09:43.876 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 systemd[1]: Stopping Ceph mon.c for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:42.539499+0000 mgr.y (mgr.24823) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:42.837231+0000 mgr.y (mgr.24823) 8 : cephadm [INF] Upgrade: Updating mon.c 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:42.837626+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.c"}]: dispatch 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:42.843845+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:42.845287+0000 mon.c (mon.1) 221 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:42.845885+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:42.846423+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:42.846941+0000 mgr.y (mgr.24823) 9 : cephadm [INF] Deploying daemon mon.c on smithi061 2023-12-08T06:09:43.877 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:42.847278+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:09:44.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: cluster 2023-12-08T06:09:42.539499+0000 mgr.y (mgr.24823) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: cephadm 2023-12-08T06:09:42.837231+0000 mgr.y (mgr.24823) 8 : cephadm [INF] Upgrade: Updating mon.c 2023-12-08T06:09:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: audit 2023-12-08T06:09:42.837626+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.c"}]: dispatch 2023-12-08T06:09:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: audit 2023-12-08T06:09:42.843845+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: audit 2023-12-08T06:09:42.845287+0000 mon.c (mon.1) 221 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: audit 2023-12-08T06:09:42.845885+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: audit 2023-12-08T06:09:42.846423+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: cephadm 2023-12-08T06:09:42.846941+0000 mgr.y (mgr.24823) 9 : cephadm [INF] Deploying daemon mon.c on smithi061 2023-12-08T06:09:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:43 smithi118 bash[108248]: audit 2023-12-08T06:09:42.847278+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:09:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: debug 2023-12-08T06:09:43.871+0000 7fd783278700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:09:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:43 smithi061 bash[111590]: debug 2023-12-08T06:09:43.871+0000 7fd783278700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-08T06:09:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:44 smithi061 bash[136995]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.c 2023-12-08T06:09:44.650 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:44 smithi061 bash[137048]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.c" found: no such container 2023-12-08T06:09:45.026 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:44 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.c.service: Succeeded. 2023-12-08T06:09:45.027 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:44 smithi061 systemd[1]: Stopped Ceph mon.c for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:09:45.027 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:44 smithi061 systemd[1]: Starting Ceph mon.c for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:09:45.103 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 bash[137186]: 2fb4a5b6ba8ebd09480ef3b5fc01b9075b4edc155ddf8b98bac1251d79ab732d 2023-12-08T06:09:45.103 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.075+0000 7fc758c4b880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T06:09:45.103 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.075+0000 7fc758c4b880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T06:09:45.103 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.075+0000 7fc758c4b880 0 pidfile_write: ignore empty --pid-file 2023-12-08T06:09:45.103 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 systemd[1]: Started Ceph mon.c for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 0 load: jerasure load: lrc load: isa 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: DB SUMMARY 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 646 Bytes 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000020.sst 000021.sst 2023-12-08T06:09:45.104 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000018.log size: 855940 ; 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.env: 0x55a50db45080 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.fs: Posix File System 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.info_log: 0x55a50eeb9a20 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.statistics: (nil) 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.use_fsync: 0 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T06:09:45.105 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.db_log_dir: 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T06:09:45.106 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.write_buffer_manager: 0x55a50fbb6390 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.080+0000 7fc758c4b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T06:09:45.107 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.unordered_write: 0 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.row_cache: None 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.wal_filter: None 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T06:09:45.108 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T06:09:45.109 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_open_files: -1 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Compression algorithms supported: 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: kZSTD supported: 0 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T06:09:45.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T06:09:45.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T06:09:45.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-08T06:09:45.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T06:09:45.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T06:09:45.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.merge_operator: 2023-12-08T06:09:45.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_filter: None 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a50ee69d28) 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cache_index_and_filter_blocks: 1 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: pin_top_level_index_and_filter: 1 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: index_type: 0 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: data_block_index_type: 0 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: index_shortening: 1 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T06:09:45.113 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: hash_index_allow_collision: 1 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: checksum: 1 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: no_block_cache: 0 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: block_cache: 0x55a50ee9ef10 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: block_cache_name: BinnedLRUCache 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: block_cache_options: 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: capacity : 536870912 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: num_shard_bits : 4 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: strict_capacity_limit : 0 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: high_pri_pool_ratio: 0.000 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: block_cache_compressed: (nil) 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: persistent_cache: (nil) 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: block_size: 4096 2023-12-08T06:09:45.114 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: block_size_deviation: 10 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: block_restart_interval: 16 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: index_block_restart_interval: 1 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: metadata_block_size: 4096 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: partition_filters: 0 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: use_delta_encoding: 1 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: whole_key_filtering: 1 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: verify_compression: 0 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: read_amp_bytes_per_bit: 0 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: format_version: 2 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: enable_index_compression: 1 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: block_align: 0 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T06:09:45.115 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compression: NoCompression 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.num_levels: 7 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T06:09:45.116 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T06:09:45.117 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T06:09:45.118 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T06:09:45.119 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.ttl: 2592000 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.081+0000 7fc758c4b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.082+0000 7fc758c4b880 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 23, last_sequence is 9039, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.082+0000 7fc758c4b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.082+0000 7fc758c4b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015785083427, "job": 1, "event": "recovery_started", "log_files": [18]} 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.082+0000 7fc758c4b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2023-12-08T06:09:45.120 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.083+0000 7fc758c4b880 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. 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.085+0000 7fc758c4b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015785086768, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 571252, "table_properties": {"data_size": 569553, "index_size": 689, "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": 950, "raw_average_key_size": 24, "raw_value_size": 568307, "raw_average_value_size": 14571, "num_data_blocks": 21, "num_entries": 39, "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": 1702015785, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.085+0000 7fc758c4b880 4 rocksdb: [version_set.cc:3826] Creating manifest 24 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.086+0000 7fc758c4b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015785087329, "job": 1, "event": "recovery_finished"} 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.087+0000 7fc758c4b880 4 rocksdb: DB pointer 0x55a50ef67800 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.087+0000 7fc73fa51700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.087+0000 7fc73fa51700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ** DB Stats ** 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T06:09:45.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ** Compaction Stats [default] ** 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: L0 1/0 557.86 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 267.1 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: L6 2/0 71.42 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 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Sum 3/0 71.97 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 267.1 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 267.1 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ** Compaction Stats [default] ** 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 267.1 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:09:45.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Cumulative compaction: 0.00 GB write, 87.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Interval compaction: 0.00 GB write, 87.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ** Compaction Stats [default] ** 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: L0 1/0 557.86 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 267.1 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: L6 2/0 71.42 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 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Sum 3/0 71.97 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 267.1 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ** Compaction Stats [default] ** 2023-12-08T06:09:45.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 267.1 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Flush(GB): cumulative 0.001, interval 0.000 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Cumulative compaction: 0.00 GB write, 86.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.088+0000 7fc758c4b880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0] at bind addrs [v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.089+0000 7fc758c4b880 1 mon.c@-1(???) e3 preinit fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.090+0000 7fc758c4b880 0 mon.c@-1(???).mds e1 new map 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.090+0000 7fc758c4b880 0 mon.c@-1(???).mds e1 print_map 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: e1 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 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} 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: legacy client fscid: -1 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: No filesystems configured 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.090+0000 7fc758c4b880 0 mon.c@-1(???).osd e78 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.090+0000 7fc758c4b880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.090+0000 7fc758c4b880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:45.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.090+0000 7fc758c4b880 0 mon.c@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:42.539499+0000 mgr.y (mgr.24823) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:42.837231+0000 mgr.y (mgr.24823) 8 : cephadm [INF] Upgrade: Updating mon.c 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:42.837626+0000 mon.c (mon.1) 220 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:002e2d98e891dc1f8c7b5834f520b217cdde6341d0e91399400dfe4f4a368726", "who": "mon.c"}]: dispatch 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:42.843845+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24823 ' entity='mgr.y' 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:42.845287+0000 mon.c (mon.1) 221 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:42.845885+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:42.846423+0000 mon.c (mon.1) 223 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:42.846941+0000 mgr.y (mgr.24823) 9 : cephadm [INF] Deploying daemon mon.c on smithi061 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:42.847278+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:09:45.127 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:09:45.091+0000 7fc758c4b880 1 mon.c@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2023-12-08T06:09:46.589 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:44.539847+0000 mgr.y (mgr.24823) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:45.227879+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:45.228669+0000 mon.a (mon.0) 31 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:45.242827+0000 mon.a (mon.0) 32 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:45.247528+0000 mon.a (mon.0) 33 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:45.259497+0000 mon.a (mon.0) 34 : cluster [DBG] fsmap 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:45.259520+0000 mon.a (mon.0) 35 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:45.259809+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e29: y(active, since 14s), standbys: x 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: cluster 2023-12-08T06:09:45.262731+0000 mon.a (mon.0) 37 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: audit 2023-12-08T06:09:45.264970+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: audit 2023-12-08T06:09:45.265884+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:46.590 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:46 smithi118 bash[108248]: audit 2023-12-08T06:09:45.267210+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:46.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:44.539847+0000 mgr.y (mgr.24823) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:46.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:45.227879+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-08T06:09:46.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:45.228669+0000 mon.a (mon.0) 31 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:46.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:45.242827+0000 mon.a (mon.0) 32 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:46.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:45.247528+0000 mon.a (mon.0) 33 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:46.651 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:45.259497+0000 mon.a (mon.0) 34 : cluster [DBG] fsmap 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:45.259520+0000 mon.a (mon.0) 35 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:45.259809+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e29: y(active, since 14s), standbys: x 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:45.262731+0000 mon.a (mon.0) 37 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:45.264970+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:45.265884+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:45.267210+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:44.539847+0000 mgr.y (mgr.24823) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:45.227879+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:45.228669+0000 mon.a (mon.0) 31 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:45.242827+0000 mon.a (mon.0) 32 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:45.247528+0000 mon.a (mon.0) 33 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:45.259497+0000 mon.a (mon.0) 34 : cluster [DBG] fsmap 2023-12-08T06:09:46.652 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:45.259520+0000 mon.a (mon.0) 35 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:46.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:45.259809+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e29: y(active, since 14s), standbys: x 2023-12-08T06:09:46.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:45.262731+0000 mon.a (mon.0) 37 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:46.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:45.264970+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:46.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:45.265884+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:46.653 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:45.267210+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:47.255 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:09:46 smithi061 bash[132621]: ts=2023-12-08T06:09:46.952Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2023-12-08T06:09:47.589 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:47 smithi118 bash[108248]: cluster 2023-12-08T06:09:46.540225+0000 mgr.y (mgr.24823) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:47.601 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:47 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:46.540225+0000 mgr.y (mgr.24823) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:47.601 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:47 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:46.540225+0000 mgr.y (mgr.24823) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:47.961682+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:47.965689+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:47.970420+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:47.972356+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:47.973379+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:47.973956+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: cephadm 2023-12-08T06:09:47.974366+0000 mgr.y (mgr.24823) 12 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: cluster 2023-12-08T06:09:48.540913+0000 mgr.y (mgr.24823) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:49.216 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: cephadm 2023-12-08T06:09:48.857417+0000 mgr.y (mgr.24823) 14 : cephadm [INF] Upgrade: Updating mon.b 2023-12-08T06:09:49.217 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:48.861881+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.217 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:48.862869+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:49.217 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:48.863603+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:49.217 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:48.864300+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:49.217 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: cephadm 2023-12-08T06:09:48.864956+0000 mgr.y (mgr.24823) 15 : cephadm [INF] Deploying daemon mon.b on smithi118 2023-12-08T06:09:49.217 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:48 smithi118 bash[108248]: audit 2023-12-08T06:09:48.865422+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:09:49.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:47.961682+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:47.965689+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:47.970420+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:49.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:47.972356+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:47.973379+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:47.973956+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:47.974366+0000 mgr.y (mgr.24823) 12 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:48.540913+0000 mgr.y (mgr.24823) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:48.857417+0000 mgr.y (mgr.24823) 14 : cephadm [INF] Upgrade: Updating mon.b 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:48.861881+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:48.862869+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:48.863603+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:48.864300+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:48.864956+0000 mgr.y (mgr.24823) 15 : cephadm [INF] Deploying daemon mon.b on smithi118 2023-12-08T06:09:49.402 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:48.865422+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:47.961682+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:47.965689+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:47.970420+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:47.972356+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:47.973379+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:47.973956+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:47.974366+0000 mgr.y (mgr.24823) 12 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:48.540913+0000 mgr.y (mgr.24823) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:48.857417+0000 mgr.y (mgr.24823) 14 : cephadm [INF] Upgrade: Updating mon.b 2023-12-08T06:09:49.403 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:48.861881+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:48.862869+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:48.863603+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:48.864300+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:48.864956+0000 mgr.y (mgr.24823) 15 : cephadm [INF] Deploying daemon mon.b on smithi118 2023-12-08T06:09:49.404 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:48.865422+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:09:49.922 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:49 smithi118 systemd[1]: Stopping Ceph mon.b for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:09:49.923 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:49 smithi118 bash[108248]: debug 2023-12-08T06:09:49.864+0000 7f5481387700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:09:49.923 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:49 smithi118 bash[108248]: debug 2023-12-08T06:09:49.864+0000 7f5481387700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-08T06:09:50.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:50 smithi118 bash[128588]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.b 2023-12-08T06:09:50.401 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:50 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:50.099+0000 7f3571713700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-08T06:09:50.683 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:50 smithi118 bash[128641]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.b" found: no such container 2023-12-08T06:09:51.088 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:50 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.b.service: Succeeded. 2023-12-08T06:09:51.088 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:50 smithi118 systemd[1]: Stopped Ceph mon.b for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:09:51.088 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:50 smithi118 systemd[1]: Starting Ceph mon.b for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:09:51.592 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.134+0000 7f8c475d7880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.134+0000 7f8c475d7880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.134+0000 7f8c475d7880 0 pidfile_write: ignore empty --pid-file 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 0 load: jerasure load: lrc load: isa 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: DB SUMMARY 2023-12-08T06:09:51.593 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.594 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T06:09:51.594 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.594 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T06:09:51.594 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.594 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 646 Bytes 2023-12-08T06:09:51.594 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.594 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000020.sst 000021.sst 2023-12-08T06:09:51.594 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.595 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000018.log size: 1575554 ; 2023-12-08T06:09:51.595 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.595 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.env: 0x55ceb9a62080 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.fs: Posix File System 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.info_log: 0x55ceba617a20 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.statistics: (nil) 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.use_fsync: 0 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T06:09:51.596 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.db_log_dir: 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-08T06:09:51.597 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T06:09:51.598 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T06:09:51.598 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T06:09:51.598 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T06:09:51.598 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T06:09:51.598 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T06:09:51.598 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T06:09:51.599 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T06:09:51.599 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T06:09:51.599 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T06:09:51.599 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.write_buffer_manager: 0x55cebb314390 2023-12-08T06:09:51.599 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T06:09:51.599 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T06:09:51.599 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T06:09:51.600 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T06:09:51.600 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T06:09:51.600 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T06:09:51.600 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T06:09:51.600 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T06:09:51.600 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T06:09:51.600 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.unordered_write: 0 2023-12-08T06:09:51.601 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T06:09:51.601 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T06:09:51.601 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T06:09:51.601 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T06:09:51.601 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.row_cache: None 2023-12-08T06:09:51.601 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.wal_filter: None 2023-12-08T06:09:51.601 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T06:09:51.601 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T06:09:51.602 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T06:09:51.603 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T06:09:51.604 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T06:09:51.604 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.max_open_files: -1 2023-12-08T06:09:51.604 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T06:09:51.604 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 bash[128779]: 195de4586ba472af07496a9172acc9d3e822810869cf485474773d34a18337bc 2023-12-08T06:09:51.604 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T06:09:51.604 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T06:09:51.604 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Compression algorithms supported: 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: kZSTD supported: 0 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.139+0000 7f8c475d7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T06:09:51.605 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.606 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T06:09:51.606 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.merge_operator: 2023-12-08T06:09:51.606 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_filter: None 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ceba5c7d28) 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cache_index_and_filter_blocks: 1 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: pin_top_level_index_and_filter: 1 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: index_type: 0 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: data_block_index_type: 0 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: index_shortening: 1 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: hash_index_allow_collision: 1 2023-12-08T06:09:51.607 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: checksum: 1 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: no_block_cache: 0 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: block_cache: 0x55ceba5fcf10 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: block_cache_name: BinnedLRUCache 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: block_cache_options: 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: capacity : 536870912 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: num_shard_bits : 4 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: strict_capacity_limit : 0 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: high_pri_pool_ratio: 0.000 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: block_cache_compressed: (nil) 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: persistent_cache: (nil) 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: block_size: 4096 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: block_size_deviation: 10 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: block_restart_interval: 16 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: index_block_restart_interval: 1 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: metadata_block_size: 4096 2023-12-08T06:09:51.608 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: partition_filters: 0 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: use_delta_encoding: 1 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: whole_key_filtering: 1 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: verify_compression: 0 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: read_amp_bytes_per_bit: 0 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: format_version: 2 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: enable_index_compression: 1 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: block_align: 0 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compression: NoCompression 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T06:09:51.609 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.num_levels: 7 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T06:09:51.610 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T06:09:51.611 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T06:09:51.612 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T06:09:51.613 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T06:09:51.614 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.ttl: 2592000 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 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 8953, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015791141401, "job": 1, "event": "recovery_started", "log_files": [18]} 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.140+0000 7f8c475d7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.142+0000 7f8c475d7880 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. 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.144+0000 7f8c475d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015791144902, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 1027403, "table_properties": {"data_size": 1025251, "index_size": 1142, "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": 1721, "raw_average_key_size": 23, "raw_value_size": 1023107, "raw_average_value_size": 13825, "num_data_blocks": 36, "num_entries": 74, "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": 1702015791, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.144+0000 7f8c475d7880 4 rocksdb: [version_set.cc:3826] Creating manifest 24 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.615 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 systemd[1]: Started Ceph mon.b for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.144+0000 7f8c475d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702015791145357, "job": 1, "event": "recovery_finished"} 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.145+0000 7f8c475d7880 4 rocksdb: DB pointer 0x55ceba6c5800 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.146+0000 7f8c2e3dd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.146+0000 7f8c2e3dd700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ** DB Stats ** 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:09:51.616 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ** Compaction Stats [default] ** 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: L0 1/0 1003.32 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.8 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: L6 2/0 71.42 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 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Sum 3/0 72.40 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.8 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.8 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ** Compaction Stats [default] ** 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:51.617 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 464.8 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Flush(GB): cumulative 0.001, interval 0.001 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Cumulative compaction: 0.00 GB write, 168.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Interval compaction: 0.00 GB write, 168.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:09:51.618 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ** Compaction Stats [default] ** 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: L0 1/0 1003.32 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.8 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: L6 2/0 71.42 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 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Sum 3/0 72.40 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 464.8 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ** Compaction Stats [default] ** 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 464.8 0.00 0.00 1 0.002 0 0 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T06:09:51.619 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Flush(GB): cumulative 0.001, interval 0.000 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Cumulative compaction: 0.00 GB write, 166.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.146+0000 7f8c475d7880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] at bind addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.147+0000 7f8c475d7880 1 mon.b@-1(???) e3 preinit fsid f98a4f9a-958e-11ee-95a3-87774f69a715 2023-12-08T06:09:51.620 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.147+0000 7f8c475d7880 0 mon.b@-1(???).mds e1 new map 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.147+0000 7f8c475d7880 0 mon.b@-1(???).mds e1 print_map 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: e1 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: enable_multiple, ever_enabled_multiple: 0,0 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 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} 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: legacy client fscid: -1 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: No filesystems configured 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: 2023-12-08T06:09:51.621 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.148+0000 7f8c475d7880 0 mon.b@-1(???).osd e78 crush map has features 3314933000852226048, adjusting msgr requires 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.148+0000 7f8c475d7880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.148+0000 7f8c475d7880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.148+0000 7f8c475d7880 0 mon.b@-1(???).osd e78 crush map has features 288514051259236352, adjusting msgr requires 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:47.961682+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:47.965689+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:47.970420+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:47.972356+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:47.973379+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:47.973956+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:47.974366+0000 mgr.y (mgr.24823) 12 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:48.540913+0000 mgr.y (mgr.24823) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:51.622 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:48.857417+0000 mgr.y (mgr.24823) 14 : cephadm [INF] Upgrade: Updating mon.b 2023-12-08T06:09:51.623 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:48.861881+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:51.623 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:48.862869+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:51.623 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:48.863603+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:51.623 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:48.864300+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:51.623 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:48.864956+0000 mgr.y (mgr.24823) 15 : cephadm [INF] Deploying daemon mon.b on smithi118 2023-12-08T06:09:51.623 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:48.865422+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:09:51.623 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:51 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:09:51.148+0000 7f8c475d7880 1 mon.b@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2023-12-08T06:09:52.818 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.538579+0000 mon.a (mon.0) 58 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:51.539261+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.539554+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.539649+0000 mon.a (mon.0) 60 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.539678+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:51.540980+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:51.541150+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.542123+0000 mon.a (mon.0) 63 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.546411+0000 mon.a (mon.0) 64 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.546916+0000 mon.a (mon.0) 65 : cluster [DBG] fsmap 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.546951+0000 mon.a (mon.0) 66 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.547331+0000 mon.a (mon.0) 67 : cluster [DBG] mgrmap e29: y(active, since 21s), standbys: x 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:51.552437+0000 mon.a (mon.0) 68 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:51.558648+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:52.819 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:51.559697+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:52.820 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:52 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:51.561318+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:52.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.538579+0000 mon.a (mon.0) 58 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:52.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:51.539261+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:52.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.539554+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-08T06:09:52.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.539649+0000 mon.a (mon.0) 60 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:52.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.539678+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-08T06:09:52.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:51.540980+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:51.541150+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.542123+0000 mon.a (mon.0) 63 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.546411+0000 mon.a (mon.0) 64 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.546916+0000 mon.a (mon.0) 65 : cluster [DBG] fsmap 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.546951+0000 mon.a (mon.0) 66 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.547331+0000 mon.a (mon.0) 67 : cluster [DBG] mgrmap e29: y(active, since 21s), standbys: x 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:51.552437+0000 mon.a (mon.0) 68 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:51.558648+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:51.559697+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:51.561318+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.538579+0000 mon.a (mon.0) 58 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:51.539261+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T06:09:52.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.539554+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.539649+0000 mon.a (mon.0) 60 : cluster [INF] mon.a calling monitor election 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.539678+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:51.540980+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:51.541150+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.542123+0000 mon.a (mon.0) 63 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.546411+0000 mon.a (mon.0) 64 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.61:3300/0,v1:172.21.15.61:6789/0],b=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.61:3301/0,v1:172.21.15.61:6790/0]} removed_ranks: {} 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.546916+0000 mon.a (mon.0) 65 : cluster [DBG] fsmap 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.546951+0000 mon.a (mon.0) 66 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.547331+0000 mon.a (mon.0) 67 : cluster [DBG] mgrmap e29: y(active, since 21s), standbys: x 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:51.552437+0000 mon.a (mon.0) 68 : cluster [INF] overall HEALTH_OK 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:51.558648+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:51.559697+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:09:52.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:52 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:51.561318+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:09:53.745 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:53 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:52.542235+0000 mgr.y (mgr.24823) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:53.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:52.542235+0000 mgr.y (mgr.24823) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:53.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:52.542235+0000 mgr.y (mgr.24823) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:54.542595+0000 mgr.y (mgr.24823) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:54.816218+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:54.823666+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:54.827032+0000 mgr.y (mgr.24823) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:54.827337+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:54.828091+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:54.828848+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:54.829500+0000 mgr.y (mgr.24823) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi061 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:54.829937+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:09:56.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:55.647704+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:55.648626+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:56.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:55.649255+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:09:56.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:55.649883+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:56.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:55 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:55.650692+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-08T06:09:56.121 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:54.542595+0000 mgr.y (mgr.24823) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:54.816218+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:54.823666+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:54.827032+0000 mgr.y (mgr.24823) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:54.827337+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:54.828091+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:54.828848+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:54.829500+0000 mgr.y (mgr.24823) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi061 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:54.829937+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:55.647704+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:55.648626+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:55.649255+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:55.649883+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:56.122 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:55.650692+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:54.542595+0000 mgr.y (mgr.24823) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:54.816218+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:54.823666+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:54.827032+0000 mgr.y (mgr.24823) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:54.827337+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:54.828091+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:54.828848+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:54.829500+0000 mgr.y (mgr.24823) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi061 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:54.829937+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:55.647704+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:55.648626+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:09:56.123 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:55.649255+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:09:56.124 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:55.649883+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:56.124 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:55 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:55.650692+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2023-12-08T06:09:56.400 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:09:56.153+0000 7f3571713700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-08T06:09:57.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:56 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:55.648390+0000 mgr.y (mgr.24823) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-08T06:09:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:56 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:55.650375+0000 mgr.y (mgr.24823) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi061 2023-12-08T06:09:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:56 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:56.545793+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:56 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:56.546674+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:56 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:56.547276+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:56 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:56.547811+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:57.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:56 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:56.548725+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:09:57.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:55.648390+0000 mgr.y (mgr.24823) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-08T06:09:57.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:55.650375+0000 mgr.y (mgr.24823) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi061 2023-12-08T06:09:57.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:56.545793+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:57.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:56.546674+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:57.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:56.547276+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:57.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:56.547811+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:57.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:56.548725+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:09:57.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:55.648390+0000 mgr.y (mgr.24823) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2023-12-08T06:09:57.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:55.650375+0000 mgr.y (mgr.24823) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi061 2023-12-08T06:09:57.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:56.545793+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:57.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:56.546674+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:09:57.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:56.547276+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:09:57.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:56.547811+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:57.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:56 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:56.548725+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:56.542888+0000 mgr.y (mgr.24823) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:56.546468+0000 mgr.y (mgr.24823) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:56.548330+0000 mgr.y (mgr.24823) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi061 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:57.355924+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:57.356860+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:57.357421+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:57.358746+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:56.542888+0000 mgr.y (mgr.24823) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:57.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:56.546468+0000 mgr.y (mgr.24823) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-08T06:09:57.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:56.548330+0000 mgr.y (mgr.24823) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi061 2023-12-08T06:09:57.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:57.355924+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:57.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:57.356860+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:09:57.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:57.357421+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:57.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:57 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:57.358746+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-08T06:09:58.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:57 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:56.542888+0000 mgr.y (mgr.24823) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:09:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:57 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:56.546468+0000 mgr.y (mgr.24823) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-08T06:09:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:57 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:56.548330+0000 mgr.y (mgr.24823) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi061 2023-12-08T06:09:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:57 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:57.355924+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:57 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:57.356860+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:09:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:57 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:57.357421+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:58.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:57 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:57.358746+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-08T06:09:59.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:58 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:57.356626+0000 mgr.y (mgr.24823) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-08T06:09:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:58 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:57.358420+0000 mgr.y (mgr.24823) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi061 2023-12-08T06:09:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:58 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:58.196256+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:58 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:58.197178+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:09:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:58 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:58.197712+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:59.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:58 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:58.198995+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-08T06:09:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:57.356626+0000 mgr.y (mgr.24823) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-08T06:09:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:57.358420+0000 mgr.y (mgr.24823) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi061 2023-12-08T06:09:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:58.196256+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:58.197178+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:09:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:58.197712+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:59.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:58.198995+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-08T06:09:59.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:57.356626+0000 mgr.y (mgr.24823) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2023-12-08T06:09:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:57.358420+0000 mgr.y (mgr.24823) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi061 2023-12-08T06:09:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:58.196256+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:09:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:58.197178+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:09:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:58.197712+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:09:59.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:58 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:58.198995+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-08T06:10:00.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:58.196945+0000 mgr.y (mgr.24823) 28 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-08T06:10:00.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:58.198653+0000 mgr.y (mgr.24823) 29 : cephadm [INF] Reconfiguring daemon osd.1 on smithi061 2023-12-08T06:10:00.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:09:58.543440+0000 mgr.y (mgr.24823) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:00.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:59.011675+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:00.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:59.012605+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:10:00.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:59.013238+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:00.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:59.014615+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-08T06:10:00.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:59.819403+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:00.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:59.820313+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T06:10:00.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:59.820898+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:00.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:09:59 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:09:59.822208+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-08T06:10:00.124 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:58.196945+0000 mgr.y (mgr.24823) 28 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:58.198653+0000 mgr.y (mgr.24823) 29 : cephadm [INF] Reconfiguring daemon osd.1 on smithi061 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:09:58.543440+0000 mgr.y (mgr.24823) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:59.011675+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:59.012605+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:59.013238+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:59.014615+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:59.819403+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:59.820313+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:59.820898+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:09:59.822208+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-08T06:10:00.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:58.196945+0000 mgr.y (mgr.24823) 28 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:58.198653+0000 mgr.y (mgr.24823) 29 : cephadm [INF] Reconfiguring daemon osd.1 on smithi061 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:09:58.543440+0000 mgr.y (mgr.24823) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:59.011675+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:59.012605+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:59.013238+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:59.014615+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:59.819403+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:59.820313+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:59.820898+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:00.126 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:09:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:09:59.822208+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:59.012360+0000 mgr.y (mgr.24823) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:59.014259+0000 mgr.y (mgr.24823) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi061 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:59.820086+0000 mgr.y (mgr.24823) 33 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:09:59.821870+0000 mgr.y (mgr.24823) 34 : cephadm [INF] Reconfiguring daemon osd.3 on smithi061 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:00.000120+0000 mon.a (mon.0) 104 : cluster [INF] overall HEALTH_OK 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:00.661273+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:00.662449+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:00.663066+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:01.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:00.666795+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T06:10:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:00.671626+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:00.672248+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi061.ccjyax"}]: dispatch 2023-12-08T06:10:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:00.672778+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:01.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:00 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:00.673638+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi061.ccjyax","key": "container_image"}]: dispatch 2023-12-08T06:10:01.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:59.012360+0000 mgr.y (mgr.24823) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-08T06:10:01.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:59.014259+0000 mgr.y (mgr.24823) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi061 2023-12-08T06:10:01.123 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:59.820086+0000 mgr.y (mgr.24823) 33 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-08T06:10:01.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:09:59.821870+0000 mgr.y (mgr.24823) 34 : cephadm [INF] Reconfiguring daemon osd.3 on smithi061 2023-12-08T06:10:01.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:00.000120+0000 mon.a (mon.0) 104 : cluster [INF] overall HEALTH_OK 2023-12-08T06:10:01.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:00.661273+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:01.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:00.662449+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:01.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:00.663066+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:01.124 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:00.666795+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T06:10:01.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:00.671626+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:01.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:00.672248+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi061.ccjyax"}]: dispatch 2023-12-08T06:10:01.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:00.672778+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:01.125 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:00.673638+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi061.ccjyax","key": "container_image"}]: dispatch 2023-12-08T06:10:01.125 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:59.012360+0000 mgr.y (mgr.24823) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2023-12-08T06:10:01.126 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:59.014259+0000 mgr.y (mgr.24823) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi061 2023-12-08T06:10:01.126 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:59.820086+0000 mgr.y (mgr.24823) 33 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2023-12-08T06:10:01.126 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:09:59.821870+0000 mgr.y (mgr.24823) 34 : cephadm [INF] Reconfiguring daemon osd.3 on smithi061 2023-12-08T06:10:01.126 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:00.000120+0000 mon.a (mon.0) 104 : cluster [INF] overall HEALTH_OK 2023-12-08T06:10:01.126 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:00.661273+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:01.127 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:00.662449+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:01.127 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:00.663066+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:01.127 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:00.666795+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi061.ccjyax", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T06:10:01.127 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:00.671626+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:01.127 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:00.672248+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi061.ccjyax"}]: dispatch 2023-12-08T06:10:01.127 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:00.672778+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:01.128 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:00 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:00.673638+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi061.ccjyax","key": "container_image"}]: dispatch 2023-12-08T06:10:01.992 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:00.543743+0000 mgr.y (mgr.24823) 35 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:01.992 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:00.662193+0000 mgr.y (mgr.24823) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi061.ccjyax (monmap changed)... 2023-12-08T06:10:01.992 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:00.667338+0000 mgr.y (mgr.24823) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi061.ccjyax 2023-12-08T06:10:01.993 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:00.673272+0000 mgr.y (mgr.24823) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi061.ccjyax on smithi061 2023-12-08T06:10:01.993 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:01.504656+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:01.993 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:01.505580+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:10:01.993 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:01.506113+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:10:01.993 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:01.506651+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:01.993 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:01 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:01.507407+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:10:02.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:00.543743+0000 mgr.y (mgr.24823) 35 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:00.662193+0000 mgr.y (mgr.24823) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi061.ccjyax (monmap changed)... 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:00.667338+0000 mgr.y (mgr.24823) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi061.ccjyax 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:00.673272+0000 mgr.y (mgr.24823) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi061.ccjyax on smithi061 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:01.504656+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:01.505580+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:01.506113+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:01.506651+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:01.507407+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:00.543743+0000 mgr.y (mgr.24823) 35 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:02.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:00.662193+0000 mgr.y (mgr.24823) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi061.ccjyax (monmap changed)... 2023-12-08T06:10:02.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:00.667338+0000 mgr.y (mgr.24823) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi061.ccjyax 2023-12-08T06:10:02.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:00.673272+0000 mgr.y (mgr.24823) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi061.ccjyax on smithi061 2023-12-08T06:10:02.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:01.504656+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:02.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:01.505580+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T06:10:02.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:01.506113+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T06:10:02.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:01.506651+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:02.153 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:01 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:01.507407+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2023-12-08T06:10:03.078 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:02 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:01.505335+0000 mgr.y (mgr.24823) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-08T06:10:03.079 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:02 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:01.507088+0000 mgr.y (mgr.24823) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2023-12-08T06:10:03.079 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:02 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:02.415556+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:03.079 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:02 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:02.416807+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:10:03.079 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:02 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:02.417802+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:10:03.079 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:02 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:02.418545+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:03.079 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:02 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:02.419742+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-08T06:10:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:01.505335+0000 mgr.y (mgr.24823) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-08T06:10:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:01.507088+0000 mgr.y (mgr.24823) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2023-12-08T06:10:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:02.415556+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:02.416807+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:10:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:02.417802+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:10:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:02.418545+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:03.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:02.419742+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-08T06:10:03.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:01.505335+0000 mgr.y (mgr.24823) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-08T06:10:03.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:01.507088+0000 mgr.y (mgr.24823) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi118 2023-12-08T06:10:03.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:02.415556+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:03.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:02.416807+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T06:10:03.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:02.417802+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T06:10:03.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:02.418545+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:03.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:02 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:02.419742+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2023-12-08T06:10:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:02.416482+0000 mgr.y (mgr.24823) 41 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-08T06:10:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:02.419255+0000 mgr.y (mgr.24823) 42 : cephadm [INF] Reconfiguring daemon mgr.x on smithi118 2023-12-08T06:10:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:02.544318+0000 mgr.y (mgr.24823) 43 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:03.269680+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:03.270914+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:10:04.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:03.271749+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:04.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:03.273521+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-08T06:10:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:02.416482+0000 mgr.y (mgr.24823) 41 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-08T06:10:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:02.419255+0000 mgr.y (mgr.24823) 42 : cephadm [INF] Reconfiguring daemon mgr.x on smithi118 2023-12-08T06:10:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:02.544318+0000 mgr.y (mgr.24823) 43 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:03.269680+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:03.270914+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:10:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:03.271749+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:04.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:03 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:03.273521+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-08T06:10:04.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:03 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:02.416482+0000 mgr.y (mgr.24823) 41 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2023-12-08T06:10:04.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:03 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:02.419255+0000 mgr.y (mgr.24823) 42 : cephadm [INF] Reconfiguring daemon mgr.x on smithi118 2023-12-08T06:10:04.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:03 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:02.544318+0000 mgr.y (mgr.24823) 43 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:04.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:03 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:03.269680+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:04.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:03 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:03.270914+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T06:10:04.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:03 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:03.271749+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:04.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:03 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:03.273521+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2023-12-08T06:10:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:03.270596+0000 mgr.y (mgr.24823) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-08T06:10:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:03.273064+0000 mgr.y (mgr.24823) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi118 2023-12-08T06:10:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:04.197432+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:04.198611+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:10:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:04.199387+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:05.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:04.201102+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-08T06:10:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:03.270596+0000 mgr.y (mgr.24823) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-08T06:10:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:03.273064+0000 mgr.y (mgr.24823) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi118 2023-12-08T06:10:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:04.197432+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:04.198611+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:10:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:04.199387+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:05.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:04 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:04.201102+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-08T06:10:05.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:04 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:03.270596+0000 mgr.y (mgr.24823) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2023-12-08T06:10:05.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:04 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:03.273064+0000 mgr.y (mgr.24823) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi118 2023-12-08T06:10:05.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:04 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:04.197432+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:05.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:04 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:04.198611+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T06:10:05.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:04 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:04.199387+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:05.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:04 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:04.201102+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2023-12-08T06:10:06.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:05 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:04.198293+0000 mgr.y (mgr.24823) 46 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-08T06:10:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:05 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:04.200629+0000 mgr.y (mgr.24823) 47 : cephadm [INF] Reconfiguring daemon osd.5 on smithi118 2023-12-08T06:10:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:05 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:04.544795+0000 mgr.y (mgr.24823) 48 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:05 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:05.073508+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:05 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:05.074547+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:10:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:05 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:05.075179+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:06.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:05 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:05.076615+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:04.198293+0000 mgr.y (mgr.24823) 46 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:04.200629+0000 mgr.y (mgr.24823) 47 : cephadm [INF] Reconfiguring daemon osd.5 on smithi118 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:04.544795+0000 mgr.y (mgr.24823) 48 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:05.073508+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:05.074547+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:05.075179+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:05.076615+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:04.198293+0000 mgr.y (mgr.24823) 46 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:04.200629+0000 mgr.y (mgr.24823) 47 : cephadm [INF] Reconfiguring daemon osd.5 on smithi118 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:04.544795+0000 mgr.y (mgr.24823) 48 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:05.073508+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:06.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:05.074547+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T06:10:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:05.075179+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:06.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:05 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:05.076615+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2023-12-08T06:10:07.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:06 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:05.074277+0000 mgr.y (mgr.24823) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-08T06:10:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:06 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:05.076250+0000 mgr.y (mgr.24823) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi118 2023-12-08T06:10:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:06 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:05.976481+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:06 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:05.977691+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T06:10:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:06 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:05.978599+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:07.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:06 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:05.980448+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:05.074277+0000 mgr.y (mgr.24823) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:05.076250+0000 mgr.y (mgr.24823) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi118 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:05.976481+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:05.977691+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:05.978599+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:05.980448+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:05.074277+0000 mgr.y (mgr.24823) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:05.076250+0000 mgr.y (mgr.24823) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi118 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:05.976481+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:07.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:05.977691+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T06:10:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:05.978599+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:07.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:06 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:05.980448+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2023-12-08T06:10:08.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:05.977336+0000 mgr.y (mgr.24823) 51 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-08T06:10:08.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:05.979894+0000 mgr.y (mgr.24823) 52 : cephadm [INF] Reconfiguring daemon osd.7 on smithi118 2023-12-08T06:10:08.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:06.545342+0000 mgr.y (mgr.24823) 53 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:08.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:06.870420+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:06.871687+0000 mgr.y (mgr.24823) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi118.wlyzci (monmap changed)... 2023-12-08T06:10:08.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:06.872013+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:08.133 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:06.872893+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:06.878507+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:06.879226+0000 mgr.y (mgr.24823) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi118.wlyzci 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:06.883069+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:06.883868+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi118.wlyzci"}]: dispatch 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:06.884578+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:06.885240+0000 mgr.y (mgr.24823) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi118.wlyzci on smithi118 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:06.885733+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi118.wlyzci","key": "container_image"}]: dispatch 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.770633+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.134 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:05.977336+0000 mgr.y (mgr.24823) 51 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:05.979894+0000 mgr.y (mgr.24823) 52 : cephadm [INF] Reconfiguring daemon osd.7 on smithi118 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:06.545342+0000 mgr.y (mgr.24823) 53 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:06.870420+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:06.871687+0000 mgr.y (mgr.24823) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi118.wlyzci (monmap changed)... 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:06.872013+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:06.872893+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:06.878507+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:06.879226+0000 mgr.y (mgr.24823) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi118.wlyzci 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:06.883069+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:06.883868+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi118.wlyzci"}]: dispatch 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:06.884578+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:06.885240+0000 mgr.y (mgr.24823) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi118.wlyzci on smithi118 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:06.885733+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi118.wlyzci","key": "container_image"}]: dispatch 2023-12-08T06:10:08.135 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.770633+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.772913+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.775725+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.777300+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.784220+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.785071+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.790536+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.791373+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.797042+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.797829+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.803695+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-08T06:10:08.136 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.804952+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.809754+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.811152+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.772913+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.775725+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.777300+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.784220+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.785071+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.790536+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.791373+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.797042+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.797829+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-08T06:10:08.137 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.803695+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-08T06:10:08.138 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.804952+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.138 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.809754+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.138 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:07 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.811152+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:05.977336+0000 mgr.y (mgr.24823) 51 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:05.979894+0000 mgr.y (mgr.24823) 52 : cephadm [INF] Reconfiguring daemon osd.7 on smithi118 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:06.545342+0000 mgr.y (mgr.24823) 53 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:06.870420+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:06.871687+0000 mgr.y (mgr.24823) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi118.wlyzci (monmap changed)... 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:06.872013+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:06.872893+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:06.878507+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.wlyzci", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:06.879226+0000 mgr.y (mgr.24823) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi118.wlyzci 2023-12-08T06:10:08.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:06.883069+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:06.883868+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi118.wlyzci"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:06.884578+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:06.885240+0000 mgr.y (mgr.24823) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi118.wlyzci on smithi118 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:06.885733+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi118.wlyzci","key": "container_image"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.770633+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.772913+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.775725+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.777300+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.784220+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.785071+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.790536+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.791373+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.797042+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.797829+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-08T06:10:08.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.803695+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-08T06:10:08.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.804952+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:08.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.809754+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:08.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:07 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.811152+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-08T06:10:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:07.778022+0000 mgr.y (mgr.24823) 57 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-08T06:10:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:07.805635+0000 mgr.y (mgr.24823) 58 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-08T06:10:09.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:07.811349+0000 mgr.y (mgr.24823) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:07.812314+0000 mgr.y (mgr.24823) 60 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:08.708095+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:08.708768+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:08.709309+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:08.710638+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:07.778022+0000 mgr.y (mgr.24823) 57 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:07.805635+0000 mgr.y (mgr.24823) 58 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:07.811349+0000 mgr.y (mgr.24823) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:07.812314+0000 mgr.y (mgr.24823) 60 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:08.708095+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:08.708768+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:08.709309+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:09.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:08 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:08.710638+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-08T06:10:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:08 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:07.778022+0000 mgr.y (mgr.24823) 57 : cephadm [INF] Upgrade: Setting container_image for all mon 2023-12-08T06:10:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:08 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:07.805635+0000 mgr.y (mgr.24823) 58 : cephadm [INF] Upgrade: Setting container_image for all crash 2023-12-08T06:10:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:08 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:07.811349+0000 mgr.y (mgr.24823) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-08T06:10:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:08 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:07.812314+0000 mgr.y (mgr.24823) 60 : cephadm [INF] Upgrade: osd.0 is safe to restart 2023-12-08T06:10:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:08 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:08.708095+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:08 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:08.708768+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T06:10:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:08 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:08.709309+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:09.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:08 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:08.710638+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2023-12-08T06:10:10.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:09 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:08.546150+0000 mgr.y (mgr.24823) 61 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:10.304 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:09 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:08.702792+0000 mgr.y (mgr.24823) 62 : cephadm [INF] Upgrade: Updating osd.0 2023-12-08T06:10:10.305 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:09 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:08.710309+0000 mgr.y (mgr.24823) 63 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:10:10.305 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:09 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:08.546150+0000 mgr.y (mgr.24823) 61 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:10.305 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:09 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:08.702792+0000 mgr.y (mgr.24823) 62 : cephadm [INF] Upgrade: Updating osd.0 2023-12-08T06:10:10.305 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:09 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:08.710309+0000 mgr.y (mgr.24823) 63 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:10:10.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:09 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:08.546150+0000 mgr.y (mgr.24823) 61 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:10.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:09 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:08.702792+0000 mgr.y (mgr.24823) 62 : cephadm [INF] Upgrade: Updating osd.0 2023-12-08T06:10:10.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:09 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:08.710309+0000 mgr.y (mgr.24823) 63 : cephadm [INF] Deploying daemon osd.0 on smithi061 2023-12-08T06:10:10.488 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:10 smithi061 systemd[1]: Stopping Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:10.774 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:10 smithi061 bash[115543]: debug 2023-12-08T06:10:10.484+0000 7fe26a458700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:10:10.774 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:10 smithi061 bash[115543]: debug 2023-12-08T06:10:10.484+0000 7fe26a458700 -1 osd.0 78 *** Got signal Terminated *** 2023-12-08T06:10:10.775 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:10 smithi061 bash[115543]: debug 2023-12-08T06:10:10.484+0000 7fe26a458700 -1 osd.0 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:10:11.108 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:10 smithi061 bash[138870]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.0 2023-12-08T06:10:11.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737006+0000 mon.a (mon.0) 165 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.108 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737065+0000 mon.a (mon.0) 166 : cluster [INF] osd.0 failed (root=default,host=smithi061) (connection refused reported by osd.6) 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737311+0000 mon.a (mon.0) 167 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737401+0000 mon.a (mon.0) 168 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737524+0000 mon.a (mon.0) 169 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737600+0000 mon.a (mon.0) 170 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737673+0000 mon.a (mon.0) 171 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737746+0000 mon.a (mon.0) 172 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737814+0000 mon.a (mon.0) 173 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737892+0000 mon.a (mon.0) 174 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.737961+0000 mon.a (mon.0) 175 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.738029+0000 mon.a (mon.0) 176 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-08T06:10:11.109 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.738108+0000 mon.a (mon.0) 177 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.738190+0000 mon.a (mon.0) 178 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.738235+0000 mon.a (mon.0) 179 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.845720+0000 mon.a (mon.0) 180 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.846237+0000 mon.a (mon.0) 181 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.848263+0000 mon.a (mon.0) 182 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.848584+0000 mon.a (mon.0) 183 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.850746+0000 mon.a (mon.0) 184 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.851361+0000 mon.a (mon.0) 185 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737006+0000 mon.a (mon.0) 165 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.110 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737065+0000 mon.a (mon.0) 166 : cluster [INF] osd.0 failed (root=default,host=smithi061) (connection refused reported by osd.6) 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737311+0000 mon.a (mon.0) 167 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737401+0000 mon.a (mon.0) 168 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737524+0000 mon.a (mon.0) 169 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737600+0000 mon.a (mon.0) 170 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737673+0000 mon.a (mon.0) 171 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737746+0000 mon.a (mon.0) 172 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737814+0000 mon.a (mon.0) 173 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737892+0000 mon.a (mon.0) 174 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.737961+0000 mon.a (mon.0) 175 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.738029+0000 mon.a (mon.0) 176 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.738108+0000 mon.a (mon.0) 177 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.738190+0000 mon.a (mon.0) 178 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.111 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.738235+0000 mon.a (mon.0) 179 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.845720+0000 mon.a (mon.0) 180 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.846237+0000 mon.a (mon.0) 181 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.848263+0000 mon.a (mon.0) 182 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.848584+0000 mon.a (mon.0) 183 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.850746+0000 mon.a (mon.0) 184 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.112 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:10 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.851361+0000 mon.a (mon.0) 185 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737006+0000 mon.a (mon.0) 165 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737065+0000 mon.a (mon.0) 166 : cluster [INF] osd.0 failed (root=default,host=smithi061) (connection refused reported by osd.6) 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737311+0000 mon.a (mon.0) 167 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737401+0000 mon.a (mon.0) 168 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737524+0000 mon.a (mon.0) 169 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737600+0000 mon.a (mon.0) 170 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737673+0000 mon.a (mon.0) 171 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737746+0000 mon.a (mon.0) 172 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737814+0000 mon.a (mon.0) 173 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737892+0000 mon.a (mon.0) 174 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.737961+0000 mon.a (mon.0) 175 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.738029+0000 mon.a (mon.0) 176 : cluster [DBG] osd.0 reported immediately failed by osd.7 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.738108+0000 mon.a (mon.0) 177 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.738190+0000 mon.a (mon.0) 178 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.738235+0000 mon.a (mon.0) 179 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.845720+0000 mon.a (mon.0) 180 : cluster [DBG] osd.0 reported immediately failed by osd.5 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.846237+0000 mon.a (mon.0) 181 : cluster [DBG] osd.0 reported immediately failed by osd.4 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.848263+0000 mon.a (mon.0) 182 : cluster [DBG] osd.0 reported immediately failed by osd.6 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.848584+0000 mon.a (mon.0) 183 : cluster [DBG] osd.0 reported immediately failed by osd.3 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.850746+0000 mon.a (mon.0) 184 : cluster [DBG] osd.0 reported immediately failed by osd.2 2023-12-08T06:10:11.341 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:10 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.851361+0000 mon.a (mon.0) 185 : cluster [DBG] osd.0 reported immediately failed by osd.1 2023-12-08T06:10:12.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.546462+0000 mgr.y (mgr.24823) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:12.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.876473+0000 mon.a (mon.0) 186 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:10:12.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:10.884148+0000 mon.a (mon.0) 187 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2023-12-08T06:10:12.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:10.884666+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:10:12.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:10.889374+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:10:12.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.546462+0000 mgr.y (mgr.24823) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:12.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.876473+0000 mon.a (mon.0) 186 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:10:12.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:10.884148+0000 mon.a (mon.0) 187 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2023-12-08T06:10:12.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:10.884666+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:10:12.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:11 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:10.889374+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:10:12.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:11 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.546462+0000 mgr.y (mgr.24823) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:11 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.876473+0000 mon.a (mon.0) 186 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:10:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:11 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:10.884148+0000 mon.a (mon.0) 187 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2023-12-08T06:10:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:11 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:10.884666+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T06:10:12.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:11 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:10.889374+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T06:10:12.605 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:12 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.0.service: Succeeded. 2023-12-08T06:10:12.605 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:12 smithi061 systemd[1]: Stopped Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:10:12.605 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:12 smithi061 systemd[1]: Starting Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:13.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:12 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:11.886469+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T06:10:13.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:12 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:11.886618+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2023-12-08T06:10:13.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:12 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:11.886469+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T06:10:13.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:12 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:11.886618+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2023-12-08T06:10:13.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 bash[139163]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-08T06:10:13.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 bash[139163]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-08T06:10:13.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 bash[139163]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-08T06:10:13.152 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 bash[139163]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-08T06:10:13.152 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 bash[139163]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-08T06:10:13.152 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 bash[139163]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-08T06:10:13.152 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 bash[139163]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-08T06:10:13.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:12 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:11.886469+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T06:10:13.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:12 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:11.886618+0000 mon.a (mon.0) 191 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2023-12-08T06:10:14.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-0[139456]: debug 2023-12-08T06:10:13.726+0000 7fa8f3d00700 1 -- 172.21.15.61:0/2752137469 <== mon.1 v2:172.21.15.61:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a0f1ab4680 con 0x55a0f1a7b800 2023-12-08T06:10:14.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 bash[139442]: dda23debf75958e23c99f610e96f85721c38afbf20186b8660bb1e43caeffadc 2023-12-08T06:10:14.151 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:13 smithi061 systemd[1]: Started Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:12.547015+0000 mgr.y (mgr.24823) 65 : cluster [DBG] pgmap v23: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:12.884534+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 16 pgs peering (PG_AVAILABILITY) 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:13.783373+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:13.784152+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:13.785412+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:12.547015+0000 mgr.y (mgr.24823) 65 : cluster [DBG] pgmap v23: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:12.884534+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 16 pgs peering (PG_AVAILABILITY) 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:13.783373+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:13.784152+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:14.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:13 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:13.785412+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:10:14.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:13 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:12.547015+0000 mgr.y (mgr.24823) 65 : cluster [DBG] pgmap v23: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:14.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:13 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:12.884534+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 16 pgs peering (PG_AVAILABILITY) 2023-12-08T06:10:14.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:13 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:13.783373+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:14.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:13 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:13.784152+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:14.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:13 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:13.785412+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:10:14.651 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:14 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-0[139456]: debug 2023-12-08T06:10:14.248+0000 7fa8fb77b380 -1 Falling back to public interface 2023-12-08T06:10:16.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:15 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:14.547426+0000 mgr.y (mgr.24823) 66 : cluster [DBG] pgmap v24: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:16.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:15 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:14.547426+0000 mgr.y (mgr.24823) 66 : cluster [DBG] pgmap v24: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:16.342 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:15 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:14.547426+0000 mgr.y (mgr.24823) 66 : cluster [DBG] pgmap v24: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:16.651 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:10:16 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:10:16.587+0000 7f3571713700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-08T06:10:17.401 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:16 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-0[139456]: debug 2023-12-08T06:10:16.971+0000 7fa8fb77b380 -1 osd.0 78 log_to_monitors {default=true} 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:16.547832+0000 mgr.y (mgr.24823) 67 : cluster [DBG] pgmap v25: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.574123+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.578332+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.583001+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.585026+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.586209+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.587082+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.588150+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.588279+0000 mgr.y (mgr.24823) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:17.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:16.588927+0000 mgr.y (mgr.24823) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-08T06:10:17.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.975491+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:10:17.841 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:17 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:16.975802+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:16.547832+0000 mgr.y (mgr.24823) 67 : cluster [DBG] pgmap v25: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.574123+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.578332+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.583001+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.585026+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.586209+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.587082+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.588150+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.588279+0000 mgr.y (mgr.24823) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:16.588927+0000 mgr.y (mgr.24823) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.975491+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:10:17.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:16.975802+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:16.547832+0000 mgr.y (mgr.24823) 67 : cluster [DBG] pgmap v25: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.574123+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.578332+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.583001+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.585026+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.586209+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.587082+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.588150+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.588279+0000 mgr.y (mgr.24823) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:16.588927+0000 mgr.y (mgr.24823) 69 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.975491+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:10:17.904 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:16.975802+0000 mon.a (mon.0) 203 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T06:10:18.401 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:17 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-0[139456]: debug 2023-12-08T06:10:17.921+0000 7fa8ea470700 -1 osd.0 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-08T06:10:19.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:18 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:17.900062+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T06:10:19.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:18 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:17.900179+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-08T06:10:19.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:18 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:17.901534+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:19.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:18 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:17.901967+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:19.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:18 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:17.900062+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T06:10:19.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:18 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:17.900179+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-08T06:10:19.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:18 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:17.901534+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:19.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:18 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:17.901967+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:19.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:18 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:17.900062+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T06:10:19.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:18 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:17.900179+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2023-12-08T06:10:19.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:18 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:17.901534+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:19.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:18 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:17.901967+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:18.548499+0000 mgr.y (mgr.24823) 70 : cluster [DBG] pgmap v27: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2023-12-08T06:10:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:18.897242+0000 mon.a (mon.0) 207 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:10:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:18.897633+0000 mon.a (mon.0) 208 : cluster [WRN] Health check failed: Degraded data redundancy: 66/606 objects degraded (10.891%), 20 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:18.897670+0000 mon.a (mon.0) 209 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 16 pgs peering) 2023-12-08T06:10:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:18.904382+0000 mon.a (mon.0) 210 : cluster [INF] osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945] boot 2023-12-08T06:10:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:18.904439+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-08T06:10:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:18.905504+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:10:20.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:19 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:19.903462+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-08T06:10:20.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:18.548499+0000 mgr.y (mgr.24823) 70 : cluster [DBG] pgmap v27: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2023-12-08T06:10:20.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:18.897242+0000 mon.a (mon.0) 207 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:10:20.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:18.897633+0000 mon.a (mon.0) 208 : cluster [WRN] Health check failed: Degraded data redundancy: 66/606 objects degraded (10.891%), 20 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:20.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:18.897670+0000 mon.a (mon.0) 209 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 16 pgs peering) 2023-12-08T06:10:20.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:18.904382+0000 mon.a (mon.0) 210 : cluster [INF] osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945] boot 2023-12-08T06:10:20.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:18.904439+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-08T06:10:20.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:18.905504+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:10:20.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:19.903462+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-08T06:10:20.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:18.548499+0000 mgr.y (mgr.24823) 70 : cluster [DBG] pgmap v27: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2023-12-08T06:10:20.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:18.897242+0000 mon.a (mon.0) 207 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:10:20.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:18.897633+0000 mon.a (mon.0) 208 : cluster [WRN] Health check failed: Degraded data redundancy: 66/606 objects degraded (10.891%), 20 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:20.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:18.897670+0000 mon.a (mon.0) 209 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 16 pgs peering) 2023-12-08T06:10:20.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:18.904382+0000 mon.a (mon.0) 210 : cluster [INF] osd.0 [v2:172.21.15.61:6802/4078249945,v1:172.21.15.61:6803/4078249945] boot 2023-12-08T06:10:20.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:18.904439+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-08T06:10:20.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:18.905504+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T06:10:20.402 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:19 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:19.903462+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-08T06:10:21.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:20 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:20.548984+0000 mgr.y (mgr.24823) 71 : cluster [DBG] pgmap v30: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2023-12-08T06:10:21.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:20 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:20.548984+0000 mgr.y (mgr.24823) 71 : cluster [DBG] pgmap v30: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2023-12-08T06:10:21.401 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:20 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:20.548984+0000 mgr.y (mgr.24823) 71 : cluster [DBG] pgmap v30: 129 pgs: 20 active+undersized+degraded, 29 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2023-12-08T06:10:23.605 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:10:23 smithi061 bash[132621]: ts=2023-12-08T06:10:23.249Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2023-12-08T06:10:23.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:23 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:22.549771+0000 mgr.y (mgr.24823) 72 : cluster [DBG] pgmap v31: 129 pgs: 7 active+undersized+degraded, 9 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2023-12-08T06:10:23.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:23 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:22.549771+0000 mgr.y (mgr.24823) 72 : cluster [DBG] pgmap v31: 129 pgs: 7 active+undersized+degraded, 9 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2023-12-08T06:10:24.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:23 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:22.549771+0000 mgr.y (mgr.24823) 72 : cluster [DBG] pgmap v31: 129 pgs: 7 active+undersized+degraded, 9 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2023-12-08T06:10:25.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:24 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:24.603377+0000 mon.a (mon.0) 214 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded) 2023-12-08T06:10:25.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:24 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:24.603408+0000 mon.a (mon.0) 215 : cluster [INF] Cluster is now healthy 2023-12-08T06:10:25.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:24.603377+0000 mon.a (mon.0) 214 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded) 2023-12-08T06:10:25.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:24.603408+0000 mon.a (mon.0) 215 : cluster [INF] Cluster is now healthy 2023-12-08T06:10:25.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:24.603377+0000 mon.a (mon.0) 214 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded) 2023-12-08T06:10:25.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:24 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:24.603408+0000 mon.a (mon.0) 215 : cluster [INF] Cluster is now healthy 2023-12-08T06:10:26.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:25 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:24.550478+0000 mgr.y (mgr.24823) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:26.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:25 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:24.550478+0000 mgr.y (mgr.24823) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:26.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:25 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:24.550478+0000 mgr.y (mgr.24823) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:28.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:27 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:26.550856+0000 mgr.y (mgr.24823) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:28.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:27 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:26.550856+0000 mgr.y (mgr.24823) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:28.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:27 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:26.550856+0000 mgr.y (mgr.24823) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:30.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:29 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:28.551572+0000 mgr.y (mgr.24823) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:30.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:29 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:28.551572+0000 mgr.y (mgr.24823) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:30.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:29 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:28.551572+0000 mgr.y (mgr.24823) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:31.955 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:31 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:30.551968+0000 mgr.y (mgr.24823) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:31.955 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:31 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:31.604618+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:31.955 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:31 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:30.551968+0000 mgr.y (mgr.24823) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:31.955 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:31 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:31.604618+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:32.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:31 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:30.551968+0000 mgr.y (mgr.24823) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:32.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:31 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:31.604618+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:31.604813+0000 mgr.y (mgr.24823) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:31.605933+0000 mgr.y (mgr.24823) 78 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:31.753627+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:32.545331+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:32.546065+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:32.546561+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:32.547861+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:31.604813+0000 mgr.y (mgr.24823) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:33.033 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:31.605933+0000 mgr.y (mgr.24823) 78 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-08T06:10:33.034 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:31.753627+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:33.034 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:32.545331+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:33.034 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:32.546065+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:10:33.034 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:32.546561+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:33.034 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:32 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:32.547861+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-08T06:10:33.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:32 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:31.604813+0000 mgr.y (mgr.24823) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-08T06:10:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:32 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:31.605933+0000 mgr.y (mgr.24823) 78 : cephadm [INF] Upgrade: osd.1 is safe to restart 2023-12-08T06:10:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:32 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:31.753627+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:32 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:32.545331+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:32 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:32.546065+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T06:10:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:32 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:32.546561+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T06:10:33.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:32 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:32.547861+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2023-12-08T06:10:34.081 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:33 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:32.541009+0000 mgr.y (mgr.24823) 79 : cephadm [INF] Upgrade: Updating osd.1 2023-12-08T06:10:34.082 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:33 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:32.547539+0000 mgr.y (mgr.24823) 80 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:10:34.082 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:33 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:32.552494+0000 mgr.y (mgr.24823) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:34.082 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:33 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:32.541009+0000 mgr.y (mgr.24823) 79 : cephadm [INF] Upgrade: Updating osd.1 2023-12-08T06:10:34.082 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:33 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:32.547539+0000 mgr.y (mgr.24823) 80 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:10:34.082 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:33 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:32.552494+0000 mgr.y (mgr.24823) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:34.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:33 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:32.541009+0000 mgr.y (mgr.24823) 79 : cephadm [INF] Upgrade: Updating osd.1 2023-12-08T06:10:34.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:33 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:32.547539+0000 mgr.y (mgr.24823) 80 : cephadm [INF] Deploying daemon osd.1 on smithi061 2023-12-08T06:10:34.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:33 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:32.552494+0000 mgr.y (mgr.24823) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:34.715 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:34 smithi061 systemd[1]: Stopping Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:34.715 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:34 smithi061 bash[117796]: debug 2023-12-08T06:10:34.499+0000 7f65406e3700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:10:34.715 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:34 smithi061 bash[117796]: debug 2023-12-08T06:10:34.499+0000 7f65406e3700 -1 osd.1 83 *** Got signal Terminated *** 2023-12-08T06:10:34.715 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:34 smithi061 bash[117796]: debug 2023-12-08T06:10:34.499+0000 7f65406e3700 -1 osd.1 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:10:34.990 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:34 smithi061 bash[140508]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.1 2023-12-08T06:10:35.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:34 smithi061 bash[140563]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.1" found: no such container 2023-12-08T06:10:35.886 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.552928+0000 mgr.y (mgr.24823) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:35.886 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.749475+0000 mon.a (mon.0) 222 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.886 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.749506+0000 mon.a (mon.0) 223 : cluster [INF] osd.1 failed (root=default,host=smithi061) (connection refused reported by osd.3) 2023-12-08T06:10:35.886 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.749721+0000 mon.a (mon.0) 224 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:35.886 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.749809+0000 mon.a (mon.0) 225 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.749954+0000 mon.a (mon.0) 226 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750056+0000 mon.a (mon.0) 227 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750105+0000 mon.a (mon.0) 228 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750216+0000 mon.a (mon.0) 229 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750290+0000 mon.a (mon.0) 230 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750360+0000 mon.a (mon.0) 231 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750457+0000 mon.a (mon.0) 232 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750559+0000 mon.a (mon.0) 233 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750634+0000 mon.a (mon.0) 234 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750702+0000 mon.a (mon.0) 235 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.750770+0000 mon.a (mon.0) 236 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.887 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.846686+0000 mon.a (mon.0) 237 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.888 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.846929+0000 mon.a (mon.0) 238 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.888 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.847692+0000 mon.a (mon.0) 239 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.888 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:34.848735+0000 mon.a (mon.0) 240 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.888 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.552928+0000 mgr.y (mgr.24823) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:35.888 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.749475+0000 mon.a (mon.0) 222 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.888 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.749506+0000 mon.a (mon.0) 223 : cluster [INF] osd.1 failed (root=default,host=smithi061) (connection refused reported by osd.3) 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.749721+0000 mon.a (mon.0) 224 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.749809+0000 mon.a (mon.0) 225 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.749954+0000 mon.a (mon.0) 226 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750056+0000 mon.a (mon.0) 227 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750105+0000 mon.a (mon.0) 228 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750216+0000 mon.a (mon.0) 229 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750290+0000 mon.a (mon.0) 230 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750360+0000 mon.a (mon.0) 231 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750457+0000 mon.a (mon.0) 232 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:35.889 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750559+0000 mon.a (mon.0) 233 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750634+0000 mon.a (mon.0) 234 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750702+0000 mon.a (mon.0) 235 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:35.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.750770+0000 mon.a (mon.0) 236 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.846686+0000 mon.a (mon.0) 237 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.846929+0000 mon.a (mon.0) 238 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.847692+0000 mon.a (mon.0) 239 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.890 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:34.848735+0000 mon.a (mon.0) 240 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.890 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.047844+0000 mon.a (mon.0) 241 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.047897+0000 mon.a (mon.0) 242 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.048021+0000 mon.a (mon.0) 243 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.049375+0000 mon.a (mon.0) 244 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.150598+0000 mon.a (mon.0) 245 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.150722+0000 mon.a (mon.0) 246 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.150773+0000 mon.a (mon.0) 247 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.150920+0000 mon.a (mon.0) 248 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151027+0000 mon.a (mon.0) 249 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151080+0000 mon.a (mon.0) 250 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.891 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151192+0000 mon.a (mon.0) 251 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151238+0000 mon.a (mon.0) 252 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151338+0000 mon.a (mon.0) 253 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151412+0000 mon.a (mon.0) 254 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151562+0000 mon.a (mon.0) 255 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151644+0000 mon.a (mon.0) 256 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151691+0000 mon.a (mon.0) 257 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.151804+0000 mon.a (mon.0) 258 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.449005+0000 mon.a (mon.0) 259 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.449195+0000 mon.a (mon.0) 260 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.449321+0000 mon.a (mon.0) 261 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.450388+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.892 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.047844+0000 mon.a (mon.0) 241 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.047897+0000 mon.a (mon.0) 242 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.048021+0000 mon.a (mon.0) 243 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.049375+0000 mon.a (mon.0) 244 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.150598+0000 mon.a (mon.0) 245 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.150722+0000 mon.a (mon.0) 246 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.150773+0000 mon.a (mon.0) 247 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.150920+0000 mon.a (mon.0) 248 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151027+0000 mon.a (mon.0) 249 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151080+0000 mon.a (mon.0) 250 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151192+0000 mon.a (mon.0) 251 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151238+0000 mon.a (mon.0) 252 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151338+0000 mon.a (mon.0) 253 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.893 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151412+0000 mon.a (mon.0) 254 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:35.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151562+0000 mon.a (mon.0) 255 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151644+0000 mon.a (mon.0) 256 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151691+0000 mon.a (mon.0) 257 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:35.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.151804+0000 mon.a (mon.0) 258 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.449005+0000 mon.a (mon.0) 259 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:35.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.449195+0000 mon.a (mon.0) 260 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:35.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.449321+0000 mon.a (mon.0) 261 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:35.894 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:35 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.450388+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:36.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.552928+0000 mgr.y (mgr.24823) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:36.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.749475+0000 mon.a (mon.0) 222 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:36.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.749506+0000 mon.a (mon.0) 223 : cluster [INF] osd.1 failed (root=default,host=smithi061) (connection refused reported by osd.3) 2023-12-08T06:10:36.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.749721+0000 mon.a (mon.0) 224 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:36.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.749809+0000 mon.a (mon.0) 225 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:36.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.749954+0000 mon.a (mon.0) 226 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750056+0000 mon.a (mon.0) 227 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750105+0000 mon.a (mon.0) 228 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750216+0000 mon.a (mon.0) 229 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750290+0000 mon.a (mon.0) 230 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750360+0000 mon.a (mon.0) 231 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750457+0000 mon.a (mon.0) 232 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750559+0000 mon.a (mon.0) 233 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750634+0000 mon.a (mon.0) 234 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750702+0000 mon.a (mon.0) 235 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.750770+0000 mon.a (mon.0) 236 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.846686+0000 mon.a (mon.0) 237 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.846929+0000 mon.a (mon.0) 238 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.847692+0000 mon.a (mon.0) 239 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:34.848735+0000 mon.a (mon.0) 240 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.047844+0000 mon.a (mon.0) 241 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:36.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.047897+0000 mon.a (mon.0) 242 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.048021+0000 mon.a (mon.0) 243 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.049375+0000 mon.a (mon.0) 244 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.150598+0000 mon.a (mon.0) 245 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.150722+0000 mon.a (mon.0) 246 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.150773+0000 mon.a (mon.0) 247 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.150920+0000 mon.a (mon.0) 248 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151027+0000 mon.a (mon.0) 249 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151080+0000 mon.a (mon.0) 250 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151192+0000 mon.a (mon.0) 251 : cluster [DBG] osd.1 reported immediately failed by osd.2 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151238+0000 mon.a (mon.0) 252 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151338+0000 mon.a (mon.0) 253 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151412+0000 mon.a (mon.0) 254 : cluster [DBG] osd.1 reported immediately failed by osd.0 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151562+0000 mon.a (mon.0) 255 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:36.092 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151644+0000 mon.a (mon.0) 256 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:36.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151691+0000 mon.a (mon.0) 257 : cluster [DBG] osd.1 reported immediately failed by osd.6 2023-12-08T06:10:36.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.151804+0000 mon.a (mon.0) 258 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:36.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.449005+0000 mon.a (mon.0) 259 : cluster [DBG] osd.1 reported immediately failed by osd.4 2023-12-08T06:10:36.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.449195+0000 mon.a (mon.0) 260 : cluster [DBG] osd.1 reported immediately failed by osd.5 2023-12-08T06:10:36.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.449321+0000 mon.a (mon.0) 261 : cluster [DBG] osd.1 reported immediately failed by osd.7 2023-12-08T06:10:36.093 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:35 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.450388+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.3 2023-12-08T06:10:36.586 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:36 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.1.service: Succeeded. 2023-12-08T06:10:36.586 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:36 smithi061 systemd[1]: Stopped Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:10:36.586 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:36 smithi061 systemd[1]: Starting Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.640232+0000 mon.a (mon.0) 263 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:35.649615+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.567356+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [3, 5]}]: dispatch 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.567705+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [4, 0]}]: dispatch 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.568008+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [3, 2]}]: dispatch 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.568264+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [3, 2]}]: dispatch 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.568482+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.16", "id": [3, 1]}]: dispatch 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.568690+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 2]}]: dispatch 2023-12-08T06:10:36.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.568926+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [3, 5]}]: dispatch 2023-12-08T06:10:36.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.569198+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 1, 5, 6]}]: dispatch 2023-12-08T06:10:36.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:36.569437+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [4, 2]}]: dispatch 2023-12-08T06:10:36.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.640232+0000 mon.a (mon.0) 263 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:10:36.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:35.649615+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2023-12-08T06:10:36.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.567356+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [3, 5]}]: dispatch 2023-12-08T06:10:36.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.567705+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [4, 0]}]: dispatch 2023-12-08T06:10:36.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.568008+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [3, 2]}]: dispatch 2023-12-08T06:10:36.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.568264+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [3, 2]}]: dispatch 2023-12-08T06:10:36.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.568482+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.16", "id": [3, 1]}]: dispatch 2023-12-08T06:10:36.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.568690+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 2]}]: dispatch 2023-12-08T06:10:36.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.568926+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [3, 5]}]: dispatch 2023-12-08T06:10:36.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.569198+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 1, 5, 6]}]: dispatch 2023-12-08T06:10:36.903 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:36 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:36.569437+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [4, 2]}]: dispatch 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.640232+0000 mon.a (mon.0) 263 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:35.649615+0000 mon.a (mon.0) 264 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.567356+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [3, 5]}]: dispatch 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.567705+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [4, 0]}]: dispatch 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.568008+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [3, 2]}]: dispatch 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.568264+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [3, 2]}]: dispatch 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.568482+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.16", "id": [3, 1]}]: dispatch 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.568690+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [4, 2]}]: dispatch 2023-12-08T06:10:37.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.568926+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [3, 5]}]: dispatch 2023-12-08T06:10:37.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.569198+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.d", "id": [7, 1, 5, 6]}]: dispatch 2023-12-08T06:10:37.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:36 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:36.569437+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.10", "id": [4, 2]}]: dispatch 2023-12-08T06:10:37.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 bash[140815]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-08T06:10:37.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 bash[140815]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-08T06:10:37.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 bash[140815]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-08T06:10:37.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 bash[140815]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-08T06:10:37.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 bash[140815]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-08T06:10:37.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 bash[140815]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-08T06:10:37.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 bash[140815]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-08T06:10:38.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:37 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:36.553232+0000 mgr.y (mgr.24823) 83 : cluster [DBG] pgmap v39: 129 pgs: 18 stale+active+clean, 111 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:38.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:37 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:36.655544+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2023-12-08T06:10:38.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:36.553232+0000 mgr.y (mgr.24823) 83 : cluster [DBG] pgmap v39: 129 pgs: 18 stale+active+clean, 111 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:38.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:36.655544+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2023-12-08T06:10:38.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:36.553232+0000 mgr.y (mgr.24823) 83 : cluster [DBG] pgmap v39: 129 pgs: 18 stale+active+clean, 111 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2023-12-08T06:10:38.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:36.655544+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2023-12-08T06:10:38.152 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-1[141082]: debug 2023-12-08T06:10:37.740+0000 7fcc11e8c700 1 -- 172.21.15.61:0/1941820585 <== mon.0 v2:172.21.15.61:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562ee180c680 con 0x562ee17d3000 2023-12-08T06:10:38.152 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 bash[141068]: 51cb6ee54b5cef1905aa02661dccfd8f6d37637233334651ef8775c8ab62c5fc 2023-12-08T06:10:38.152 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:37 smithi061 systemd[1]: Started Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:10:38.651 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-1[141082]: debug 2023-12-08T06:10:38.258+0000 7fcc19907380 -1 Falling back to public interface 2023-12-08T06:10:39.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:38 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:37.796997+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:38 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:37.797775+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:38 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:38.042499+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:39.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:38 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:38.043349+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:10:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:37.796997+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:37.797775+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:38.042499+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:39.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:38.043349+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:10:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:37.796997+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:37.797775+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:39.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:38.042499+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:39.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:38 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:38.043349+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2023-12-08T06:10:40.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:39 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:38.553700+0000 mgr.y (mgr.24823) 84 : cluster [DBG] pgmap v41: 129 pgs: 2 active+undersized+degraded, 51 peering, 3 active+undersized, 73 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-08T06:10:40.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:39 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:39.040774+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2023-12-08T06:10:40.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:39 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:39.040801+0000 mon.a (mon.0) 280 : cluster [WRN] Health check failed: Degraded data redundancy: 7/606 objects degraded (1.155%), 2 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:40.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:38.553700+0000 mgr.y (mgr.24823) 84 : cluster [DBG] pgmap v41: 129 pgs: 2 active+undersized+degraded, 51 peering, 3 active+undersized, 73 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-08T06:10:40.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:39.040774+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2023-12-08T06:10:40.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:39.040801+0000 mon.a (mon.0) 280 : cluster [WRN] Health check failed: Degraded data redundancy: 7/606 objects degraded (1.155%), 2 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:40.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:38.553700+0000 mgr.y (mgr.24823) 84 : cluster [DBG] pgmap v41: 129 pgs: 2 active+undersized+degraded, 51 peering, 3 active+undersized, 73 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-08T06:10:40.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:39.040774+0000 mon.a (mon.0) 279 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2023-12-08T06:10:40.152 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:39 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:39.040801+0000 mon.a (mon.0) 280 : cluster [WRN] Health check failed: Degraded data redundancy: 7/606 objects degraded (1.155%), 2 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:40.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:10:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:10:40.644+0000 7f3571713700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-08T06:10:41.401 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:40 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-1[141082]: debug 2023-12-08T06:10:40.984+0000 7fcc19907380 -1 osd.1 83 log_to_monitors {default=true} 2023-12-08T06:10:41.901 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-1[141082]: debug 2023-12-08T06:10:41.823+0000 7fcc09dff700 -1 osd.1 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-08T06:10:41.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:40.554121+0000 mgr.y (mgr.24823) 85 : cluster [DBG] pgmap v42: 129 pgs: 2 active+undersized+degraded, 51 peering, 3 active+undersized, 73 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-08T06:10:41.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.630351+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.635598+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.640207+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.642121+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.643227+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.644048+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.645099+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.645233+0000 mgr.y (mgr.24823) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cephadm 2023-12-08T06:10:40.645787+0000 mgr.y (mgr.24823) 87 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:40.988357+0000 mon.a (mon.0) 288 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:40.554121+0000 mgr.y (mgr.24823) 85 : cluster [DBG] pgmap v42: 129 pgs: 2 active+undersized+degraded, 51 peering, 3 active+undersized, 73 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-08T06:10:41.902 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.630351+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.635598+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.640207+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.642121+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.643227+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.644048+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.645099+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.645233+0000 mgr.y (mgr.24823) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cephadm 2023-12-08T06:10:40.645787+0000 mgr.y (mgr.24823) 87 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-08T06:10:41.903 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:41 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:40.988357+0000 mon.a (mon.0) 288 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:10:42.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:40.554121+0000 mgr.y (mgr.24823) 85 : cluster [DBG] pgmap v42: 129 pgs: 2 active+undersized+degraded, 51 peering, 3 active+undersized, 73 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 7/606 objects degraded (1.155%) 2023-12-08T06:10:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.630351+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.635598+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.640207+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T06:10:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.642121+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.643227+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.644048+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.645099+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-08T06:10:42.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.645233+0000 mgr.y (mgr.24823) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-08T06:10:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cephadm 2023-12-08T06:10:40.645787+0000 mgr.y (mgr.24823) 87 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-12-08T06:10:42.091 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:41 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:40.988357+0000 mon.a (mon.0) 288 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T06:10:43.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:42 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:41.803922+0000 mon.a (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T06:10:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:42 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:41.803998+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2023-12-08T06:10:43.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:42 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:41.804719+0000 mon.a (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:43.140 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:42 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:41.803922+0000 mon.a (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T06:10:43.140 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:42 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:41.803998+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2023-12-08T06:10:43.140 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:42 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:41.804719+0000 mon.a (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:43.141 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:42 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:41.803922+0000 mon.a (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T06:10:43.141 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:42 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:41.803998+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2023-12-08T06:10:43.141 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:42 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:41.804719+0000 mon.a (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi061", "root=default"]}]: dispatch 2023-12-08T06:10:43.456 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph orch ps' 2023-12-08T06:10:44.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:43 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:42.554615+0000 mgr.y (mgr.24823) 88 : cluster [DBG] pgmap v44: 129 pgs: 22 active+undersized+degraded, 34 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 86/606 objects degraded (14.191%) 2023-12-08T06:10:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:43 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:42.801148+0000 mon.a (mon.0) 292 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:10:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:43 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:42.801549+0000 mon.a (mon.0) 293 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 13 pgs peering) 2023-12-08T06:10:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:43 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:42.806521+0000 mon.a (mon.0) 294 : cluster [INF] osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937] boot 2023-12-08T06:10:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:43 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:42.806582+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-08T06:10:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:43 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:42.818269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:10:44.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:43 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:43.807046+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-08T06:10:44.150 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:42.554615+0000 mgr.y (mgr.24823) 88 : cluster [DBG] pgmap v44: 129 pgs: 22 active+undersized+degraded, 34 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 86/606 objects degraded (14.191%) 2023-12-08T06:10:44.150 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:42.801148+0000 mon.a (mon.0) 292 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:10:44.150 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:42.801549+0000 mon.a (mon.0) 293 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 13 pgs peering) 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:42.806521+0000 mon.a (mon.0) 294 : cluster [INF] osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937] boot 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:42.806582+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:42.818269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:43.807046+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:42.554615+0000 mgr.y (mgr.24823) 88 : cluster [DBG] pgmap v44: 129 pgs: 22 active+undersized+degraded, 34 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 86/606 objects degraded (14.191%) 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:42.801148+0000 mon.a (mon.0) 292 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:42.801549+0000 mon.a (mon.0) 293 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 13 pgs peering) 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:42.806521+0000 mon.a (mon.0) 294 : cluster [INF] osd.1 [v2:172.21.15.61:6810/2042264937,v1:172.21.15.61:6811/2042264937] boot 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:42.806582+0000 mon.a (mon.0) 295 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:42.818269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T06:10:44.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:43 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:43.807046+0000 mon.a (mon.0) 297 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-08T06:10:44.722 INFO:teuthology.orchestra.run.smithi061.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T06:10:44.722 INFO:teuthology.orchestra.run.smithi061.stdout:alertmanager.a smithi061 running (2m) 4s ago 6m 18.9M - 0.26.0 9f27df16978d e0eb4658a584 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:grafana.a smithi118 running (6m) 49s ago 6m 31.8M - 6.6.2 87a51ecf0b1c 1cc3154da7dd 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.x smithi118 *:8443 running (87s) 49s ago 9m 391M - 16.2.14-365-g451ceae1 03b62e1f94c4 22cba6d8bf4a 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:mgr.y smithi061 *:8443 running (116s) 4s ago 10m 433M - 16.2.14-365-g451ceae1 03b62e1f94c4 1ce601d8ed1c 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:mon.a smithi061 running (80s) 4s ago 10m 130M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 c7b0f4a61139 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:mon.b smithi118 running (53s) 49s ago 9m 23.5M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 195de4586ba4 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:mon.c smithi061 running (59s) 4s ago 9m 119M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 2fb4a5b6ba8e 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.a smithi061 running (6m) 4s ago 6m 11.5M - 1.7.0 72c9c2088986 5739562b4524 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:node-exporter.b smithi118 running (6m) 49s ago 6m 12.9M - 1.7.0 72c9c2088986 c63c1626f70a 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:osd.0 smithi061 running (31s) 4s ago 8m 52.0M 4096M 16.2.14-365-g451ceae1 03b62e1f94c4 dda23debf759 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:osd.1 smithi061 running (7s) 4s ago 8m 14.5M 4096M 16.2.14-365-g451ceae1 03b62e1f94c4 51cb6ee54b5c 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:osd.2 smithi061 running (8m) 4s ago 8m 68.2M 4096M 15.2.0 204a01f9b0b6 4da9c703f860 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:osd.3 smithi061 running (8m) 4s ago 8m 90.6M 4096M 15.2.0 204a01f9b0b6 67533139aa2c 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:osd.4 smithi118 running (7m) 49s ago 8m 81.2M 4096M 15.2.0 204a01f9b0b6 054d276233fb 2023-12-08T06:10:44.723 INFO:teuthology.orchestra.run.smithi061.stdout:osd.5 smithi118 running (7m) 49s ago 7m 75.3M 4096M 15.2.0 204a01f9b0b6 a4baff8fdf2c 2023-12-08T06:10:44.724 INFO:teuthology.orchestra.run.smithi061.stdout:osd.6 smithi118 running (7m) 49s ago 7m 69.3M 4096M 15.2.0 204a01f9b0b6 e311c8ee04ea 2023-12-08T06:10:44.724 INFO:teuthology.orchestra.run.smithi061.stdout:osd.7 smithi118 running (7m) 49s ago 7m 79.7M 4096M 15.2.0 204a01f9b0b6 8f32a031a163 2023-12-08T06:10:44.724 INFO:teuthology.orchestra.run.smithi061.stdout:prometheus.a smithi118 running (2m) 49s ago 7m 36.3M - 2.48.0 620d5e2a39df e14cbf0c057c 2023-12-08T06:10:44.724 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi061.ccjyax smithi061 running (6m) 4s ago 6m 57.6M - 15.2.0 204a01f9b0b6 b326cd8b43b8 2023-12-08T06:10:44.724 INFO:teuthology.orchestra.run.smithi061.stdout:rgw.r.z.smithi118.wlyzci smithi118 running (6m) 49s ago 6m 54.7M - 15.2.0 204a01f9b0b6 617e5977389a 2023-12-08T06:10:45.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:44.639316+0000 mon.a (mon.0) 298 : cluster [WRN] Health check update: Degraded data redundancy: 86/606 objects degraded (14.191%), 22 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.710258+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.710623+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.710997+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.711471+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.711802+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.712076+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.713690+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.713986+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.714259+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.714521+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:44 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.714778+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:44.639316+0000 mon.a (mon.0) 298 : cluster [WRN] Health check update: Degraded data redundancy: 86/606 objects degraded (14.191%), 22 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:45.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.710258+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.710623+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.710997+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.711471+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.711802+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.712076+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.100 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.713690+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.713986+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.714259+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.714521+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.714778+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:44.639316+0000 mon.a (mon.0) 298 : cluster [WRN] Health check update: Degraded data redundancy: 86/606 objects degraded (14.191%), 22 pgs degraded (PG_DEGRADED) 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.710258+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.710623+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.710997+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.711471+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.711802+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.101 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.712076+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.102 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.713690+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2023-12-08T06:10:45.102 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.713986+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.102 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.714259+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.102 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.714521+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.102 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:44 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.714778+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2023-12-08T06:10:45.103 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph versions' 2023-12-08T06:10:46.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:45 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:44.555054+0000 mgr.y (mgr.24823) 89 : cluster [DBG] pgmap v47: 129 pgs: 4 peering, 21 active+undersized+degraded, 31 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 80/606 objects degraded (13.201%) 2023-12-08T06:10:46.090 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:45 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:44.708441+0000 mgr.y (mgr.24823) 90 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:10:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:44.555054+0000 mgr.y (mgr.24823) 89 : cluster [DBG] pgmap v47: 129 pgs: 4 peering, 21 active+undersized+degraded, 31 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 80/606 objects degraded (13.201%) 2023-12-08T06:10:46.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:44.708441+0000 mgr.y (mgr.24823) 90 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:10:46.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:44.555054+0000 mgr.y (mgr.24823) 89 : cluster [DBG] pgmap v47: 129 pgs: 4 peering, 21 active+undersized+degraded, 31 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 80/606 objects degraded (13.201%) 2023-12-08T06:10:46.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:45 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:44.708441+0000 mgr.y (mgr.24823) 90 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T06:10:46.410 INFO:teuthology.orchestra.run.smithi061.stdout:{ 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "mon": { 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 3 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "mgr": { 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 2 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "osd": { 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 6, 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 2 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "mds": {}, 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "rgw": { 2023-12-08T06:10:46.411 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2023-12-08T06:10:46.412 INFO:teuthology.orchestra.run.smithi061.stdout: }, 2023-12-08T06:10:46.412 INFO:teuthology.orchestra.run.smithi061.stdout: "overall": { 2023-12-08T06:10:46.412 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8, 2023-12-08T06:10:46.412 INFO:teuthology.orchestra.run.smithi061.stdout: "ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable)": 7 2023-12-08T06:10:46.412 INFO:teuthology.orchestra.run.smithi061.stdout: } 2023-12-08T06:10:46.412 INFO:teuthology.orchestra.run.smithi061.stdout:} 2023-12-08T06:10:46.827 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-08T06:10:46.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:46.407873+0000 mon.a (mon.0) 310 : audit [DBG] from='client.44119 172.21.15.61:0/1545020850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:46.901 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:46.765506+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:46.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:46.407873+0000 mon.a (mon.0) 310 : audit [DBG] from='client.44119 172.21.15.61:0/1545020850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:46.901 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:46 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:46.765506+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:47.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:46 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:46.407873+0000 mon.a (mon.0) 310 : audit [DBG] from='client.44119 172.21.15.61:0/1545020850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:47.340 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:46 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:46.765506+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.24823 172.21.15.61:0/2084623606' entity='mgr.y' 2023-12-08T06:10:48.134 INFO:teuthology.orchestra.run.smithi061.stdout:false 2023-12-08T06:10:48.151 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:47 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: cluster 2023-12-08T06:10:46.555489+0000 mgr.y (mgr.24823) 91 : cluster [DBG] pgmap v48: 129 pgs: 4 peering, 21 active+undersized+degraded, 31 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 80/606 objects degraded (13.201%) 2023-12-08T06:10:48.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:47 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: cluster 2023-12-08T06:10:46.555489+0000 mgr.y (mgr.24823) 91 : cluster [DBG] pgmap v48: 129 pgs: 4 peering, 21 active+undersized+degraded, 31 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 80/606 objects degraded (13.201%) 2023-12-08T06:10:48.339 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:47 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: cluster 2023-12-08T06:10:46.555489+0000 mgr.y (mgr.24823) 91 : cluster [DBG] pgmap v48: 129 pgs: 4 peering, 21 active+undersized+degraded, 31 active+undersized, 73 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 80/606 objects degraded (13.201%) 2023-12-08T06:10:48.492 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T06:10:48.493 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi061 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 f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-08T06:10:48.567 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=84a9297f892c4a1db6e973525eaf6d2a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi061 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 f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-08T06:10:48.570 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T06:10:48.582 INFO:tasks.cephadm:Teardown begin 2023-12-08T06:10:48.583 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T06:10:48.618 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T06:10:48.659 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T06:10:48.659 DEBUG:teuthology.orchestra.run.smithi061:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T06:10:48.678 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T06:10:48.720 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T06:10:48.721 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-08T06:10:48.721 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a 2023-12-08T06:10:49.080 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: audit 2023-12-08T06:10:48.120827+0000 mon.a (mon.0) 312 : audit [DBG] from='client.34155 172.21.15.61:0/437034531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:49.081 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:48 smithi061 systemd[1]: Stopping Ceph mon.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:49.081 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:48 smithi061 bash[142445]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.a" found: no such container 2023-12-08T06:10:49.081 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: audit 2023-12-08T06:10:48.120827+0000 mon.a (mon.0) 312 : audit [DBG] from='client.34155 172.21.15.61:0/437034531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:49.081 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:10:48.971+0000 7f9da508a700 -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 2023-12-08T06:10:49.081 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:48 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a[135222]: debug 2023-12-08T06:10:48.971+0000 7f9da508a700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-08T06:10:49.089 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:48 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: audit 2023-12-08T06:10:48.120827+0000 mon.a (mon.0) 312 : audit [DBG] from='client.34155 172.21.15.61:0/437034531' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-08T06:10:49.401 INFO:journalctl@ceph.mon.a.smithi061.stdout:Dec 08 06:10:49 smithi061 bash[142484]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-a 2023-12-08T06:10:49.452 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.a.service' 2023-12-08T06:10:49.499 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:10:49.499 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-08T06:10:49.499 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2023-12-08T06:10:49.499 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.c 2023-12-08T06:10:49.751 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:49 smithi061 systemd[1]: Stopping Ceph mon.c for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:49.751 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:49 smithi061 bash[142605]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.c" found: no such container 2023-12-08T06:10:50.150 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:49 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:10:49.746+0000 7fc748a63700 -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 2023-12-08T06:10:50.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:49 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c[137200]: debug 2023-12-08T06:10:49.746+0000 7fc748a63700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-08T06:10:50.151 INFO:journalctl@ceph.mon.c.smithi061.stdout:Dec 08 06:10:49 smithi061 bash[142643]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-c 2023-12-08T06:10:50.290 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.c.service' 2023-12-08T06:10:50.327 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:10:50.327 INFO:tasks.cephadm.mon.c:Stopped mon.c 2023-12-08T06:10:50.327 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-08T06:10:50.327 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.b 2023-12-08T06:10:50.839 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:50 smithi118 systemd[1]: Stopping Ceph mon.b for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:50.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:50 smithi118 bash[130243]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon.b" found: no such container 2023-12-08T06:10:50.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:50 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:10:50.595+0000 7f8c373ef700 -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 2023-12-08T06:10:50.840 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:50 smithi118 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b[128794]: debug 2023-12-08T06:10:50.595+0000 7f8c373ef700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-08T06:10:51.180 INFO:journalctl@ceph.mon.b.smithi118.stdout:Dec 08 06:10:50 smithi118 bash[130281]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mon-b 2023-12-08T06:10:51.186 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mon.b.service' 2023-12-08T06:10:51.237 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:10:51.237 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-08T06:10:51.237 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-08T06:10:51.237 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y 2023-12-08T06:10:51.541 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:10:51 smithi061 systemd[1]: Stopping Ceph mgr.y for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:51.541 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:10:51 smithi061 bash[142761]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.y" found: no such container 2023-12-08T06:10:51.541 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:10:51 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y[133185]: debug 2023-12-08T06:10:51.503+0000 7f35ac545700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T06:10:51.901 INFO:journalctl@ceph.mgr.y.smithi061.stdout:Dec 08 06:10:51 smithi061 bash[142800]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-y 2023-12-08T06:10:51.943 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.y.service' 2023-12-08T06:10:51.982 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:10:51.982 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-08T06:10:51.982 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-08T06:10:51.982 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.x 2023-12-08T06:10:52.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:10:52 smithi118 systemd[1]: Stopping Ceph mgr.x for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:52.340 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:10:52 smithi118 bash[130403]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr.x" found: no such container 2023-12-08T06:10:52.786 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:10:52 smithi118 bash[130443]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-mgr-x 2023-12-08T06:10:52.786 INFO:journalctl@ceph.mgr.x.smithi118.stdout:Dec 08 06:10:52 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-08T06:10:52.791 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@mgr.x.service' 2023-12-08T06:10:52.827 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:10:52.827 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-08T06:10:52.828 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-08T06:10:52.828 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.0 2023-12-08T06:10:53.133 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:52 smithi061 systemd[1]: Stopping Ceph osd.0 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:53.133 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:52 smithi061 bash[142920]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.0" found: no such container 2023-12-08T06:10:53.401 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-0[139456]: debug 2023-12-08T06:10:53.129+0000 7fa8f2cfe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T06:10:53.401 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-0[139456]: debug 2023-12-08T06:10:53.129+0000 7fa8f2cfe700 -1 osd.0 88 *** Got signal Terminated *** 2023-12-08T06:10:53.401 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:53 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-0[139456]: debug 2023-12-08T06:10:53.129+0000 7fa8f2cfe700 -1 osd.0 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:10:58.652 INFO:journalctl@ceph.osd.0.smithi061.stdout:Dec 08 06:10:58 smithi061 bash[142959]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-0 2023-12-08T06:10:59.460 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.0.service' 2023-12-08T06:10:59.502 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:10:59.502 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-08T06:10:59.503 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-08T06:10:59.503 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.1 2023-12-08T06:10:59.782 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:59 smithi061 systemd[1]: Stopping Ceph osd.1 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:10:59.782 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:59 smithi061 bash[143192]: Error: no container with name or ID "ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.1" found: no such container 2023-12-08T06:11:00.151 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-1[141082]: debug 2023-12-08T06:10:59.778+0000 7fcc10e8a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-08T06:11:00.151 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-1[141082]: debug 2023-12-08T06:10:59.778+0000 7fcc10e8a700 -1 osd.1 88 *** Got signal Terminated *** 2023-12-08T06:11:00.151 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:10:59 smithi061 ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-1[141082]: debug 2023-12-08T06:10:59.778+0000 7fcc10e8a700 -1 osd.1 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:11:05.151 INFO:journalctl@ceph.osd.1.smithi061.stdout:Dec 08 06:11:04 smithi061 bash[143231]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd-1 2023-12-08T06:11:06.144 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.1.service' 2023-12-08T06:11:06.187 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:11:06.187 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-08T06:11:06.187 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-08T06:11:06.187 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.2 2023-12-08T06:11:06.401 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:11:06 smithi061 systemd[1]: Stopping Ceph osd.2 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:06.401 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:11:06 smithi061 bash[120079]: debug 2023-12-08T06:11:06.319+0000 7f4aa6e71700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:11:06.401 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:11:06 smithi061 bash[120079]: debug 2023-12-08T06:11:06.319+0000 7f4aa6e71700 -1 osd.2 88 *** Got signal Terminated *** 2023-12-08T06:11:06.402 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:11:06 smithi061 bash[120079]: debug 2023-12-08T06:11:06.319+0000 7f4aa6e71700 -1 osd.2 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:11:06.900 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:11:06 smithi061 bash[143468]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.2 2023-12-08T06:11:06.901 INFO:journalctl@ceph.osd.2.smithi061.stdout:Dec 08 06:11:06 smithi061 bash[143509]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/osd.2/unit.stop: No such file or directory 2023-12-08T06:11:07.418 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.2.service' 2023-12-08T06:11:07.457 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:11:07.458 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-08T06:11:07.458 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-08T06:11:07.458 DEBUG:teuthology.orchestra.run.smithi061:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.3 2023-12-08T06:11:07.760 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:11:07 smithi061 systemd[1]: Stopping Ceph osd.3 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:07.760 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:11:07 smithi061 bash[120470]: debug 2023-12-08T06:11:07.594+0000 7f9b70b2a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:11:07.760 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:11:07 smithi061 bash[120470]: debug 2023-12-08T06:11:07.594+0000 7f9b70b2a700 -1 osd.3 88 *** Got signal Terminated *** 2023-12-08T06:11:07.760 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:11:07 smithi061 bash[120470]: debug 2023-12-08T06:11:07.594+0000 7f9b70b2a700 -1 osd.3 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:11:08.052 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:11:07 smithi061 bash[143627]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.3 2023-12-08T06:11:08.053 INFO:journalctl@ceph.osd.3.smithi061.stdout:Dec 08 06:11:07 smithi061 bash[143668]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/osd.3/unit.stop: No such file or directory 2023-12-08T06:11:08.675 DEBUG:teuthology.orchestra.run.smithi061:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.3.service' 2023-12-08T06:11:08.715 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:11:08.715 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-08T06:11:08.716 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-08T06:11:08.716 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.4 2023-12-08T06:11:09.051 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:11:08 smithi118 systemd[1]: Stopping Ceph osd.4 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:09.051 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:11:08 smithi118 bash[112358]: debug 2023-12-08T06:11:08.836+0000 7ff849c49700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:11:09.052 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:11:08 smithi118 bash[112358]: debug 2023-12-08T06:11:08.836+0000 7ff849c49700 -1 osd.4 88 *** Got signal Terminated *** 2023-12-08T06:11:09.052 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:11:08 smithi118 bash[112358]: debug 2023-12-08T06:11:08.836+0000 7ff849c49700 -1 osd.4 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:11:09.339 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:11:09 smithi118 bash[130575]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.4 2023-12-08T06:11:09.340 INFO:journalctl@ceph.osd.4.smithi118.stdout:Dec 08 06:11:09 smithi118 bash[130616]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/osd.4/unit.stop: No such file or directory 2023-12-08T06:11:09.916 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.4.service' 2023-12-08T06:11:09.957 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:11:09.957 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-08T06:11:09.957 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-08T06:11:09.957 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.5 2023-12-08T06:11:10.317 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:11:10 smithi118 systemd[1]: Stopping Ceph osd.5 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:10.317 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:11:10 smithi118 bash[114491]: debug 2023-12-08T06:11:10.093+0000 7f70d0d66700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:11:10.317 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:11:10 smithi118 bash[114491]: debug 2023-12-08T06:11:10.093+0000 7f70d0d66700 -1 osd.5 88 *** Got signal Terminated *** 2023-12-08T06:11:10.317 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:11:10 smithi118 bash[114491]: debug 2023-12-08T06:11:10.093+0000 7f70d0d66700 -1 osd.5 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:11:10.589 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:11:10 smithi118 bash[130733]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.5 2023-12-08T06:11:10.590 INFO:journalctl@ceph.osd.5.smithi118.stdout:Dec 08 06:11:10 smithi118 bash[130775]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/osd.5/unit.stop: No such file or directory 2023-12-08T06:11:11.166 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.5.service' 2023-12-08T06:11:11.205 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:11:11.205 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-08T06:11:11.206 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-08T06:11:11.206 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.6 2023-12-08T06:11:11.550 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:11:11 smithi118 systemd[1]: Stopping Ceph osd.6 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:11.551 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:11:11 smithi118 bash[116599]: debug 2023-12-08T06:11:11.326+0000 7f4911748700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:11:11.551 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:11:11 smithi118 bash[116599]: debug 2023-12-08T06:11:11.326+0000 7f4911748700 -1 osd.6 88 *** Got signal Terminated *** 2023-12-08T06:11:11.551 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:11:11 smithi118 bash[116599]: debug 2023-12-08T06:11:11.326+0000 7f4911748700 -1 osd.6 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:11:11.839 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:11:11 smithi118 bash[130892]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.6 2023-12-08T06:11:11.840 INFO:journalctl@ceph.osd.6.smithi118.stdout:Dec 08 06:11:11 smithi118 bash[130933]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/osd.6/unit.stop: No such file or directory 2023-12-08T06:11:12.382 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.6.service' 2023-12-08T06:11:12.422 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:11:12.422 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-08T06:11:12.423 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-08T06:11:12.423 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.7 2023-12-08T06:11:12.775 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:11:12 smithi118 systemd[1]: Stopping Ceph osd.7 for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:12.775 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:11:12 smithi118 bash[117142]: debug 2023-12-08T06:11:12.559+0000 7fe6e3ef1700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-12-08T06:11:12.775 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:11:12 smithi118 bash[117142]: debug 2023-12-08T06:11:12.559+0000 7fe6e3ef1700 -1 osd.7 88 *** Got signal Terminated *** 2023-12-08T06:11:12.775 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:11:12 smithi118 bash[117142]: debug 2023-12-08T06:11:12.559+0000 7fe6e3ef1700 -1 osd.7 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-08T06:11:13.059 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:11:12 smithi118 bash[131050]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-osd.7 2023-12-08T06:11:13.059 INFO:journalctl@ceph.osd.7.smithi118.stdout:Dec 08 06:11:12 smithi118 bash[131095]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/osd.7/unit.stop: No such file or directory 2023-12-08T06:11:13.649 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@osd.7.service' 2023-12-08T06:11:13.689 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:11:13.689 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-08T06:11:13.690 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-08T06:11:13.690 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@prometheus.a 2023-12-08T06:11:14.025 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 systemd[1]: Stopping Ceph prometheus.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:14.025 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-08T06:11:14.025 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2023-12-08T06:11:14.026 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2023-12-08T06:11:14.026 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-08T06:11:14.026 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2023-12-08T06:11:14.026 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2023-12-08T06:11:14.026 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2023-12-08T06:11:14.026 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2023-12-08T06:11:14.026 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.835Z caller=main.go:926 level=info msg="Scrape manager stopped" 2023-12-08T06:11:14.026 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.837Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2023-12-08T06:11:14.027 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.837Z caller=main.go:1155 level=info msg="Notifier manager stopped" 2023-12-08T06:11:14.027 INFO:journalctl@ceph.prometheus.a.smithi118.stdout:Dec 08 06:11:13 smithi118 bash[124767]: ts=2023-12-08T06:11:13.837Z caller=main.go:1167 level=info msg="See you next time!" 2023-12-08T06:11:14.245 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@prometheus.a.service' 2023-12-08T06:11:14.280 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T06:11:14.280 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-08T06:11:14.280 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T06:11:14.421 INFO:teuthology.orchestra.run.smithi061.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-08T06:11:14.421 INFO:teuthology.orchestra.run.smithi061.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-08T06:11:14.421 INFO:teuthology.orchestra.run.smithi061.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-08T06:11:14.421 INFO:teuthology.orchestra.run.smithi061.stderr: [--retry RETRY] 2023-12-08T06:11:14.421 INFO:teuthology.orchestra.run.smithi061.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2023-12-08T06:11:14.422 INFO:teuthology.orchestra.run.smithi061.stderr: ... 2023-12-08T06:11:14.422 INFO:teuthology.orchestra.run.smithi061.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-08T06:11:14.431 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T06:11:14.431 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T06:11:14.550 INFO:teuthology.orchestra.run.smithi118.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2023-12-08T06:11:14.551 INFO:teuthology.orchestra.run.smithi118.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2023-12-08T06:11:14.551 INFO:teuthology.orchestra.run.smithi118.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2023-12-08T06:11:14.551 INFO:teuthology.orchestra.run.smithi118.stderr: [--retry RETRY] 2023-12-08T06:11:14.551 INFO:teuthology.orchestra.run.smithi118.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2023-12-08T06:11:14.551 INFO:teuthology.orchestra.run.smithi118.stderr: ... 2023-12-08T06:11:14.551 INFO:teuthology.orchestra.run.smithi118.stderr:cephadm: error: unrecognized arguments: --keep-logs 2023-12-08T06:11:14.559 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T06:11:14.560 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T06:11:14.588 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T06:11:14.615 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T06:11:14.617 DEBUG:teuthology.misc:Transferring archived files from smithi061:/var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131/remote/ubuntu@smithi061.front.sepia.ceph.com/crash 2023-12-08T06:11:14.618 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/crash -- . 2023-12-08T06:11:14.670 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131/remote/ubuntu@smithi118.front.sepia.ceph.com/crash 2023-12-08T06:11:14.671 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/crash -- . 2023-12-08T06:11:14.705 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T06:11:14.706 DEBUG:teuthology.orchestra.run.smithi061:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T06:11:14.740 INFO:teuthology.orchestra.run.smithi061.stderr:grep: /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T06:11:14.742 INFO:tasks.cephadm:Compressing logs... 2023-12-08T06:11:14.742 DEBUG:teuthology.orchestra.run.smithi061:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T06:11:14.785 DEBUG:teuthology.orchestra.run.smithi118:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-08T06:11:14.810 INFO:teuthology.orchestra.run.smithi061.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- : No such file or directory/var/log/ceph/cephadm.log 2023-12-08T06:11:14.810 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:11:14.810 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T06:11:14.811 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T06:11:14.811 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mgr.y.log 2023-12-08T06:11:14.812 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T06:11:14.812 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T06:11:14.812 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.a.log 2023-12-08T06:11:14.813 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.0.log: /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.a.log: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T06:11:14.814 INFO:teuthology.orchestra.run.smithi118.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T06:11:14.814 INFO:teuthology.orchestra.run.smithi118.stderr:: No such file or directory 2023-12-08T06:11:14.814 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T06:11:14.815 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T06:11:14.815 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T06:11:14.815 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.6.log: /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mgr.x.log 2023-12-08T06:11:14.815 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.b.log 2023-12-08T06:11:14.815 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T06:11:14.815 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mgr.x.log: /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.b.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T06:11:14.815 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T06:11:14.816 INFO:teuthology.orchestra.run.smithi061.stderr: 91.5% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T06:11:14.816 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.c.log 2023-12-08T06:11:14.816 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-client.rgw.r.z.smithi061.ccjyax.log 2023-12-08T06:11:14.816 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.c.log: /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-client.rgw.r.z.smithi061.ccjyax.log: 58.6% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-client.rgw.r.z.smithi061.ccjyax.log.gz 2023-12-08T06:11:14.817 INFO:teuthology.orchestra.run.smithi061.stderr:gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T06:11:14.822 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.4.log: /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-client.rgw.r.z.smithi118.wlyzci.log 2023-12-08T06:11:14.822 INFO:teuthology.orchestra.run.smithi118.stderr: 91.3% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T06:11:14.822 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-client.rgw.r.z.smithi118.wlyzci.log: 58.7% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-client.rgw.r.z.smithi118.wlyzci.log.gz 2023-12-08T06:11:14.835 INFO:teuthology.orchestra.run.smithi118.stderr: 89.8% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mgr.x.log.gz 2023-12-08T06:11:15.040 INFO:teuthology.orchestra.run.smithi061.stderr:/var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.1.log: 91.9% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mgr.y.log.gz 2023-12-08T06:11:15.106 INFO:teuthology.orchestra.run.smithi061.stderr: 93.0% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T06:11:15.111 INFO:teuthology.orchestra.run.smithi118.stderr: 93.1% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.b.log.gz 2023-12-08T06:11:15.118 INFO:teuthology.orchestra.run.smithi118.stderr: 93.3% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T06:11:15.121 INFO:teuthology.orchestra.run.smithi061.stderr: 93.6% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.c.log.gz 2023-12-08T06:11:15.125 INFO:teuthology.orchestra.run.smithi118.stderr: 93.6% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T06:11:15.174 INFO:teuthology.orchestra.run.smithi118.stderr: 93.0% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T06:11:15.241 INFO:teuthology.orchestra.run.smithi061.stderr: 93.3% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T06:11:15.272 INFO:teuthology.orchestra.run.smithi061.stderr: 93.4% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T06:11:15.273 INFO:teuthology.orchestra.run.smithi118.stderr: 93.4% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T06:11:15.274 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-12-08T06:11:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m0.473s 2023-12-08T06:11:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m1.701s 2023-12-08T06:11:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.082s 2023-12-08T06:11:15.303 INFO:teuthology.orchestra.run.smithi061.stderr: 93.4% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T06:11:15.485 INFO:teuthology.orchestra.run.smithi061.stderr: 91.2% -- replaced with /var/log/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/ceph-mon.a.log.gz 2023-12-08T06:11:15.486 INFO:teuthology.orchestra.run.smithi061.stderr: 2023-12-08T06:11:15.487 INFO:teuthology.orchestra.run.smithi061.stderr:real 0m0.687s 2023-12-08T06:11:15.487 INFO:teuthology.orchestra.run.smithi061.stderr:user 0m2.781s 2023-12-08T06:11:15.487 INFO:teuthology.orchestra.run.smithi061.stderr:sys 0m0.125s 2023-12-08T06:11:15.487 INFO:tasks.cephadm:Archiving logs... 2023-12-08T06:11:15.487 DEBUG:teuthology.misc:Transferring archived files from smithi061:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131/remote/ubuntu@smithi061.front.sepia.ceph.com/log 2023-12-08T06:11:15.488 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T06:11:15.922 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131/remote/ubuntu@smithi118.front.sepia.ceph.com/log 2023-12-08T06:11:15.923 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T06:11:16.198 INFO:tasks.cephadm:Removing cluster... 2023-12-08T06:11:16.198 DEBUG:teuthology.orchestra.run.smithi061:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 --force 2023-12-08T06:11:17.225 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:11:17 smithi061 systemd[1]: Stopping Ceph node-exporter.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:17.519 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:11:17 smithi061 bash[144159]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-node-exporter.a 2023-12-08T06:11:17.519 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:11:17 smithi061 bash[144198]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2023-12-08T06:11:17.900 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:11:17 smithi061 systemd[1]: Stopping Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:17.900 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:11:17 smithi061 bash[132621]: ts=2023-12-08T06:11:17.685Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2023-12-08T06:11:17.901 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:11:17 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-12-08T06:11:17.901 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:11:17 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-08T06:11:17.901 INFO:journalctl@ceph.node-exporter.a.smithi061.stdout:Dec 08 06:11:17 smithi061 systemd[1]: Stopped Ceph node-exporter.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:11:18.150 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:11:17 smithi061 bash[144233]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-alertmanager.a 2023-12-08T06:11:18.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:11:17 smithi061 bash[144272]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2023-12-08T06:11:18.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:11:18 smithi061 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-08T06:11:18.151 INFO:journalctl@ceph.alertmanager.a.smithi061.stdout:Dec 08 06:11:18 smithi061 systemd[1]: Stopped Ceph alertmanager.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:11:29.111 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid f98a4f9a-958e-11ee-95a3-87774f69a715 --force 2023-12-08T06:11:30.171 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:11:30 smithi118 systemd[1]: Stopping Ceph node-exporter.b for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:30.465 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[131643]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-node-exporter.b 2023-12-08T06:11:30.465 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[131681]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2023-12-08T06:11:30.840 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:11:30 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2023-12-08T06:11:30.840 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:11:30 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-08T06:11:30.840 INFO:journalctl@ceph.node-exporter.b.smithi118.stdout:Dec 08 06:11:30 smithi118 systemd[1]: Stopped Ceph node-exporter.b for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:11:30.840 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 systemd[1]: Stopping Ceph grafana.a for f98a4f9a-958e-11ee-95a3-87774f69a715... 2023-12-08T06:11:30.840 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-08T06:11:30.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2023-12-08T06:11:30.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2023-12-08T06:11:30.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2023-12-08T06:11:30.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped Stream Manager" 2023-12-08T06:11:30.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2023-12-08T06:11:30.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2023-12-08T06:11:30.841 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2023-12-08T06:11:30.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2023-12-08T06:11:30.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2023-12-08T06:11:30.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2023-12-08T06:11:30.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2023-12-08T06:11:30.842 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[119548]: t=2023-12-08T06:11:30+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2023-12-08T06:11:31.122 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[131716]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715-grafana.a 2023-12-08T06:11:31.122 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:30 smithi118 bash[131756]: bash: /var/lib/ceph/f98a4f9a-958e-11ee-95a3-87774f69a715/grafana.a/unit.stop: No such file or directory 2023-12-08T06:11:31.122 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:31 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2023-12-08T06:11:31.122 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:31 smithi118 systemd[1]: ceph-f98a4f9a-958e-11ee-95a3-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2023-12-08T06:11:31.122 INFO:journalctl@ceph.grafana.a.smithi118.stdout:Dec 08 06:11:31 smithi118 systemd[1]: Stopped Ceph grafana.a for f98a4f9a-958e-11ee-95a3-87774f69a715. 2023-12-08T06:11:41.983 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T06:11:41.983 DEBUG:teuthology.orchestra.run.smithi061:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T06:11:42.007 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T06:11:42.026 INFO:tasks.cephadm:Teardown complete 2023-12-08T06:11:42.026 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T06:11:42.035 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T06:11:42.036 DEBUG:teuthology.orchestra.run.smithi061:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T06:11:42.050 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T06:11:42.069 INFO:teuthology.orchestra.run.smithi061.stderr:bash: ntpq: command not found 2023-12-08T06:11:42.073 INFO:teuthology.orchestra.run.smithi061.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T06:11:42.074 INFO:teuthology.orchestra.run.smithi061.stdout:=============================================================================== 2023-12-08T06:11:42.074 INFO:teuthology.orchestra.run.smithi061.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 5 +1090us[+1094us] +/- 96ms 2023-12-08T06:11:42.074 INFO:teuthology.orchestra.run.smithi061.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 4 -1283us[-1278us] +/- 50ms 2023-12-08T06:11:42.074 INFO:teuthology.orchestra.run.smithi061.stdout:^* hv03.front.sepia.ceph.com 3 6 377 4 +1090us[+1095us] +/- 80ms 2023-12-08T06:11:42.074 INFO:teuthology.orchestra.run.smithi061.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T06:11:42.082 INFO:teuthology.orchestra.run.smithi118.stderr:bash: ntpq: command not found 2023-12-08T06:11:42.086 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T06:11:42.086 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2023-12-08T06:11:42.087 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 5 +1108us[ +894us] +/- 96ms 2023-12-08T06:11:42.087 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 2 -1293us[-1293us] +/- 50ms 2023-12-08T06:11:42.087 INFO:teuthology.orchestra.run.smithi118.stdout:^* hv03.front.sepia.ceph.com 3 6 377 3 +1101us[ +886us] +/- 80ms 2023-12-08T06:11:42.087 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T06:11:42.088 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T06:11:42.097 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T06:11:42.097 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T06:11:42.108 DEBUG:teuthology.orchestra.run.smithi061:> 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 2023-12-08T06:11:42.216 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-12-08T06:11:42.304 DEBUG:teuthology.orchestra.run.smithi061:> 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 2023-12-08T06:11:42.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T06:11:42.339 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-12-08T06:11:42.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T06:11:42.371 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T06:11:42.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T06:11:42.433 INFO:teuthology.task.internal:Duration was 1253.575720 seconds 2023-12-08T06:11:42.434 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T06:11:42.443 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T06:11:42.444 DEBUG:teuthology.orchestra.run.smithi061:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T06:11:42.446 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T06:11:42.491 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T06:11:42.492 INFO:teuthology.orchestra.run.smithi061.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T06:11:42.909 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T06:11:42.910 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi061.front.sepia.ceph.com 2023-12-08T06:11:42.910 DEBUG:teuthology.orchestra.run.smithi061:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T06:11:42.934 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2023-12-08T06:11:42.935 DEBUG:teuthology.orchestra.run.smithi118:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-08T06:11:42.958 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T06:11:42.958 DEBUG:teuthology.orchestra.run.smithi061:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T06:11:42.977 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T06:11:43.058 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T06:11:43.058 DEBUG:teuthology.orchestra.run.smithi061:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T06:11:43.060 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T06:11:43.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T06:11:43.230 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T06:11:43.230 DEBUG:teuthology.orchestra.run.smithi061:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T06:11:43.258 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T06:11:43.285 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T06:11:43.296 DEBUG:teuthology.orchestra.run.smithi061:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T06:11:43.301 DEBUG:teuthology.orchestra.run.smithi118:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-08T06:11:43.327 INFO:teuthology.orchestra.run.smithi061.stdout:kernel.core_pattern = core 2023-12-08T06:11:43.351 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2023-12-08T06:11:43.399 DEBUG:teuthology.orchestra.run.smithi061:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T06:11:43.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T06:11:43.419 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T06:11:43.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T06:11:43.456 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T06:11:43.465 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T06:11:43.466 DEBUG:teuthology.misc:Transferring archived files from smithi061:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131/remote/smithi061 2023-12-08T06:11:43.467 DEBUG:teuthology.orchestra.run.smithi061:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T06:11:43.514 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131/remote/smithi118 2023-12-08T06:11:43.515 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T06:11:43.564 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T06:11:43.564 DEBUG:teuthology.orchestra.run.smithi061:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T06:11:43.567 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T06:11:43.614 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T06:11:43.628 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T06:11:43.628 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T06:11:43.640 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T06:11:43.640 DEBUG:teuthology.orchestra.run.smithi061:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T06:11:43.643 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T06:11:43.658 INFO:teuthology.orchestra.run.smithi061.stdout: 525846 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 06:11 /home/ubuntu/cephtest 2023-12-08T06:11:43.672 INFO:teuthology.orchestra.run.smithi118.stdout: 526080 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 06:11 /home/ubuntu/cephtest 2023-12-08T06:11:43.673 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T06:11:43.686 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T06:11:43.711 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T06:11:43.740 DEBUG:teuthology.nuke:shortname: smithi061 2023-12-08T06:11:43.740 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T06:11:43.763 DEBUG:teuthology.nuke:shortname: smithi118 2023-12-08T06:11:43.763 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T06:11:43.768 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi061.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 05:39:20.524766', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMNBjGQohACeAI58qgfIkT2PzZftHJZiMbX0yUnndbusg/AQeVEaWADhIOCak+T2m6YZGVH2XYsZVkkAFHq/Fok='} 2023-12-08T06:11:43.787 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483131', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 05:39:20.523075', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCAXi1AoiFcOeWwrwowinr1nVPp4bN48yDCjdZBHtmIDnMxX1ZlpmJaZFO//oRtF5VJ7uHtyx3msrd2i7YS1Ym8='} 2023-12-08T06:11:43.824 INFO:teuthology.orchestra.console.smithi061:Power off 2023-12-08T06:11:43.824 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T06:11:43.849 DEBUG:teuthology.orchestra.console.smithi061:power off output: Chassis Power Control: Down/Off 2023-12-08T06:11:43.849 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T06:11:43.878 INFO:teuthology.orchestra.console.smithi118:Power off 2023-12-08T06:11:43.879 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T06:11:43.897 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-12-08T06:11:43.910 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2023-12-08T06:11:43.910 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T06:11:43.942 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2023-12-08T06:11:47.898 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T06:11:47.944 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T06:11:48.009 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-12-08T06:11:48.055 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2023-12-08T06:11:52.014 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T06:11:52.056 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T06:11:52.127 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is on 2023-12-08T06:11:52.169 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2023-12-08T06:11:52.269 INFO:teuthology.orchestra.console.smithi118:Power off completed 2023-12-08T06:11:56.130 DEBUG:teuthology.orchestra.console.smithi061:pexpect command: ipmitool -H smithi061.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T06:11:56.241 DEBUG:teuthology.orchestra.console.smithi061:check power output: Chassis Power is off 2023-12-08T06:11:56.342 INFO:teuthology.orchestra.console.smithi061:Power off completed 2023-12-08T06:11:56.447 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: 1253.5757203102112 failure_reason: 'Command failed on smithi061 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 f98a4f9a-958e-11ee-95a3-87774f69a715 -e sha1=451ceae11b5d4caee05e94372fe658621eefc0b1 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=84a9297f892c4a1db6e973525eaf6d2a status: fail success: false 2023-12-08T06:11:56.448 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T06:11:56.531 INFO:teuthology.run:FAIL